Shades of East Side #AA9EB6
Tints of East Side #AA9EB6
RGB
CMYK
RGB Variations
Color information
#AA9EB6 (or 0xAA9EB6) is known color: East Side. HEX triplet: AA, 9E and B6. RGB value is (170,158,182). Sum of RGB (Red+Green+Blue) = 170+158+182=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA9EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EB6 is #556149. Grayscale: #A4A4A4. Windows color (decimal): -5595466 or 11968170. OLE color: 11968170.
HSL color Cylindrical-coordinate representation of color #AA9EB6: hue angle of 270º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA9EB6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 170 | 158 | 182 | - |
CMYK | 0.07 | 0.13 | 0 | 0.29 |
HSL | 270º | 0.14% | 0.67% | - |
HSV(B) | 270º | 0.13% | 0.71% | - |
XYZ | 37.25 | 36.38 | 49.31 | - |
YUV | 164.32 | 137.98 | 132.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 158 | 182 | 0.07 | 0.13 | 0 | 0.29 | 270 | 0.14 | 0.67 |
Hex | AA | 9E | B6 | 7 | D | 0 | 1D | 10E | E | 43 |
Octal | 252 | 236 | 266 | 7 | 15 | 0 | 35 | 416 | 16 | 103 |
Binary | 10101010 | 10011110 | 10110110 | 111 | 1101 | 0 | 11101 | 100001110 | 1110 | 1000011 |
Color Harmonies of #AA9EB6
Complementary color
Monochromatic Colors of #AA9EB6
Black with #AA9EB6
Text Example
Text Example
White with #AA9EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9EB6; }
p { color: rgb(170,158,182); }
H1.HeaderClassName
{
color: #AA9EB6;
}
.AnyTagClassName
{
color: #AA9EB6;
}
</style>
background-color css
<style>
a { background-color: #AA9EB6; }
a { background-color: rgb(170,158,182); }
div.DivClassName
{
background-color: #AA9EB6;
}
.BgClassName
{
background-color: #AA9EB6;
}
</style>
border-color css
<style>
span { border-color: #AA9EB6; }
span { border-color: rgb(170,158,182); }
td.TdClassName
{
border-color: #AA9EB6;
}
.TagClassName
{
border-color: #AA9EB6;
}
</style>