Shades of East Side #A899AE
Tints of East Side #A899AE
RGB
CMYK
RGB Variations
Color information
#A899AE (or 0xA899AE) is known color: East Side. HEX triplet: A8, 99 and AE. RGB value is (168,153,174). Sum of RGB (Red+Green+Blue) = 168+153+174=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 174 - color contains mainly: blue. Hex color #A899AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A899AE is #576651. Grayscale: #9F9F9F. Windows color (decimal): -5727826 or 11442600. OLE color: 11442600.
HSL color Cylindrical-coordinate representation of color #A899AE: hue angle of 282.86º 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 #A899AE is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 153 | 174 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.32 |
| HSL | 282.86º | 0.11% | 0.64% | - |
| HSV(B) | 282.86º | 0.12% | 0.68% | - |
| XYZ | 35.18 | 34.16 | 44.78 | - |
| YUV | 159.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 174 | 0.03 | 0.12 | 0 | 0.32 | 282.86 | 0.11 | 0.64 |
| Hex | A8 | 99 | AE | 3 | C | 0 | 20 | 11B | B | 40 |
| Octal | 250 | 231 | 256 | 3 | 14 | 0 | 40 | 433 | 13 | 100 |
| Binary | 10101000 | 10011001 | 10101110 | 11 | 1100 | 0 | 100000 | 100011011 | 1011 | 1000000 |
Color Harmonies of #A899AE
Complementary color
Monochromatic Colors of #A899AE
Black with #A899AE
Text Example
Text Example
White with #A899AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A899AE; }
p { color: rgb(168,153,174); }
H1.HeaderClassName
{
color: #A899AE;
}
.AnyTagClassName
{
color: #A899AE;
}
</style>
background-color css
<style>
a { background-color: #A899AE; }
a { background-color: rgb(168,153,174); }
div.DivClassName
{
background-color: #A899AE;
}
.BgClassName
{
background-color: #A899AE;
}
</style>
border-color css
<style>
span { border-color: #A899AE; }
span { border-color: rgb(168,153,174); }
td.TdClassName
{
border-color: #A899AE;
}
.TagClassName
{
border-color: #A899AE;
}
</style>