Shades of East Side #A59DAD
Tints of East Side #A59DAD
RGB
CMYK
RGB Variations
Color information
#A59DAD (or 0xA59DAD) is known color: East Side. HEX triplet: A5, 9D and AD. RGB value is (165,157,173). Sum of RGB (Red+Green+Blue) = 165+157+173=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: blue. Hex color #A59DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DAD is #5A6252. Grayscale: #A1A1A1. Windows color (decimal): -5923411 or 11378085. OLE color: 11378085.
HSL color Cylindrical-coordinate representation of color #A59DAD: hue angle of 270º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A59DAD is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 157 | 173 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.32 |
| HSL | 270º | 0.09% | 0.65% | - |
| HSV(B) | 270º | 0.09% | 0.68% | - |
| XYZ | 35.12 | 35.13 | 44.47 | - |
| YUV | 161.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 173 | 0.05 | 0.09 | 0 | 0.32 | 270 | 0.09 | 0.65 |
| Hex | A5 | 9D | AD | 5 | 9 | 0 | 20 | 10E | 9 | 41 |
| Octal | 245 | 235 | 255 | 5 | 11 | 0 | 40 | 416 | 11 | 101 |
| Binary | 10100101 | 10011101 | 10101101 | 101 | 1001 | 0 | 100000 | 100001110 | 1001 | 1000001 |
Color Harmonies of #A59DAD
Complementary color
Monochromatic Colors of #A59DAD
Black with #A59DAD
Text Example
Text Example
White with #A59DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DAD; }
p { color: rgb(165,157,173); }
H1.HeaderClassName
{
color: #A59DAD;
}
.AnyTagClassName
{
color: #A59DAD;
}
</style>
background-color css
<style>
a { background-color: #A59DAD; }
a { background-color: rgb(165,157,173); }
div.DivClassName
{
background-color: #A59DAD;
}
.BgClassName
{
background-color: #A59DAD;
}
</style>
border-color css
<style>
span { border-color: #A59DAD; }
span { border-color: rgb(165,157,173); }
td.TdClassName
{
border-color: #A59DAD;
}
.TagClassName
{
border-color: #A59DAD;
}
</style>