Shades of East Side #A59CAB
Tints of East Side #A59CAB
RGB
CMYK
RGB Variations
Color information
#A59CAB (or 0xA59CAB) is known color: East Side. HEX triplet: A5, 9C and AB. RGB value is (165,156,171). Sum of RGB (Red+Green+Blue) = 165+156+171=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 156 (61.33% from 255 or 31.71% 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 #A59CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59CAB is #5A6354. Grayscale: #A0A0A0. Windows color (decimal): -5923669 or 11246757. OLE color: 11246757.
HSL color Cylindrical-coordinate representation of color #A59CAB: hue angle of 276º degrees, saturation: 0.08, 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 #A59CAB is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 156 | 171 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.33 |
| HSL | 276º | 0.08% | 0.64% | - |
| HSV(B) | 276º | 0.09% | 0.67% | - |
| XYZ | 34.76 | 34.72 | 43.4 | - |
| YUV | 160.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 171 | 0.04 | 0.09 | 0 | 0.33 | 276 | 0.08 | 0.64 |
| Hex | A5 | 9C | AB | 4 | 9 | 0 | 21 | 114 | 8 | 40 |
| Octal | 245 | 234 | 253 | 4 | 11 | 0 | 41 | 424 | 10 | 100 |
| Binary | 10100101 | 10011100 | 10101011 | 100 | 1001 | 0 | 100001 | 100010100 | 1000 | 1000000 |
Color Harmonies of #A59CAB
Complementary color
Monochromatic Colors of #A59CAB
Black with #A59CAB
Text Example
Text Example
White with #A59CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59CAB; }
p { color: rgb(165,156,171); }
H1.HeaderClassName
{
color: #A59CAB;
}
.AnyTagClassName
{
color: #A59CAB;
}
</style>
background-color css
<style>
a { background-color: #A59CAB; }
a { background-color: rgb(165,156,171); }
div.DivClassName
{
background-color: #A59CAB;
}
.BgClassName
{
background-color: #A59CAB;
}
</style>
border-color css
<style>
span { border-color: #A59CAB; }
span { border-color: rgb(165,156,171); }
td.TdClassName
{
border-color: #A59CAB;
}
.TagClassName
{
border-color: #A59CAB;
}
</style>