Shades of East Side #A599AC
Tints of East Side #A599AC
RGB
CMYK
RGB Variations
Color information
#A599AC (or 0xA599AC) is known color: East Side. HEX triplet: A5, 99 and AC. RGB value is (165,153,172). Sum of RGB (Red+Green+Blue) = 165+153+172=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 172 - color contains mainly: blue. Hex color #A599AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A599AC is #5A6653. Grayscale: #9E9E9E. Windows color (decimal): -5924436 or 11311525. OLE color: 11311525.
HSL color Cylindrical-coordinate representation of color #A599AC: hue angle of 277.89º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A599AC is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 153 | 172 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.33 |
| HSL | 277.89º | 0.1% | 0.64% | - |
| HSV(B) | 277.89º | 0.11% | 0.67% | - |
| XYZ | 34.35 | 33.76 | 43.74 | - |
| YUV | 158.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 172 | 0.04 | 0.11 | 0 | 0.33 | 277.89 | 0.1 | 0.64 |
| Hex | A5 | 99 | AC | 4 | B | 0 | 21 | 116 | A | 40 |
| Octal | 245 | 231 | 254 | 4 | 13 | 0 | 41 | 426 | 12 | 100 |
| Binary | 10100101 | 10011001 | 10101100 | 100 | 1011 | 0 | 100001 | 100010110 | 1010 | 1000000 |
Color Harmonies of #A599AC
Complementary color
Monochromatic Colors of #A599AC
Black with #A599AC
Text Example
Text Example
White with #A599AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A599AC; }
p { color: rgb(165,153,172); }
H1.HeaderClassName
{
color: #A599AC;
}
.AnyTagClassName
{
color: #A599AC;
}
</style>
background-color css
<style>
a { background-color: #A599AC; }
a { background-color: rgb(165,153,172); }
div.DivClassName
{
background-color: #A599AC;
}
.BgClassName
{
background-color: #A599AC;
}
</style>
border-color css
<style>
span { border-color: #A599AC; }
span { border-color: rgb(165,153,172); }
td.TdClassName
{
border-color: #A599AC;
}
.TagClassName
{
border-color: #A599AC;
}
</style>