#A03572

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

Shades of Rouge #A03572

Tints of Rouge #A03572

Color information

#A03572 (or 0xA03572) is unknown color: approx Rouge. HEX triplet: A0, 35 and 72. RGB value is (160,53,114). Sum of RGB (Red+Green+Blue) = 160+53+114=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A03572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03572 is #5FCA8D. Grayscale: #5B5B5B. Windows color (decimal): -6277774 or 7484832. OLE color: 7484832.

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

Color convert

RGB16053114-
CMYK00.670.290.37
HSL325.79º50.23%41.76%-
HSV(B)325.79º66.87%62.75%-
XYZ18.8111.2317.1-
YUV91.95140.45176.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.93%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=48.93%
G=16.21%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605311400.670.290.37325.7950.2341.76
HexA035720431D25146322a
Octal24065162010335455066252
Binary1010000011010111100100100001111101100101101000110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03572; }

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

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

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

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

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

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

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

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