#A03562

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

Shades of Rouge #A03562

Tints of Rouge #A03562

Color information

#A03562 (or 0xA03562) is unknown color: approx Rouge. HEX triplet: A0, 35 and 62. RGB value is (160,53,98). Sum of RGB (Red+Green+Blue) = 160+53+98=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A03562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03562 is #5FCA9D. Grayscale: #5A5A5A. Windows color (decimal): -6277790 or 6436256. OLE color: 6436256.

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

Color convert

RGB1605398-
CMYK00.670.390.37
HSL334.77º50.23%41.76%-
HSV(B)334.77º66.87%62.75%-
XYZ17.9710.912.71-
YUV90.12132.45177.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=51.45%
G=17.04%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160539800.670.390.37334.7750.2341.76
HexA03562043272514f322a
Octal24065142010347455176252
Binary10100000110101110001001000011100111100101101001111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03562; }

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

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

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

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

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

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

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

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