#AA9CB7

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

Shades of East Side #AA9CB7

Tints of East Side #AA9CB7

Color information

#AA9CB7 (or 0xAA9CB7) is unknown color: approx East Side. HEX triplet: AA, 9C and B7. RGB value is (170,156,183). Sum of RGB (Red+Green+Blue) = 170+156+183=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA9CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CB7 is #556348. Grayscale: #A3A3A3. Windows color (decimal): -5595977 or 12033194. OLE color: 12033194.

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

Color convert

RGB170156183-
CMYK0.070.1500.28
HSL271.11º15.79%66.47%-
HSV(B)271.11º14.75%71.76%-
XYZ37.0135.7449.75-
YUV163.26139.14132.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 183 (71.88% from 255) = 35.95%
R=33.40%
G=30.65%
B=35.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701561830.070.1500.28271.1115.7966.47
HexAA9CB77F01C10f1042
Octal25223426771703441720102
Binary1010101010011100101101111111111011100100001111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CB7; }

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

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

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

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

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

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

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

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