#AA336E

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

Shades of Rouge #AA336E

Tints of Rouge #AA336E

Color information

#AA336E (or 0xAA336E) is unknown color: approx Rouge. HEX triplet: AA, 33 and 6E. RGB value is (170,51,110). Sum of RGB (Red+Green+Blue) = 170+51+110=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA336E is #55CC91. Grayscale: #5D5D5D. Windows color (decimal): -5622930 or 7222186. OLE color: 7222186.

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

Color convert

RGB17051110-
CMYK00.70.350.33
HSL330.25º53.85%43.33%-
HSV(B)330.25º70%66.67%-
XYZ20.5812.0415.99-
YUV93.31137.42182.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=51.36%
G=15.41%
B=33.23%

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
Decimal1705111000.70.350.33330.2553.8543.33
HexAA336E046232114a362b
Octal25263156010643415126653
Binary10101010110011110111001000110100011100001101001010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA336E; }

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

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

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

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

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

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

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

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