#AA336F

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

Shades of Rouge #AA336F

Tints of Rouge #AA336F

Color information

#AA336F (or 0xAA336F) is unknown color: approx Rouge. HEX triplet: AA, 33 and 6F. RGB value is (170,51,111). Sum of RGB (Red+Green+Blue) = 170+51+111=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA336F is #55CC90. Grayscale: #5D5D5D. Windows color (decimal): -5622929 or 7287722. OLE color: 7287722.

HSL color Cylindrical-coordinate representation of color #AA336F: hue angle of 329.75º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA336F is Cyan = 0, Magento = 0.7, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17051111-
CMYK00.70.350.33
HSL329.75º53.85%43.33%-
HSV(B)329.75º70%66.67%-
XYZ20.6312.0616.28-
YUV93.42137.92182.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 51 (20.31% from 255) = 15.36%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=51.20%
G=15.36%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705111100.70.350.33329.7553.8543.33
HexAA336F046232114a362b
Octal25263157010643415126653
Binary10101010110011110111101000110100011100001101001010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA336F; }

 p { color: rgb(170,51,111); }

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

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

 a { background-color: rgb(170,51,111); }

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

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

 span { border-color: rgb(170,51,111); }

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