#A03662

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

Shades of Rouge #A03662

Tints of Rouge #A03662

Color information

#A03662 (or 0xA03662) is unknown color: approx Rouge. HEX triplet: A0, 36 and 62. RGB value is (160,54,98). Sum of RGB (Red+Green+Blue) = 160+54+98=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A03662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03662 is #5FC99D. Grayscale: #5A5A5A. Windows color (decimal): -6277534 or 6436512. OLE color: 6436512.

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

Color convert

RGB1605498-
CMYK00.660.390.37
HSL335.09º49.53%41.96%-
HSV(B)335.09º66.25%62.75%-
XYZ18.0210.9912.73-
YUV90.71132.12177.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.28%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 98 (38.67% from 255) = 31.41%
R=51.28%
G=17.31%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160549800.660.390.37335.0949.5341.96
HexA03662042272514f322a
Octal24066142010247455176252
Binary10100000110110110001001000010100111100101101001111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03662; }

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

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

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

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

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

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

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

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