Shades of East Side #A48BAB
Tints of East Side #A48BAB
RGB
CMYK
RGB Variations
Color information
#A48BAB (or 0xA48BAB) is known color: East Side. HEX triplet: A4, 8B and AB. RGB value is (164,139,171). Sum of RGB (Red+Green+Blue) = 164+139+171=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 171 - color contains mainly: blue. Hex color #A48BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48BAB is #5B7454. Grayscale: #969696. Windows color (decimal): -5993557 or 11242404. OLE color: 11242404.
HSL color Cylindrical-coordinate representation of color #A48BAB: hue angle of 286.88º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A48BAB is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 139 | 171 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.33 |
| HSL | 286.88º | 0.16% | 0.61% | - |
| HSV(B) | 286.88º | 0.19% | 0.67% | - |
| XYZ | 31.89 | 29.3 | 42.5 | - |
| YUV | 150.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 171 | 0.04 | 0.19 | 0 | 0.33 | 286.88 | 0.16 | 0.61 |
| Hex | A4 | 8B | AB | 4 | 13 | 0 | 21 | 11F | 10 | 3D |
| Octal | 244 | 213 | 253 | 4 | 23 | 0 | 41 | 437 | 20 | 75 |
| Binary | 10100100 | 10001011 | 10101011 | 100 | 10011 | 0 | 100001 | 100011111 | 10000 | 111101 |
Color Harmonies of #A48BAB
Complementary color
Monochromatic Colors of #A48BAB
Black with #A48BAB
Text Example
Text Example
White with #A48BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48BAB; }
p { color: rgb(164,139,171); }
H1.HeaderClassName
{
color: #A48BAB;
}
.AnyTagClassName
{
color: #A48BAB;
}
</style>
background-color css
<style>
a { background-color: #A48BAB; }
a { background-color: rgb(164,139,171); }
div.DivClassName
{
background-color: #A48BAB;
}
.BgClassName
{
background-color: #A48BAB;
}
</style>
border-color css
<style>
span { border-color: #A48BAB; }
span { border-color: rgb(164,139,171); }
td.TdClassName
{
border-color: #A48BAB;
}
.TagClassName
{
border-color: #A48BAB;
}
</style>