#A24370

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

Shades of Rouge #A24370

Tints of Rouge #A24370

Color information

#A24370 (or 0xA24370) is unknown color: approx Rouge. HEX triplet: A2, 43 and 70. RGB value is (162,67,112). Sum of RGB (Red+Green+Blue) = 162+67+112=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A24370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24370 is #5DBC8F. Grayscale: #646464. Windows color (decimal): -6143120 or 7357346. OLE color: 7357346.

HSL color Cylindrical-coordinate representation of color #A24370: hue angle of 331.58º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A24370 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16267112-
CMYK00.590.310.36
HSL331.58º41.48%44.9%-
HSV(B)331.58º58.64%63.53%-
XYZ19.8312.8716.77-
YUV100.54134.47171.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 67 (26.56% from 255) = 19.65%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=47.51%
G=19.65%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626711200.590.310.36331.5841.4844.9
HexA2437003B1F2414c292d
Octal24210316007337445145155
Binary1010001010000111110000011101111111100100101001100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24370; }

 p { color: rgb(162,67,112); }

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

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

 a { background-color: rgb(162,67,112); }

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

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

 span { border-color: rgb(162,67,112); }

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