Shades of East Side #AA91AF
Tints of East Side #AA91AF
RGB
CMYK
RGB Variations
Color information
#AA91AF (or 0xAA91AF) is known color: East Side. HEX triplet: AA, 91 and AF. RGB value is (170,145,175). Sum of RGB (Red+Green+Blue) = 170+145+175=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA91AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA91AF is #556E50. Grayscale: #9B9B9B. Windows color (decimal): -5598801 or 11506090. OLE color: 11506090.
HSL color Cylindrical-coordinate representation of color #AA91AF: hue angle of 290º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AA91AF is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 145 | 175 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.31 |
| HSL | 290º | 0.16% | 0.63% | - |
| HSV(B) | 290º | 0.17% | 0.69% | - |
| XYZ | 34.44 | 31.89 | 44.9 | - |
| YUV | 155.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 175 | 0.03 | 0.17 | 0 | 0.31 | 290 | 0.16 | 0.63 |
| Hex | AA | 91 | AF | 3 | 11 | 0 | 1F | 122 | 10 | 3F |
| Octal | 252 | 221 | 257 | 3 | 21 | 0 | 37 | 442 | 20 | 77 |
| Binary | 10101010 | 10010001 | 10101111 | 11 | 10001 | 0 | 11111 | 100100010 | 10000 | 111111 |
Color Harmonies of #AA91AF
Complementary color
Monochromatic Colors of #AA91AF
Black with #AA91AF
Text Example
Text Example
White with #AA91AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA91AF; }
p { color: rgb(170,145,175); }
H1.HeaderClassName
{
color: #AA91AF;
}
.AnyTagClassName
{
color: #AA91AF;
}
</style>
background-color css
<style>
a { background-color: #AA91AF; }
a { background-color: rgb(170,145,175); }
div.DivClassName
{
background-color: #AA91AF;
}
.BgClassName
{
background-color: #AA91AF;
}
</style>
border-color css
<style>
span { border-color: #AA91AF; }
span { border-color: rgb(170,145,175); }
td.TdClassName
{
border-color: #AA91AF;
}
.TagClassName
{
border-color: #AA91AF;
}
</style>