#A04272

Color #A04272 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A04272

Tints of Rouge #A04272

Color information

#A04272 (or 0xA04272) is unknown color: approx Rouge. HEX triplet: A0, 42 and 72. RGB value is (160,66,114). Sum of RGB (Red+Green+Blue) = 160+66+114=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A04272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04272 is #5FBD8D. Grayscale: #636363. Windows color (decimal): -6274446 or 7488160. OLE color: 7488160.

HSL color Cylindrical-coordinate representation of color #A04272: hue angle of 329.36º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04272 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16066114-
CMYK00.590.290.37
HSL329.36º41.59%44.31%-
HSV(B)329.36º58.75%62.75%-
XYZ19.4812.5817.32-
YUV99.58136.14171.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=47.06%
G=19.41%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606611400.590.290.37329.3641.5944.31
HexA0427203B1D251492a2c
Octal24010216207335455115254
Binary1010000010000101110010011101111101100101101001001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04272; }

 p { color: rgb(160,66,114); }

 H1.HeaderClassName
 {
   color: #A04272;
 }
 .AnyTagClassName
 {
   color: #A04272;
 }
</style>
background-color css

<style>
 a { background-color: #A04272; }

 a { background-color: rgb(160,66,114); }

 div.DivClassName
 {
   background-color: #A04272;
 }
 .BgClassName
 {
   background-color: #A04272;
 }
</style>
border-color css

<style>
 span { border-color: #A04272; }

 span { border-color: rgb(160,66,114); }

 td.TdClassName
 {
   border-color: #A04272;
 }
 .TagClassName
 {
   border-color: #A04272;
 }
</style>