#AA2766

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

Shades of Rouge #AA2766

Tints of Rouge #AA2766

Color information

#AA2766 (or 0xAA2766) is unknown color: approx Rouge. HEX triplet: AA, 27 and 66. RGB value is (170,39,102). Sum of RGB (Red+Green+Blue) = 170+39+102=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2766 is #55D899. Grayscale: #555555. Windows color (decimal): -5626010 or 6694826. OLE color: 6694826.

HSL color Cylindrical-coordinate representation of color #AA2766: hue angle of 331.15º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2766 is Cyan = 0, Magento = 0.77, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB17039102-
CMYK00.770.40.33
HSL331.15º62.68%40.98%-
HSV(B)331.15º77.06%66.67%-
XYZ19.710.9613.65-
YUV85.35137.4188.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.66%
GREEN value IS 39 (15.62% from 255) = 12.54%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=54.66%
G=12.54%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703910200.770.40.33331.1562.6840.98
HexAA276604D282114b3f29
Octal25247146011550415137751
Binary10101010100111110011001001101101000100001101001011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2766; }

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

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

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

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

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

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

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

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