Shades of East Side #A896AE
Tints of East Side #A896AE
RGB
CMYK
RGB Variations
Color information
#A896AE (or 0xA896AE) is known color: East Side. HEX triplet: A8, 96 and AE. RGB value is (168,150,174). Sum of RGB (Red+Green+Blue) = 168+150+174=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #A896AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A896AE is #576951. Grayscale: #9E9E9E. Windows color (decimal): -5728594 or 11441832. OLE color: 11441832.
HSL color Cylindrical-coordinate representation of color #A896AE: hue angle of 285º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A896AE is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 150 | 174 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.32 |
| HSL | 285º | 0.13% | 0.64% | - |
| HSV(B) | 285º | 0.14% | 0.68% | - |
| XYZ | 34.69 | 33.19 | 44.62 | - |
| YUV | 158.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 174 | 0.03 | 0.14 | 0 | 0.32 | 285 | 0.13 | 0.64 |
| Hex | A8 | 96 | AE | 3 | E | 0 | 20 | 11D | D | 40 |
| Octal | 250 | 226 | 256 | 3 | 16 | 0 | 40 | 435 | 15 | 100 |
| Binary | 10101000 | 10010110 | 10101110 | 11 | 1110 | 0 | 100000 | 100011101 | 1101 | 1000000 |
Color Harmonies of #A896AE
Complementary color
Monochromatic Colors of #A896AE
Black with #A896AE
Text Example
Text Example
White with #A896AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A896AE; }
p { color: rgb(168,150,174); }
H1.HeaderClassName
{
color: #A896AE;
}
.AnyTagClassName
{
color: #A896AE;
}
</style>
background-color css
<style>
a { background-color: #A896AE; }
a { background-color: rgb(168,150,174); }
div.DivClassName
{
background-color: #A896AE;
}
.BgClassName
{
background-color: #A896AE;
}
</style>
border-color css
<style>
span { border-color: #A896AE; }
span { border-color: rgb(168,150,174); }
td.TdClassName
{
border-color: #A896AE;
}
.TagClassName
{
border-color: #A896AE;
}
</style>