#AA9CB4

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

Shades of East Side #AA9CB4

Tints of East Side #AA9CB4

Color information

#AA9CB4 (or 0xAA9CB4) is unknown color: approx East Side. HEX triplet: AA, 9C and B4. RGB value is (170,156,180). Sum of RGB (Red+Green+Blue) = 170+156+180=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA9CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CB4 is #55634B. Grayscale: #A2A2A2. Windows color (decimal): -5595980 or 11836586. OLE color: 11836586.

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

Color convert

RGB170156180-
CMYK0.060.1300.29
HSL275º13.79%65.88%-
HSV(B)275º13.33%70.59%-
XYZ36.735.6248.12-
YUV162.92137.64133.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 180 (70.70% from 255) = 35.57%
R=33.60%
G=30.83%
B=35.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701561800.060.1300.2927513.7965.88
HexAA9CB46D01D113e42
Octal25223426461503542316102
Binary101010101001110010110100110110101110110001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CB4; }

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

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

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

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

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

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

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

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