#A04473

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

Shades of Rouge #A04473

Tints of Rouge #A04473

Color information

#A04473 (or 0xA04473) is unknown color: approx Rouge. HEX triplet: A0, 44 and 73. RGB value is (160,68,115). Sum of RGB (Red+Green+Blue) = 160+68+115=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A04473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04473 is #5FBB8C. Grayscale: #646464. Windows color (decimal): -6273933 or 7554208. OLE color: 7554208.

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

Color convert

RGB16068115-
CMYK00.570.280.37
HSL329.35º40.35%44.71%-
HSV(B)329.35º57.5%62.75%-
XYZ19.6612.8517.66-
YUV100.87135.98170.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=46.65%
G=19.83%
B=33.53%

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
Decimal1606811500.570.280.37329.3540.3544.71
HexA044730391C25149282d
Octal24010416307134455115055
Binary1010000010001001110011011100111100100101101001001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04473; }

 p { color: rgb(160,68,115); }

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

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

 a { background-color: rgb(160,68,115); }

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

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

 span { border-color: rgb(160,68,115); }

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