Shades of East Side #A889AE
Tints of East Side #A889AE
RGB
CMYK
RGB Variations
Color information
#A889AE (or 0xA889AE) is known color: East Side. HEX triplet: A8, 89 and AE. RGB value is (168,137,174). Sum of RGB (Red+Green+Blue) = 168+137+174=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #A889AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A889AE is #577651. Grayscale: #969696. Windows color (decimal): -5731922 or 11438504. OLE color: 11438504.
HSL color Cylindrical-coordinate representation of color #A889AE: hue angle of 290.27º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A889AE is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 137 | 174 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.32 |
| HSL | 290.27º | 0.19% | 0.61% | - |
| HSV(B) | 290.27º | 0.21% | 0.68% | - |
| XYZ | 32.73 | 29.27 | 43.97 | - |
| YUV | 150.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 137 | 174 | 0.03 | 0.21 | 0 | 0.32 | 290.27 | 0.19 | 0.61 |
| Hex | A8 | 89 | AE | 3 | 15 | 0 | 20 | 122 | 13 | 3D |
| Octal | 250 | 211 | 256 | 3 | 25 | 0 | 40 | 442 | 23 | 75 |
| Binary | 10101000 | 10001001 | 10101110 | 11 | 10101 | 0 | 100000 | 100100010 | 10011 | 111101 |
Color Harmonies of #A889AE
Complementary color
Monochromatic Colors of #A889AE
Black with #A889AE
Text Example
Text Example
White with #A889AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A889AE; }
p { color: rgb(168,137,174); }
H1.HeaderClassName
{
color: #A889AE;
}
.AnyTagClassName
{
color: #A889AE;
}
</style>
background-color css
<style>
a { background-color: #A889AE; }
a { background-color: rgb(168,137,174); }
div.DivClassName
{
background-color: #A889AE;
}
.BgClassName
{
background-color: #A889AE;
}
</style>
border-color css
<style>
span { border-color: #A889AE; }
span { border-color: rgb(168,137,174); }
td.TdClassName
{
border-color: #A889AE;
}
.TagClassName
{
border-color: #A889AE;
}
</style>