#A03D60

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

Shades of Rouge #A03D60

Tints of Rouge #A03D60

Color information

#A03D60 (or 0xA03D60) is unknown color: approx Rouge. HEX triplet: A0, 3D and 60. RGB value is (160,61,96). Sum of RGB (Red+Green+Blue) = 160+61+96=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03D60 is #5FC29F. Grayscale: #5E5E5E. Windows color (decimal): -6275744 or 6307232. OLE color: 6307232.

HSL color Cylindrical-coordinate representation of color #A03D60: hue angle of 338.79º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A03D60 is Cyan = 0, Magento = 0.62, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB1606196-
CMYK00.620.40.37
HSL338.79º44.8%43.33%-
HSV(B)338.79º61.87%62.75%-
XYZ18.2811.6612.35-
YUV94.59128.8174.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 61 (24.22% from 255) = 19.24%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=50.47%
G=19.24%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160619600.620.40.37338.7944.843.33
HexA03D6003E28251532d2b
Octal2407514007650455235553
Binary1010000011110111000000111110101000100101101010011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03D60; }

 p { color: rgb(160,61,96); }

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

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

 a { background-color: rgb(160,61,96); }

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

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

 span { border-color: rgb(160,61,96); }

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