#A03473

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

Shades of Rouge #A03473

Tints of Rouge #A03473

Color information

#A03473 (or 0xA03473) is unknown color: approx Rouge. HEX triplet: A0, 34 and 73. RGB value is (160,52,115). Sum of RGB (Red+Green+Blue) = 160+52+115=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A03473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03473 is #5FCB8C. Grayscale: #5B5B5B. Windows color (decimal): -6278029 or 7550112. OLE color: 7550112.

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

Color convert

RGB16052115-
CMYK00.680.280.37
HSL325º50.94%41.57%-
HSV(B)325º67.5%62.75%-
XYZ18.8211.1717.38-
YUV91.47141.28176.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.93%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=48.93%
G=15.90%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605211500.680.280.3732550.9441.57
HexA034730441C25145332a
Octal24064163010434455056352
Binary1010000011010011100110100010011100100101101000101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03473; }

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

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

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

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

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

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

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

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