#A03666

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

Shades of Rouge #A03666

Tints of Rouge #A03666

Color information

#A03666 (or 0xA03666) is unknown color: approx Rouge. HEX triplet: A0, 36 and 66. RGB value is (160,54,102). Sum of RGB (Red+Green+Blue) = 160+54+102=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A03666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03666 is #5FC999. Grayscale: #5B5B5B. Windows color (decimal): -6277530 or 6698656. OLE color: 6698656.

HSL color Cylindrical-coordinate representation of color #A03666: hue angle of 332.83º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03666 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB16054102-
CMYK00.660.360.37
HSL332.83º49.53%41.96%-
HSV(B)332.83º66.25%62.75%-
XYZ18.2111.0713.75-
YUV91.17134.12177.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 102 (40.23% from 255) = 32.28%
R=50.63%
G=17.09%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605410200.660.360.37332.8349.5341.96
HexA03666042242514d322a
Octal24066146010244455156252
Binary10100000110110110011001000010100100100101101001101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03666; }

 p { color: rgb(160,54,102); }

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

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

 a { background-color: rgb(160,54,102); }

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

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

 span { border-color: rgb(160,54,102); }

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