Shades of East Side #A499A8
Tints of East Side #A499A8
RGB
CMYK
RGB Variations
Color information
#A499A8 (or 0xA499A8) is known color: East Side. HEX triplet: A4, 99 and A8. RGB value is (164,153,168). Sum of RGB (Red+Green+Blue) = 164+153+168=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 168 - color contains mainly: blue. Hex color #A499A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A499A8 is #5B6657. Grayscale: #9D9D9D. Windows color (decimal): -5989976 or 11049380. OLE color: 11049380.
HSL color Cylindrical-coordinate representation of color #A499A8: hue angle of 284º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A499A8 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 153 | 168 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.34 |
| HSL | 284º | 0.08% | 0.63% | - |
| HSV(B) | 284º | 0.09% | 0.66% | - |
| XYZ | 33.77 | 33.5 | 41.73 | - |
| YUV | 158 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 168 | 0.02 | 0.09 | 0 | 0.34 | 284 | 0.08 | 0.63 |
| Hex | A4 | 99 | A8 | 2 | 9 | 0 | 22 | 11C | 8 | 3F |
| Octal | 244 | 231 | 250 | 2 | 11 | 0 | 42 | 434 | 10 | 77 |
| Binary | 10100100 | 10011001 | 10101000 | 10 | 1001 | 0 | 100010 | 100011100 | 1000 | 111111 |
Color Harmonies of #A499A8
Complementary color
Monochromatic Colors of #A499A8
Black with #A499A8
Text Example
Text Example
White with #A499A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A499A8; }
p { color: rgb(164,153,168); }
H1.HeaderClassName
{
color: #A499A8;
}
.AnyTagClassName
{
color: #A499A8;
}
</style>
background-color css
<style>
a { background-color: #A499A8; }
a { background-color: rgb(164,153,168); }
div.DivClassName
{
background-color: #A499A8;
}
.BgClassName
{
background-color: #A499A8;
}
</style>
border-color css
<style>
span { border-color: #A499A8; }
span { border-color: rgb(164,153,168); }
td.TdClassName
{
border-color: #A499A8;
}
.TagClassName
{
border-color: #A499A8;
}
</style>