Shades of East Side #AA9CB7
Tints of East Side #AA9CB7
RGB
CMYK
RGB Variations
Color information
#AA9CB7 (or 0xAA9CB7) is known color: 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
| RGB | 170 | 156 | 183 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.28 |
| HSL | 271.11º | 0.16% | 0.66% | - |
| HSV(B) | 271.11º | 0.15% | 0.72% | - |
| XYZ | 37.01 | 35.74 | 49.75 | - |
| YUV | 163.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 183 | 0.07 | 0.15 | 0 | 0.28 | 271.11 | 0.16 | 0.66 |
| Hex | AA | 9C | B7 | 7 | F | 0 | 1C | 10F | 10 | 42 |
| Octal | 252 | 234 | 267 | 7 | 17 | 0 | 34 | 417 | 20 | 102 |
| Binary | 10101010 | 10011100 | 10110111 | 111 | 1111 | 0 | 11100 | 100001111 | 10000 | 1000010 |
Color Harmonies of #AA9CB7
Complementary color
Monochromatic Colors of #AA9CB7
Black with #AA9CB7
Text Example
Text Example
White with #AA9CB7
Text Example
Text Example
HTML Codes & Css Web 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>