#aa3366

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

Shades of Rouge #AA3366

Tints of Rouge #AA3366

Color information

#AA3366 (or 0xAA3366) is unknown color: approx Rouge. HEX triplet: AA, 33 and 66. RGB value is (170,51,102). Sum of RGB (Red+Green+Blue) = 170+51+102=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3366 is #55CC99. Grayscale: #5C5C5C. Windows color (decimal): -5622938 or 6697898. OLE color: 6697898.

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

Color convert

RGB17051102-
CMYK00.70.40.33
HSL334.29º53.85%43.33%-
HSV(B)334.29º70%66.67%-
XYZ20.1611.8713.8-
YUV92.4133.42183.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=52.63%
G=15.79%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705110200.70.40.33334.2953.8543.33
HexAA3366046282114e362b
Octal25263146010650415166653
Binary10101010110011110011001000110101000100001101001110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3366; }

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

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

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

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

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

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

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

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