#A04172

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

Shades of Rouge #A04172

Tints of Rouge #A04172

Color information

#A04172 (or 0xA04172) is unknown color: approx Rouge. HEX triplet: A0, 41 and 72. RGB value is (160,65,114). Sum of RGB (Red+Green+Blue) = 160+65+114=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A04172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04172 is #5FBE8D. Grayscale: #626262. Windows color (decimal): -6274702 or 7487904. OLE color: 7487904.

HSL color Cylindrical-coordinate representation of color #A04172: hue angle of 329.05º 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 #A04172 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16065114-
CMYK00.590.290.37
HSL329.05º42.22%44.12%-
HSV(B)329.05º59.38%62.75%-
XYZ19.4212.4717.3-
YUV98.99136.47171.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=47.20%
G=19.17%
B=33.63%

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
Decimal1606511400.590.290.37329.0542.2244.12
HexA0417203B1D251492a2c
Octal24010116207335455115254
Binary1010000010000011110010011101111101100101101001001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04172; }

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

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

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

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

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

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

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

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