Shades of East Side #A599AD
Tints of East Side #A599AD
RGB
CMYK
RGB Variations
Color information
#A599AD (or 0xA599AD) is known color: East Side. HEX triplet: A5, 99 and AD. RGB value is (165,153,173). Sum of RGB (Red+Green+Blue) = 165+153+173=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #A599AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A599AD is #5A6652. Grayscale: #9E9E9E. Windows color (decimal): -5924435 or 11377061. OLE color: 11377061.
HSL color Cylindrical-coordinate representation of color #A599AD: hue angle of 276º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A599AD is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 153 | 173 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.32 |
| HSL | 276º | 0.11% | 0.64% | - |
| HSV(B) | 276º | 0.12% | 0.68% | - |
| XYZ | 34.45 | 33.8 | 44.24 | - |
| YUV | 158.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 173 | 0.05 | 0.12 | 0 | 0.32 | 276 | 0.11 | 0.64 |
| Hex | A5 | 99 | AD | 5 | C | 0 | 20 | 114 | B | 40 |
| Octal | 245 | 231 | 255 | 5 | 14 | 0 | 40 | 424 | 13 | 100 |
| Binary | 10100101 | 10011001 | 10101101 | 101 | 1100 | 0 | 100000 | 100010100 | 1011 | 1000000 |
Color Harmonies of #A599AD
Complementary color
Monochromatic Colors of #A599AD
Black with #A599AD
Text Example
Text Example
White with #A599AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599AD; }
p { color: rgb(165,153,173); }
H1.HeaderClassName
{
color: #A599AD;
}
.AnyTagClassName
{
color: #A599AD;
}
</style>
background-color css
<style>
a { background-color: #A599AD; }
a { background-color: rgb(165,153,173); }
div.DivClassName
{
background-color: #A599AD;
}
.BgClassName
{
background-color: #A599AD;
}
</style>
border-color css
<style>
span { border-color: #A599AD; }
span { border-color: rgb(165,153,173); }
td.TdClassName
{
border-color: #A599AD;
}
.TagClassName
{
border-color: #A599AD;
}
</style>