#AA9CB6

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

Shades of East Side #AA9CB6

Tints of East Side #AA9CB6

Color information

#AA9CB6 (or 0xAA9CB6) is unknown color: approx East Side. HEX triplet: AA, 9C and B6. RGB value is (170,156,182). Sum of RGB (Red+Green+Blue) = 170+156+182=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA9CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CB6 is #556349. Grayscale: #A3A3A3. Windows color (decimal): -5595978 or 11967658. OLE color: 11967658.

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

Color convert

RGB170156182-
CMYK0.070.1400.29
HSL272.31º15.12%66.27%-
HSV(B)272.31º14.29%71.37%-
XYZ36.9135.749.2-
YUV163.15138.64132.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 182 (71.48% from 255) = 35.83%
R=33.46%
G=30.71%
B=35.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701561820.070.1400.29272.3115.1266.27
HexAA9CB67E01D110f42
Octal25223426671603542017102
Binary101010101001110010110110111111001110110001000011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CB6; }

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

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

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

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

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

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

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

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