#A03566

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

Shades of Rouge #A03566

Tints of Rouge #A03566

Color information

#A03566 (or 0xA03566) is unknown color: approx Rouge. HEX triplet: A0, 35 and 66. RGB value is (160,53,102). Sum of RGB (Red+Green+Blue) = 160+53+102=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A03566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03566 is #5FCA99. Grayscale: #5A5A5A. Windows color (decimal): -6277786 or 6698400. OLE color: 6698400.

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

Color convert

RGB16053102-
CMYK00.670.360.37
HSL332.52º50.23%41.76%-
HSV(B)332.52º66.87%62.75%-
XYZ18.1710.9813.73-
YUV90.58134.45177.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.79%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=50.79%
G=16.83%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605310200.670.360.37332.5250.2341.76
HexA03566043242514d322a
Octal24065146010344455156252
Binary10100000110101110011001000011100100100101101001101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03566; }

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

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

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

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

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

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

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

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