Shades of East Side #ADA0BC
Tints of East Side #ADA0BC
RGB
CMYK
RGB Variations
Color information
#ADA0BC (or 0xADA0BC) is known color: East Side. HEX triplet: AD, A0 and BC. RGB value is (173,160,188). Sum of RGB (Red+Green+Blue) = 173+160+188=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADA0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0BC is #525F43. Grayscale: #A6A6A6. Windows color (decimal): -5398340 or 12361901. OLE color: 12361901.
HSL color Cylindrical-coordinate representation of color #ADA0BC: hue angle of 267.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADA0BC is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 160 | 188 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.26 |
| HSL | 267.86º | 0.17% | 0.68% | - |
| HSV(B) | 267.86º | 0.15% | 0.74% | - |
| XYZ | 38.88 | 37.66 | 52.8 | - |
| YUV | 167.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 188 | 0.08 | 0.15 | 0 | 0.26 | 267.86 | 0.17 | 0.68 |
| Hex | AD | A0 | BC | 8 | F | 0 | 1A | 10C | 11 | 44 |
| Octal | 255 | 240 | 274 | 10 | 17 | 0 | 32 | 414 | 21 | 104 |
| Binary | 10101101 | 10100000 | 10111100 | 1000 | 1111 | 0 | 11010 | 100001100 | 10001 | 1000100 |
Color Harmonies of #ADA0BC
Complementary color
Monochromatic Colors of #ADA0BC
Black with #ADA0BC
Text Example
Text Example
White with #ADA0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA0BC; }
p { color: rgb(173,160,188); }
H1.HeaderClassName
{
color: #ADA0BC;
}
.AnyTagClassName
{
color: #ADA0BC;
}
</style>
background-color css
<style>
a { background-color: #ADA0BC; }
a { background-color: rgb(173,160,188); }
div.DivClassName
{
background-color: #ADA0BC;
}
.BgClassName
{
background-color: #ADA0BC;
}
</style>
border-color css
<style>
span { border-color: #ADA0BC; }
span { border-color: rgb(173,160,188); }
td.TdClassName
{
border-color: #ADA0BC;
}
.TagClassName
{
border-color: #ADA0BC;
}
</style>