Shades of East Side #AD9BB8
Tints of East Side #AD9BB8
RGB
CMYK
RGB Variations
Color information
#AD9BB8 (or 0xAD9BB8) is known color: East Side. HEX triplet: AD, 9B and B8. RGB value is (173,155,184). Sum of RGB (Red+Green+Blue) = 173+155+184=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD9BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BB8 is #526447. Grayscale: #A3A3A3. Windows color (decimal): -5399624 or 12098477. OLE color: 12098477.
HSL color Cylindrical-coordinate representation of color #AD9BB8: hue angle of 277.24º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9BB8 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 155 | 184 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.28 |
| HSL | 277.24º | 0.17% | 0.66% | - |
| HSV(B) | 277.24º | 0.16% | 0.72% | - |
| XYZ | 37.61 | 35.79 | 50.27 | - |
| YUV | 163.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 155 | 184 | 0.06 | 0.16 | 0 | 0.28 | 277.24 | 0.17 | 0.66 |
| Hex | AD | 9B | B8 | 6 | 10 | 0 | 1C | 115 | 11 | 42 |
| Octal | 255 | 233 | 270 | 6 | 20 | 0 | 34 | 425 | 21 | 102 |
| Binary | 10101101 | 10011011 | 10111000 | 110 | 10000 | 0 | 11100 | 100010101 | 10001 | 1000010 |
Color Harmonies of #AD9BB8
Complementary color
Monochromatic Colors of #AD9BB8
Black with #AD9BB8
Text Example
Text Example
White with #AD9BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9BB8; }
p { color: rgb(173,155,184); }
H1.HeaderClassName
{
color: #AD9BB8;
}
.AnyTagClassName
{
color: #AD9BB8;
}
</style>
background-color css
<style>
a { background-color: #AD9BB8; }
a { background-color: rgb(173,155,184); }
div.DivClassName
{
background-color: #AD9BB8;
}
.BgClassName
{
background-color: #AD9BB8;
}
</style>
border-color css
<style>
span { border-color: #AD9BB8; }
span { border-color: rgb(173,155,184); }
td.TdClassName
{
border-color: #AD9BB8;
}
.TagClassName
{
border-color: #AD9BB8;
}
</style>