#aa3570

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

Shades of Rouge #AA3570

Tints of Rouge #AA3570

Color information

#AA3570 (or 0xAA3570) is unknown color: approx Rouge. HEX triplet: AA, 35 and 70. RGB value is (170,53,112). Sum of RGB (Red+Green+Blue) = 170+53+112=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3570 is #55CA8F. Grayscale: #5E5E5E. Windows color (decimal): -5622416 or 7353770. OLE color: 7353770.

HSL color Cylindrical-coordinate representation of color #AA3570: hue angle of 329.74º 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 #AA3570 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17053112-
CMYK00.690.340.33
HSL329.74º52.47%43.73%-
HSV(B)329.74º68.82%66.67%-
XYZ20.7812.2616.6-
YUV94.71137.76181.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 53 (21.09% from 255) = 15.82%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=50.75%
G=15.82%
B=33.43%

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
Decimal1705311200.690.340.33329.7452.4743.73
HexAA3570045222114a342c
Octal25265160010542415126454
Binary10101010110101111000001000101100010100001101001010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3570; }

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

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

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

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

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

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

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

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