#A04574

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

Shades of Rouge #A04574

Tints of Rouge #A04574

Color information

#A04574 (or 0xA04574) is unknown color: approx Rouge. HEX triplet: A0, 45 and 74. RGB value is (160,69,116). Sum of RGB (Red+Green+Blue) = 160+69+116=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A04574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04574 is #5FBA8B. Grayscale: #656565. Windows color (decimal): -6273676 or 7620000. OLE color: 7620000.

HSL color Cylindrical-coordinate representation of color #A04574: hue angle of 329.01º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04574 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB16069116-
CMYK00.570.280.37
HSL329.01º39.74%44.9%-
HSV(B)329.01º56.88%62.75%-
XYZ19.7812.9917.99-
YUV101.57136.15169.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.38%
GREEN value IS 69 (27.34% from 255) = 20%
BLUE value IS 116 (45.70% from 255) = 33.62%
R=46.38%
G=20%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606911600.570.280.37329.0139.7444.9
HexA045740391C25149282d
Octal24010516407134455115055
Binary1010000010001011110100011100111100100101101001001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04574; }

 p { color: rgb(160,69,116); }

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

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

 a { background-color: rgb(160,69,116); }

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

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

 span { border-color: rgb(160,69,116); }

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