Shades of East Side #A888AE
Tints of East Side #A888AE
RGB
CMYK
RGB Variations
Color information
#A888AE (or 0xA888AE) is known color: East Side. HEX triplet: A8, 88 and AE. RGB value is (168,136,174). Sum of RGB (Red+Green+Blue) = 168+136+174=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #A888AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A888AE is #577751. Grayscale: #959595. Windows color (decimal): -5732178 or 11438248. OLE color: 11438248.
HSL color Cylindrical-coordinate representation of color #A888AE: hue angle of 290.53º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A888AE is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 136 | 174 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.32 |
| HSL | 290.53º | 0.19% | 0.61% | - |
| HSV(B) | 290.53º | 0.22% | 0.68% | - |
| XYZ | 32.59 | 28.99 | 43.92 | - |
| YUV | 149.9 | 141.6 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 174 | 0.03 | 0.22 | 0 | 0.32 | 290.53 | 0.19 | 0.61 |
| Hex | A8 | 88 | AE | 3 | 16 | 0 | 20 | 123 | 13 | 3D |
| Octal | 250 | 210 | 256 | 3 | 26 | 0 | 40 | 443 | 23 | 75 |
| Binary | 10101000 | 10001000 | 10101110 | 11 | 10110 | 0 | 100000 | 100100011 | 10011 | 111101 |
Color Harmonies of #A888AE
Complementary color
Monochromatic Colors of #A888AE
Black with #A888AE
Text Example
Text Example
White with #A888AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888AE; }
p { color: rgb(168,136,174); }
H1.HeaderClassName
{
color: #A888AE;
}
.AnyTagClassName
{
color: #A888AE;
}
</style>
background-color css
<style>
a { background-color: #A888AE; }
a { background-color: rgb(168,136,174); }
div.DivClassName
{
background-color: #A888AE;
}
.BgClassName
{
background-color: #A888AE;
}
</style>
border-color css
<style>
span { border-color: #A888AE; }
span { border-color: rgb(168,136,174); }
td.TdClassName
{
border-color: #A888AE;
}
.TagClassName
{
border-color: #A888AE;
}
</style>