#A04062

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

Shades of Rouge #A04062

Tints of Rouge #A04062

Color information

#A04062 (or 0xA04062) is unknown color: approx Rouge. HEX triplet: A0, 40 and 62. RGB value is (160,64,98). Sum of RGB (Red+Green+Blue) = 160+64+98=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A04062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04062 is #5FBF9D. Grayscale: #606060. Windows color (decimal): -6274974 or 6439072. OLE color: 6439072.

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

Color convert

RGB1606498-
CMYK00.60.390.37
HSL338.75º42.86%43.92%-
HSV(B)338.75º60%62.75%-
XYZ18.5412.0212.9-
YUV96.58128.8173.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.69%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=49.69%
G=19.88%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160649800.60.390.37338.7542.8643.92
HexA0406203C27251532b2c
Octal24010014207447455235354
Binary10100000100000011000100111100100111100101101010011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04062; }

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

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

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

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

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

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

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

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