Shades of East Side #A898AD
Tints of East Side #A898AD
RGB
CMYK
RGB Variations
Color information
#A898AD (or 0xA898AD) is known color: East Side. HEX triplet: A8, 98 and AD. RGB value is (168,152,173). Sum of RGB (Red+Green+Blue) = 168+152+173=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: blue. Hex color #A898AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A898AD is #576752. Grayscale: #9F9F9F. Windows color (decimal): -5728083 or 11376808. OLE color: 11376808.
HSL color Cylindrical-coordinate representation of color #A898AD: hue angle of 285.71º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A898AD is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 152 | 173 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.32 |
| HSL | 285.71º | 0.11% | 0.64% | - |
| HSV(B) | 285.71º | 0.12% | 0.68% | - |
| XYZ | 34.92 | 33.8 | 44.22 | - |
| YUV | 159.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 173 | 0.03 | 0.12 | 0 | 0.32 | 285.71 | 0.11 | 0.64 |
| Hex | A8 | 98 | AD | 3 | C | 0 | 20 | 11E | B | 40 |
| Octal | 250 | 230 | 255 | 3 | 14 | 0 | 40 | 436 | 13 | 100 |
| Binary | 10101000 | 10011000 | 10101101 | 11 | 1100 | 0 | 100000 | 100011110 | 1011 | 1000000 |
Color Harmonies of #A898AD
Complementary color
Monochromatic Colors of #A898AD
Black with #A898AD
Text Example
Text Example
White with #A898AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A898AD; }
p { color: rgb(168,152,173); }
H1.HeaderClassName
{
color: #A898AD;
}
.AnyTagClassName
{
color: #A898AD;
}
</style>
background-color css
<style>
a { background-color: #A898AD; }
a { background-color: rgb(168,152,173); }
div.DivClassName
{
background-color: #A898AD;
}
.BgClassName
{
background-color: #A898AD;
}
</style>
border-color css
<style>
span { border-color: #A898AD; }
span { border-color: rgb(168,152,173); }
td.TdClassName
{
border-color: #A898AD;
}
.TagClassName
{
border-color: #A898AD;
}
</style>