#A24066

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

Shades of Rouge #A24066

Tints of Rouge #A24066

Color information

#A24066 (or 0xA24066) is unknown color: approx Rouge. HEX triplet: A2, 40 and 66. RGB value is (162,64,102). Sum of RGB (Red+Green+Blue) = 162+64+102=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A24066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24066 is #5DBF99. Grayscale: #616161. Windows color (decimal): -6143898 or 6701218. OLE color: 6701218.

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

Color convert

RGB16264102-
CMYK00.600.370.36
HSL336.73º43.36%44.31%-
HSV(B)336.73º60.49%63.53%-
XYZ19.1312.3113.94-
YUV97.63130.47173.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 102 (40.23% from 255) = 31.10%
R=49.39%
G=19.51%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626410200.600.370.36336.7343.3644.31
HexA2406603C25241512b2c
Octal24210014607445445215354
Binary10100010100000011001100111100100101100100101010001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24066; }

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

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

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

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

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

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

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

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