#AA9CB2

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

Shades of East Side #AA9CB2

Tints of East Side #AA9CB2

Color information

#AA9CB2 (or 0xAA9CB2) is unknown color: approx East Side. HEX triplet: AA, 9C and B2. RGB value is (170,156,178). Sum of RGB (Red+Green+Blue) = 170+156+178=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 178 - color contains mainly: blue. Hex color #AA9CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CB2 is #55634D. Grayscale: #A2A2A2. Windows color (decimal): -5595982 or 11705514. OLE color: 11705514.

HSL color Cylindrical-coordinate representation of color #AA9CB2: hue angle of 278.18º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA9CB2 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170156178-
CMYK0.040.1200.30
HSL278.18º12.5%65.49%-
HSV(B)278.18º12.36%69.8%-
XYZ36.535.5447.06-
YUV162.69136.64133.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 178 (69.92% from 255) = 35.32%
R=33.73%
G=30.95%
B=35.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701561780.040.1200.30278.1812.565.49
HexAA9CB24C01E116c41
Octal25223426241403642614101
Binary101010101001110010110010100110001111010001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CB2; }

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

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

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

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

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

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

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

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