Shades of East Side #A59CAA
Tints of East Side #A59CAA
RGB
CMYK
RGB Variations
Color information
#A59CAA (or 0xA59CAA) is known color: East Side. HEX triplet: A5, 9C and AA. RGB value is (165,156,170). Sum of RGB (Red+Green+Blue) = 165+156+170=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 170 - color contains mainly: blue. Hex color #A59CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59CAA is #5A6355. Grayscale: #A0A0A0. Windows color (decimal): -5923670 or 11181221. OLE color: 11181221.
HSL color Cylindrical-coordinate representation of color #A59CAA: hue angle of 278.57º 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 #A59CAA is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 156 | 170 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.33 |
| HSL | 278.57º | 0.08% | 0.64% | - |
| HSV(B) | 278.57º | 0.08% | 0.67% | - |
| XYZ | 34.66 | 34.68 | 42.9 | - |
| YUV | 160.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 170 | 0.03 | 0.08 | 0 | 0.33 | 278.57 | 0.08 | 0.64 |
| Hex | A5 | 9C | AA | 3 | 8 | 0 | 21 | 117 | 8 | 40 |
| Octal | 245 | 234 | 252 | 3 | 10 | 0 | 41 | 427 | 10 | 100 |
| Binary | 10100101 | 10011100 | 10101010 | 11 | 1000 | 0 | 100001 | 100010111 | 1000 | 1000000 |
Color Harmonies of #A59CAA
Complementary color
Monochromatic Colors of #A59CAA
Black with #A59CAA
Text Example
Text Example
White with #A59CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59CAA; }
p { color: rgb(165,156,170); }
H1.HeaderClassName
{
color: #A59CAA;
}
.AnyTagClassName
{
color: #A59CAA;
}
</style>
background-color css
<style>
a { background-color: #A59CAA; }
a { background-color: rgb(165,156,170); }
div.DivClassName
{
background-color: #A59CAA;
}
.BgClassName
{
background-color: #A59CAA;
}
</style>
border-color css
<style>
span { border-color: #A59CAA; }
span { border-color: rgb(165,156,170); }
td.TdClassName
{
border-color: #A59CAA;
}
.TagClassName
{
border-color: #A59CAA;
}
</style>