#AA3571

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

Shades of Rouge #AA3571

Tints of Rouge #AA3571

Color information

#AA3571 (or 0xAA3571) is unknown color: approx Rouge. HEX triplet: AA, 35 and 71. RGB value is (170,53,113). Sum of RGB (Red+Green+Blue) = 170+53+113=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3571 is #55CA8E. Grayscale: #5E5E5E. Windows color (decimal): -5622415 or 7419306. OLE color: 7419306.

HSL color Cylindrical-coordinate representation of color #AA3571: hue angle of 329.23º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3571 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17053113-
CMYK00.690.340.33
HSL329.23º52.47%43.73%-
HSV(B)329.23º68.82%66.67%-
XYZ20.8312.2816.9-
YUV94.82138.26181.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 53 (21.09% from 255) = 15.77%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=50.60%
G=15.77%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705311300.690.340.33329.2352.4743.73
HexAA35710452221149342c
Octal25265161010542415116454
Binary10101010110101111000101000101100010100001101001001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3571; }

 p { color: rgb(170,53,113); }

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

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

 a { background-color: rgb(170,53,113); }

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

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

 span { border-color: rgb(170,53,113); }

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