Shades of East Side #A39BAB
Tints of East Side #A39BAB
RGB
CMYK
RGB Variations
Color information
#A39BAB (or 0xA39BAB) is known color: East Side. HEX triplet: A3, 9B and AB. RGB value is (163,155,171). Sum of RGB (Red+Green+Blue) = 163+155+171=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 171 - color contains mainly: blue. Hex color #A39BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39BAB is #5C6454. Grayscale: #9F9F9F. Windows color (decimal): -6054997 or 11246499. OLE color: 11246499.
HSL color Cylindrical-coordinate representation of color #A39BAB: hue angle of 270º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A39BAB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 155 | 171 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.33 |
| HSL | 270º | 0.09% | 0.64% | - |
| HSV(B) | 270º | 0.09% | 0.67% | - |
| XYZ | 34.18 | 34.17 | 43.32 | - |
| YUV | 159.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 171 | 0.05 | 0.09 | 0 | 0.33 | 270 | 0.09 | 0.64 |
| Hex | A3 | 9B | AB | 5 | 9 | 0 | 21 | 10E | 9 | 40 |
| Octal | 243 | 233 | 253 | 5 | 11 | 0 | 41 | 416 | 11 | 100 |
| Binary | 10100011 | 10011011 | 10101011 | 101 | 1001 | 0 | 100001 | 100001110 | 1001 | 1000000 |
Color Harmonies of #A39BAB
Complementary color
Monochromatic Colors of #A39BAB
Black with #A39BAB
Text Example
Text Example
White with #A39BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39BAB; }
p { color: rgb(163,155,171); }
H1.HeaderClassName
{
color: #A39BAB;
}
.AnyTagClassName
{
color: #A39BAB;
}
</style>
background-color css
<style>
a { background-color: #A39BAB; }
a { background-color: rgb(163,155,171); }
div.DivClassName
{
background-color: #A39BAB;
}
.BgClassName
{
background-color: #A39BAB;
}
</style>
border-color css
<style>
span { border-color: #A39BAB; }
span { border-color: rgb(163,155,171); }
td.TdClassName
{
border-color: #A39BAB;
}
.TagClassName
{
border-color: #A39BAB;
}
</style>