Shades of East Side #AD99B9
Tints of East Side #AD99B9
RGB
CMYK
RGB Variations
Color information
#AD99B9 (or 0xAD99B9) is known color: East Side. HEX triplet: AD, 99 and B9. RGB value is (173,153,185). Sum of RGB (Red+Green+Blue) = 173+153+185=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD99B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99B9 is #526646. Grayscale: #A2A2A2. Windows color (decimal): -5400135 or 12163501. OLE color: 12163501.
HSL color Cylindrical-coordinate representation of color #AD99B9: hue angle of 277.5º 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 #AD99B9 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 153 | 185 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.27 |
| HSL | 277.5º | 0.19% | 0.66% | - |
| HSV(B) | 277.5º | 0.17% | 0.73% | - |
| XYZ | 37.38 | 35.17 | 50.72 | - |
| YUV | 162.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 185 | 0.06 | 0.17 | 0 | 0.27 | 277.5 | 0.19 | 0.66 |
| Hex | AD | 99 | B9 | 6 | 11 | 0 | 1B | 116 | 13 | 42 |
| Octal | 255 | 231 | 271 | 6 | 21 | 0 | 33 | 426 | 23 | 102 |
| Binary | 10101101 | 10011001 | 10111001 | 110 | 10001 | 0 | 11011 | 100010110 | 10011 | 1000010 |
Color Harmonies of #AD99B9
Complementary color
Monochromatic Colors of #AD99B9
Black with #AD99B9
Text Example
Text Example
White with #AD99B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99B9; }
p { color: rgb(173,153,185); }
H1.HeaderClassName
{
color: #AD99B9;
}
.AnyTagClassName
{
color: #AD99B9;
}
</style>
background-color css
<style>
a { background-color: #AD99B9; }
a { background-color: rgb(173,153,185); }
div.DivClassName
{
background-color: #AD99B9;
}
.BgClassName
{
background-color: #AD99B9;
}
</style>
border-color css
<style>
span { border-color: #AD99B9; }
span { border-color: rgb(173,153,185); }
td.TdClassName
{
border-color: #AD99B9;
}
.TagClassName
{
border-color: #AD99B9;
}
</style>