#AA9BB6

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

Shades of East Side #AA9BB6

Tints of East Side #AA9BB6

Color information

#AA9BB6 (or 0xAA9BB6) is unknown color: approx East Side. HEX triplet: AA, 9B and B6. RGB value is (170,155,182). Sum of RGB (Red+Green+Blue) = 170+155+182=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA9BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BB6 is #556449. Grayscale: #A2A2A2. Windows color (decimal): -5596234 or 11967402. OLE color: 11967402.

HSL color Cylindrical-coordinate representation of color #AA9BB6: hue angle of 273.33º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9BB6 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170155182-
CMYK0.070.1500.29
HSL273.33º15.61%66.08%-
HSV(B)273.33º14.84%71.37%-
XYZ36.7435.3749.15-
YUV162.56138.97133.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 155 (60.94% from 255) = 30.57%
BLUE value IS 182 (71.48% from 255) = 35.90%
R=33.53%
G=30.57%
B=35.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701551820.070.1500.29273.3315.6166.08
HexAA9BB67F01D1111042
Octal25223326671703542120102
Binary1010101010011011101101101111111011101100010001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BB6; }

 p { color: rgb(170,155,182); }

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

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

 a { background-color: rgb(170,155,182); }

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

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

 span { border-color: rgb(170,155,182); }

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