Shades of East Side #A19BA8
Tints of East Side #A19BA8
RGB
CMYK
RGB Variations
Color information
#A19BA8 (or 0xA19BA8) is known color: East Side. HEX triplet: A1, 9B and A8. RGB value is (161,155,168). Sum of RGB (Red+Green+Blue) = 161+155+168=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 168 - color contains mainly: blue. Hex color #A19BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19BA8 is #5E6457. Grayscale: #9E9E9E. Windows color (decimal): -6186072 or 11049889. OLE color: 11049889.
HSL color Cylindrical-coordinate representation of color #A19BA8: hue angle of 267.69º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A19BA8 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 155 | 168 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.34 |
| HSL | 267.69º | 0.07% | 0.63% | - |
| HSV(B) | 267.69º | 0.08% | 0.66% | - |
| XYZ | 33.49 | 33.85 | 41.81 | - |
| YUV | 158.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 168 | 0.04 | 0.08 | 0 | 0.34 | 267.69 | 0.07 | 0.63 |
| Hex | A1 | 9B | A8 | 4 | 8 | 0 | 22 | 10C | 7 | 3F |
| Octal | 241 | 233 | 250 | 4 | 10 | 0 | 42 | 414 | 7 | 77 |
| Binary | 10100001 | 10011011 | 10101000 | 100 | 1000 | 0 | 100010 | 100001100 | 111 | 111111 |
Color Harmonies of #A19BA8
Complementary color
Monochromatic Colors of #A19BA8
Black with #A19BA8
Text Example
Text Example
White with #A19BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BA8; }
p { color: rgb(161,155,168); }
H1.HeaderClassName
{
color: #A19BA8;
}
.AnyTagClassName
{
color: #A19BA8;
}
</style>
background-color css
<style>
a { background-color: #A19BA8; }
a { background-color: rgb(161,155,168); }
div.DivClassName
{
background-color: #A19BA8;
}
.BgClassName
{
background-color: #A19BA8;
}
</style>
border-color css
<style>
span { border-color: #A19BA8; }
span { border-color: rgb(161,155,168); }
td.TdClassName
{
border-color: #A19BA8;
}
.TagClassName
{
border-color: #A19BA8;
}
</style>