#AA356D

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

Shades of Rouge #AA356D

Tints of Rouge #AA356D

Color information

#AA356D (or 0xAA356D) is unknown color: approx Rouge. HEX triplet: AA, 35 and 6D. RGB value is (170,53,109). Sum of RGB (Red+Green+Blue) = 170+53+109=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA356D is #55CA92. Grayscale: #5E5E5E. Windows color (decimal): -5622419 or 7157162. OLE color: 7157162.

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

Color convert

RGB17053109-
CMYK00.690.360.33
HSL331.28º52.47%43.73%-
HSV(B)331.28º68.82%66.67%-
XYZ20.6112.215.74-
YUV94.37136.26181.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=51.20%
G=15.96%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705310900.690.360.33331.2852.4743.73
HexAA356D045242114b342c
Octal25265155010544415136454
Binary10101010110101110110101000101100100100001101001011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA356D; }

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

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

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

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

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

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

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

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