#A03472

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

Shades of Rouge #A03472

Tints of Rouge #A03472

Color information

#A03472 (or 0xA03472) is unknown color: approx Rouge. HEX triplet: A0, 34 and 72. RGB value is (160,52,114). Sum of RGB (Red+Green+Blue) = 160+52+114=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A03472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03472 is #5FCB8D. Grayscale: #5B5B5B. Windows color (decimal): -6278030 or 7484576. OLE color: 7484576.

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

Color convert

RGB16052114-
CMYK00.680.290.37
HSL325.56º50.94%41.57%-
HSV(B)325.56º67.5%62.75%-
XYZ18.7611.1417.08-
YUV91.36140.78176.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 52 (20.70% from 255) = 15.95%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=49.08%
G=15.95%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605211400.680.290.37325.5650.9441.57
HexA034720441D25146332a
Octal24064162010435455066352
Binary1010000011010011100100100010011101100101101000110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03472; }

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

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

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

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

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

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

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

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