Shades of East Side #A49DAB
Tints of East Side #A49DAB
RGB
CMYK
RGB Variations
Color information
#A49DAB (or 0xA49DAB) is known color: East Side. HEX triplet: A4, 9D and AB. RGB value is (164,157,171). Sum of RGB (Red+Green+Blue) = 164+157+171=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 171 - color contains mainly: blue. Hex color #A49DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49DAB is #5B6254. Grayscale: #A0A0A0. Windows color (decimal): -5988949 or 11247012. OLE color: 11247012.
HSL color Cylindrical-coordinate representation of color #A49DAB: hue angle of 270º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A49DAB is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 157 | 171 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.33 |
| HSL | 270º | 0.08% | 0.64% | - |
| HSV(B) | 270º | 0.08% | 0.67% | - |
| XYZ | 34.72 | 34.95 | 43.44 | - |
| YUV | 160.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 171 | 0.04 | 0.08 | 0 | 0.33 | 270 | 0.08 | 0.64 |
| Hex | A4 | 9D | AB | 4 | 8 | 0 | 21 | 10E | 8 | 40 |
| Octal | 244 | 235 | 253 | 4 | 10 | 0 | 41 | 416 | 10 | 100 |
| Binary | 10100100 | 10011101 | 10101011 | 100 | 1000 | 0 | 100001 | 100001110 | 1000 | 1000000 |
Color Harmonies of #A49DAB
Complementary color
Monochromatic Colors of #A49DAB
Black with #A49DAB
Text Example
Text Example
White with #A49DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49DAB; }
p { color: rgb(164,157,171); }
H1.HeaderClassName
{
color: #A49DAB;
}
.AnyTagClassName
{
color: #A49DAB;
}
</style>
background-color css
<style>
a { background-color: #A49DAB; }
a { background-color: rgb(164,157,171); }
div.DivClassName
{
background-color: #A49DAB;
}
.BgClassName
{
background-color: #A49DAB;
}
</style>
border-color css
<style>
span { border-color: #A49DAB; }
span { border-color: rgb(164,157,171); }
td.TdClassName
{
border-color: #A49DAB;
}
.TagClassName
{
border-color: #A49DAB;
}
</style>