Shades of East Side #A59EAC
Tints of East Side #A59EAC
RGB
CMYK
RGB Variations
Color information
#A59EAC (or 0xA59EAC) is known color: East Side. HEX triplet: A5, 9E and AC. RGB value is (165,158,172). Sum of RGB (Red+Green+Blue) = 165+158+172=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 172 - color contains mainly: blue. Hex color #A59EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59EAC is #5A6153. Grayscale: #A1A1A1. Windows color (decimal): -5923156 or 11312805. OLE color: 11312805.
HSL color Cylindrical-coordinate representation of color #A59EAC: hue angle of 270º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A59EAC is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 158 | 172 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.33 |
| HSL | 270º | 0.08% | 0.65% | - |
| HSV(B) | 270º | 0.08% | 0.67% | - |
| XYZ | 35.19 | 35.43 | 44.01 | - |
| YUV | 161.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 172 | 0.04 | 0.08 | 0 | 0.33 | 270 | 0.08 | 0.65 |
| Hex | A5 | 9E | AC | 4 | 8 | 0 | 21 | 10E | 8 | 41 |
| Octal | 245 | 236 | 254 | 4 | 10 | 0 | 41 | 416 | 10 | 101 |
| Binary | 10100101 | 10011110 | 10101100 | 100 | 1000 | 0 | 100001 | 100001110 | 1000 | 1000001 |
Color Harmonies of #A59EAC
Complementary color
Monochromatic Colors of #A59EAC
Black with #A59EAC
Text Example
Text Example
White with #A59EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59EAC; }
p { color: rgb(165,158,172); }
H1.HeaderClassName
{
color: #A59EAC;
}
.AnyTagClassName
{
color: #A59EAC;
}
</style>
background-color css
<style>
a { background-color: #A59EAC; }
a { background-color: rgb(165,158,172); }
div.DivClassName
{
background-color: #A59EAC;
}
.BgClassName
{
background-color: #A59EAC;
}
</style>
border-color css
<style>
span { border-color: #A59EAC; }
span { border-color: rgb(165,158,172); }
td.TdClassName
{
border-color: #A59EAC;
}
.TagClassName
{
border-color: #A59EAC;
}
</style>