Shades of East Side #A899B9
Tints of East Side #A899B9
RGB
CMYK
RGB Variations
Color information
#A899B9 (or 0xA899B9) is known color: East Side. HEX triplet: A8, 99 and B9. RGB value is (168,153,185). Sum of RGB (Red+Green+Blue) = 168+153+185=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 185 - color contains mainly: blue. Hex color #A899B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899B9 is #576646. Grayscale: #A1A1A1. Windows color (decimal): -5727815 or 12163496. OLE color: 12163496.
HSL color Cylindrical-coordinate representation of color #A899B9: hue angle of 268.12º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A899B9 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 153 | 185 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.27 |
| HSL | 268.13º | 0.19% | 0.66% | - |
| HSV(B) | 268.13º | 0.17% | 0.73% | - |
| XYZ | 36.3 | 34.61 | 50.67 | - |
| YUV | 161.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 185 | 0.09 | 0.17 | 0 | 0.27 | 268.13 | 0.19 | 0.66 |
| Hex | A8 | 99 | B9 | 9 | 11 | 0 | 1B | 10C | 13 | 42 |
| Octal | 250 | 231 | 271 | 11 | 21 | 0 | 33 | 414 | 23 | 102 |
| Binary | 10101000 | 10011001 | 10111001 | 1001 | 10001 | 0 | 11011 | 100001100 | 10011 | 1000010 |
Color Harmonies of #A899B9
Complementary color
Monochromatic Colors of #A899B9
Black with #A899B9
Text Example
Text Example
White with #A899B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899B9; }
p { color: rgb(168,153,185); }
H1.HeaderClassName
{
color: #A899B9;
}
.AnyTagClassName
{
color: #A899B9;
}
</style>
background-color css
<style>
a { background-color: #A899B9; }
a { background-color: rgb(168,153,185); }
div.DivClassName
{
background-color: #A899B9;
}
.BgClassName
{
background-color: #A899B9;
}
</style>
border-color css
<style>
span { border-color: #A899B9; }
span { border-color: rgb(168,153,185); }
td.TdClassName
{
border-color: #A899B9;
}
.TagClassName
{
border-color: #A899B9;
}
</style>