#A53572

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

Shades of Rouge #A53572

Tints of Rouge #A53572

Color information

#A53572 (or 0xA53572) is unknown color: approx Rouge. HEX triplet: A5, 35 and 72. RGB value is (165,53,114). Sum of RGB (Red+Green+Blue) = 165+53+114=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A53572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53572 is #5ACA8D. Grayscale: #5D5D5D. Windows color (decimal): -5950094 or 7484837. OLE color: 7484837.

HSL color Cylindrical-coordinate representation of color #A53572: hue angle of 327.32º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53572 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16553114-
CMYK00.680.310.35
HSL327.32º51.38%42.75%-
HSV(B)327.32º67.88%64.71%-
XYZ19.8311.7617.14-
YUV93.44139.61179.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=49.70%
G=15.96%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655311400.680.310.35327.3251.3842.75
HexA535720441F23147332b
Octal24565162010437435076353
Binary1010010111010111100100100010011111100011101000111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53572; }

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

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

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

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

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

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

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

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