Shades of East Side #A59CAC
Tints of East Side #A59CAC
RGB
CMYK
RGB Variations
Color information
#A59CAC (or 0xA59CAC) is known color: East Side. HEX triplet: A5, 9C and AC. RGB value is (165,156,172). Sum of RGB (Red+Green+Blue) = 165+156+172=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 172 - color contains mainly: blue. Hex color #A59CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59CAC is #5A6353. Grayscale: #A0A0A0. Windows color (decimal): -5923668 or 11312293. OLE color: 11312293.
HSL color Cylindrical-coordinate representation of color #A59CAC: hue angle of 273.75º 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 #A59CAC is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 165 | 156 | 172 | - |
CMYK | 0.04 | 0.09 | 0 | 0.33 |
HSL | 273.75º | 0.09% | 0.64% | - |
HSV(B) | 273.75º | 0.09% | 0.67% | - |
XYZ | 34.85 | 34.75 | 43.9 | - |
YUV | 160.52 | 134.48 | 131.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 165 | 156 | 172 | 0.04 | 0.09 | 0 | 0.33 | 273.75 | 0.09 | 0.64 |
Hex | A5 | 9C | AC | 4 | 9 | 0 | 21 | 112 | 9 | 40 |
Octal | 245 | 234 | 254 | 4 | 11 | 0 | 41 | 422 | 11 | 100 |
Binary | 10100101 | 10011100 | 10101100 | 100 | 1001 | 0 | 100001 | 100010010 | 1001 | 1000000 |
Color Harmonies of #A59CAC
Complementary color
Monochromatic Colors of #A59CAC
Black with #A59CAC
Text Example
Text Example
White with #A59CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59CAC; }
p { color: rgb(165,156,172); }
H1.HeaderClassName
{
color: #A59CAC;
}
.AnyTagClassName
{
color: #A59CAC;
}
</style>
background-color css
<style>
a { background-color: #A59CAC; }
a { background-color: rgb(165,156,172); }
div.DivClassName
{
background-color: #A59CAC;
}
.BgClassName
{
background-color: #A59CAC;
}
</style>
border-color css
<style>
span { border-color: #A59CAC; }
span { border-color: rgb(165,156,172); }
td.TdClassName
{
border-color: #A59CAC;
}
.TagClassName
{
border-color: #A59CAC;
}
</style>