Shades of East Side #AD99BA
Tints of East Side #AD99BA
RGB
CMYK
RGB Variations
Color information
#AD99BA (or 0xAD99BA) is known color: East Side. HEX triplet: AD, 99 and BA. RGB value is (173,153,186). Sum of RGB (Red+Green+Blue) = 173+153+186=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD99BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99BA is #526645. Grayscale: #A2A2A2. Windows color (decimal): -5400134 or 12229037. OLE color: 12229037.
HSL color Cylindrical-coordinate representation of color #AD99BA: hue angle of 276.36º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD99BA is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 153 | 186 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.27 |
| HSL | 276.36º | 0.19% | 0.66% | - |
| HSV(B) | 276.36º | 0.18% | 0.73% | - |
| XYZ | 37.49 | 35.21 | 51.28 | - |
| YUV | 162.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 186 | 0.07 | 0.18 | 0 | 0.27 | 276.36 | 0.19 | 0.66 |
| Hex | AD | 99 | BA | 7 | 12 | 0 | 1B | 114 | 13 | 42 |
| Octal | 255 | 231 | 272 | 7 | 22 | 0 | 33 | 424 | 23 | 102 |
| Binary | 10101101 | 10011001 | 10111010 | 111 | 10010 | 0 | 11011 | 100010100 | 10011 | 1000010 |
Color Harmonies of #AD99BA
Complementary color
Monochromatic Colors of #AD99BA
Black with #AD99BA
Text Example
Text Example
White with #AD99BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD99BA; }
p { color: rgb(173,153,186); }
H1.HeaderClassName
{
color: #AD99BA;
}
.AnyTagClassName
{
color: #AD99BA;
}
</style>
background-color css
<style>
a { background-color: #AD99BA; }
a { background-color: rgb(173,153,186); }
div.DivClassName
{
background-color: #AD99BA;
}
.BgClassName
{
background-color: #AD99BA;
}
</style>
border-color css
<style>
span { border-color: #AD99BA; }
span { border-color: rgb(173,153,186); }
td.TdClassName
{
border-color: #AD99BA;
}
.TagClassName
{
border-color: #AD99BA;
}
</style>