Shades of East Side #AAA0B6
Tints of East Side #AAA0B6
RGB
CMYK
RGB Variations
Color information
#AAA0B6 (or 0xAAA0B6) is known color: East Side. HEX triplet: AA, A0 and B6. RGB value is (170,160,182). Sum of RGB (Red+Green+Blue) = 170+160+182=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 182 - color contains mainly: blue. Hex color #AAA0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0B6 is #555F49. Grayscale: #A5A5A5. Windows color (decimal): -5594954 or 11968682. OLE color: 11968682.
HSL color Cylindrical-coordinate representation of color #AAA0B6: hue angle of 267.27º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA0B6 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 160 | 182 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.29 |
| HSL | 267.27º | 0.13% | 0.67% | - |
| HSV(B) | 267.27º | 0.12% | 0.71% | - |
| XYZ | 37.59 | 37.07 | 49.43 | - |
| YUV | 165.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 182 | 0.07 | 0.12 | 0 | 0.29 | 267.27 | 0.13 | 0.67 |
| Hex | AA | A0 | B6 | 7 | C | 0 | 1D | 10B | D | 43 |
| Octal | 252 | 240 | 266 | 7 | 14 | 0 | 35 | 413 | 15 | 103 |
| Binary | 10101010 | 10100000 | 10110110 | 111 | 1100 | 0 | 11101 | 100001011 | 1101 | 1000011 |
Color Harmonies of #AAA0B6
Complementary color
Monochromatic Colors of #AAA0B6
Black with #AAA0B6
Text Example
Text Example
White with #AAA0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0B6; }
p { color: rgb(170,160,182); }
H1.HeaderClassName
{
color: #AAA0B6;
}
.AnyTagClassName
{
color: #AAA0B6;
}
</style>
background-color css
<style>
a { background-color: #AAA0B6; }
a { background-color: rgb(170,160,182); }
div.DivClassName
{
background-color: #AAA0B6;
}
.BgClassName
{
background-color: #AAA0B6;
}
</style>
border-color css
<style>
span { border-color: #AAA0B6; }
span { border-color: rgb(170,160,182); }
td.TdClassName
{
border-color: #AAA0B6;
}
.TagClassName
{
border-color: #AAA0B6;
}
</style>