Shades of East Side #AA9AB7
Tints of East Side #AA9AB7
RGB
CMYK
RGB Variations
Color information
#AA9AB7 (or 0xAA9AB7) is known color: East Side. HEX triplet: AA, 9A and B7. RGB value is (170,154,183). Sum of RGB (Red+Green+Blue) = 170+154+183=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA9AB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9AB7 is #556548. Grayscale: #A1A1A1. Windows color (decimal): -5596489 or 12032682. OLE color: 12032682.
HSL color Cylindrical-coordinate representation of color #AA9AB7: hue angle of 273.1º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9AB7 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 154 | 183 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.28 |
| HSL | 273.1º | 0.17% | 0.66% | - |
| HSV(B) | 273.1º | 0.16% | 0.72% | - |
| XYZ | 36.68 | 35.08 | 49.64 | - |
| YUV | 162.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 183 | 0.07 | 0.16 | 0 | 0.28 | 273.1 | 0.17 | 0.66 |
| Hex | AA | 9A | B7 | 7 | 10 | 0 | 1C | 111 | 11 | 42 |
| Octal | 252 | 232 | 267 | 7 | 20 | 0 | 34 | 421 | 21 | 102 |
| Binary | 10101010 | 10011010 | 10110111 | 111 | 10000 | 0 | 11100 | 100010001 | 10001 | 1000010 |
Color Harmonies of #AA9AB7
Complementary color
Monochromatic Colors of #AA9AB7
Black with #AA9AB7
Text Example
Text Example
White with #AA9AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9AB7; }
p { color: rgb(170,154,183); }
H1.HeaderClassName
{
color: #AA9AB7;
}
.AnyTagClassName
{
color: #AA9AB7;
}
</style>
background-color css
<style>
a { background-color: #AA9AB7; }
a { background-color: rgb(170,154,183); }
div.DivClassName
{
background-color: #AA9AB7;
}
.BgClassName
{
background-color: #AA9AB7;
}
</style>
border-color css
<style>
span { border-color: #AA9AB7; }
span { border-color: rgb(170,154,183); }
td.TdClassName
{
border-color: #AA9AB7;
}
.TagClassName
{
border-color: #AA9AB7;
}
</style>