#A04077

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

Shades of Rouge #A04077

Tints of Rouge #A04077

Color information

#A04077 (or 0xA04077) is unknown color: approx Rouge. HEX triplet: A0, 40 and 77. RGB value is (160,64,119). Sum of RGB (Red+Green+Blue) = 160+64+119=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A04077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04077 is #5FBF88. Grayscale: #626262. Windows color (decimal): -6274953 or 7815328. OLE color: 7815328.

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

Color convert

RGB16064119-
CMYK00.60.260.37
HSL325.62º42.86%43.92%-
HSV(B)325.62º60%62.75%-
XYZ19.6612.4718.82-
YUV98.97139.3171.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=46.65%
G=18.66%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606411900.60.260.37325.6242.8643.92
HexA0407703C1A251462b2c
Octal24010016707432455065354
Binary1010000010000001110111011110011010100101101000110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04077; }

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

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

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

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

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

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

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

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