Shades of East Side #ADA1BB
Tints of East Side #ADA1BB
RGB
CMYK
RGB Variations
Color information
#ADA1BB (or 0xADA1BB) is known color: East Side. HEX triplet: AD, A1 and BB. RGB value is (173,161,187). Sum of RGB (Red+Green+Blue) = 173+161+187=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADA1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1BB is #525E44. Grayscale: #A7A7A7. Windows color (decimal): -5398085 or 12296621. OLE color: 12296621.
HSL color Cylindrical-coordinate representation of color #ADA1BB: hue angle of 267.69º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADA1BB is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 161 | 187 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.27 |
| HSL | 267.69º | 0.16% | 0.68% | - |
| HSV(B) | 267.69º | 0.14% | 0.73% | - |
| XYZ | 38.95 | 37.96 | 52.29 | - |
| YUV | 167.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 187 | 0.07 | 0.14 | 0 | 0.27 | 267.69 | 0.16 | 0.68 |
| Hex | AD | A1 | BB | 7 | E | 0 | 1B | 10C | 10 | 44 |
| Octal | 255 | 241 | 273 | 7 | 16 | 0 | 33 | 414 | 20 | 104 |
| Binary | 10101101 | 10100001 | 10111011 | 111 | 1110 | 0 | 11011 | 100001100 | 10000 | 1000100 |
Color Harmonies of #ADA1BB
Complementary color
Monochromatic Colors of #ADA1BB
Black with #ADA1BB
Text Example
Text Example
White with #ADA1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1BB; }
p { color: rgb(173,161,187); }
H1.HeaderClassName
{
color: #ADA1BB;
}
.AnyTagClassName
{
color: #ADA1BB;
}
</style>
background-color css
<style>
a { background-color: #ADA1BB; }
a { background-color: rgb(173,161,187); }
div.DivClassName
{
background-color: #ADA1BB;
}
.BgClassName
{
background-color: #ADA1BB;
}
</style>
border-color css
<style>
span { border-color: #ADA1BB; }
span { border-color: rgb(173,161,187); }
td.TdClassName
{
border-color: #ADA1BB;
}
.TagClassName
{
border-color: #ADA1BB;
}
</style>