Shades of East Side #A49BA9
Tints of East Side #A49BA9
RGB
CMYK
RGB Variations
Color information
#A49BA9 (or 0xA49BA9) is known color: East Side. HEX triplet: A4, 9B and A9. RGB value is (164,155,169). Sum of RGB (Red+Green+Blue) = 164+155+169=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 169 - color contains mainly: blue. Hex color #A49BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49BA9 is #5B6456. Grayscale: #9F9F9F. Windows color (decimal): -5989463 or 11115428. OLE color: 11115428.
HSL color Cylindrical-coordinate representation of color #A49BA9: hue angle of 278.57º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A49BA9 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 155 | 169 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.34 |
| HSL | 278.57º | 0.08% | 0.64% | - |
| HSV(B) | 278.57º | 0.08% | 0.66% | - |
| XYZ | 34.19 | 34.2 | 42.34 | - |
| YUV | 159.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 169 | 0.03 | 0.08 | 0 | 0.34 | 278.57 | 0.08 | 0.64 |
| Hex | A4 | 9B | A9 | 3 | 8 | 0 | 22 | 117 | 8 | 40 |
| Octal | 244 | 233 | 251 | 3 | 10 | 0 | 42 | 427 | 10 | 100 |
| Binary | 10100100 | 10011011 | 10101001 | 11 | 1000 | 0 | 100010 | 100010111 | 1000 | 1000000 |
Color Harmonies of #A49BA9
Complementary color
Monochromatic Colors of #A49BA9
Black with #A49BA9
Text Example
Text Example
White with #A49BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49BA9; }
p { color: rgb(164,155,169); }
H1.HeaderClassName
{
color: #A49BA9;
}
.AnyTagClassName
{
color: #A49BA9;
}
</style>
background-color css
<style>
a { background-color: #A49BA9; }
a { background-color: rgb(164,155,169); }
div.DivClassName
{
background-color: #A49BA9;
}
.BgClassName
{
background-color: #A49BA9;
}
</style>
border-color css
<style>
span { border-color: #A49BA9; }
span { border-color: rgb(164,155,169); }
td.TdClassName
{
border-color: #A49BA9;
}
.TagClassName
{
border-color: #A49BA9;
}
</style>