#A24072

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

Shades of Rouge #A24072

Tints of Rouge #A24072

Color information

#A24072 (or 0xA24072) is unknown color: approx Rouge. HEX triplet: A2, 40 and 72. RGB value is (162,64,114). Sum of RGB (Red+Green+Blue) = 162+64+114=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A24072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24072 is #5DBF8D. Grayscale: #626262. Windows color (decimal): -6143886 or 7487650. OLE color: 7487650.

HSL color Cylindrical-coordinate representation of color #A24072: hue angle of 329.39º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24072 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16264114-
CMYK00.600.300.36
HSL329.39º43.36%44.31%-
HSV(B)329.39º60.49%63.53%-
XYZ19.7712.5617.3-
YUV99136.47172.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 64 (25.39% from 255) = 18.82%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=47.65%
G=18.82%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626411400.600.300.36329.3943.3644.31
HexA2407203C1E241492b2c
Octal24210016207436445115354
Binary1010001010000001110010011110011110100100101001001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24072; }

 p { color: rgb(162,64,114); }

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

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

 a { background-color: rgb(162,64,114); }

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

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

 span { border-color: rgb(162,64,114); }

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