#A24672

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

Shades of Rouge #A24672

Tints of Rouge #A24672

Color information

#A24672 (or 0xA24672) is unknown color: approx Rouge. HEX triplet: A2, 46 and 72. RGB value is (162,70,114). Sum of RGB (Red+Green+Blue) = 162+70+114=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A24672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24672 is #5DB98D. Grayscale: #666666. Windows color (decimal): -6142350 or 7489186. OLE color: 7489186.

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

Color convert

RGB16270114-
CMYK00.570.300.36
HSL331.3º39.66%45.49%-
HSV(B)331.3º56.79%63.53%-
XYZ20.1313.2817.42-
YUV102.52134.48170.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=46.82%
G=20.23%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1627011400.570.300.36331.339.6645.49
HexA246720391E2414b282d
Octal24210616207136445135055
Binary1010001010001101110010011100111110100100101001011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24672; }

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

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

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

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

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

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

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

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