Shades of East Side #A089AE
Tints of East Side #A089AE
RGB
CMYK
RGB Variations
Color information
#A089AE (or 0xA089AE) is known color: East Side. HEX triplet: A0, 89 and AE. RGB value is (160,137,174). Sum of RGB (Red+Green+Blue) = 160+137+174=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #A089AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A089AE is #5F7651. Grayscale: #939393. Windows color (decimal): -6256210 or 11438496. OLE color: 11438496.
HSL color Cylindrical-coordinate representation of color #A089AE: hue angle of 277.3º 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 #A089AE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 137 | 174 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.32 |
| HSL | 277.3º | 0.19% | 0.61% | - |
| HSV(B) | 277.3º | 0.21% | 0.68% | - |
| XYZ | 31.08 | 28.42 | 43.89 | - |
| YUV | 148.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 174 | 0.08 | 0.21 | 0 | 0.32 | 277.3 | 0.19 | 0.61 |
| Hex | A0 | 89 | AE | 8 | 15 | 0 | 20 | 115 | 13 | 3D |
| Octal | 240 | 211 | 256 | 10 | 25 | 0 | 40 | 425 | 23 | 75 |
| Binary | 10100000 | 10001001 | 10101110 | 1000 | 10101 | 0 | 100000 | 100010101 | 10011 | 111101 |
Color Harmonies of #A089AE
Complementary color
Monochromatic Colors of #A089AE
Black with #A089AE
Text Example
Text Example
White with #A089AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089AE; }
p { color: rgb(160,137,174); }
H1.HeaderClassName
{
color: #A089AE;
}
.AnyTagClassName
{
color: #A089AE;
}
</style>
background-color css
<style>
a { background-color: #A089AE; }
a { background-color: rgb(160,137,174); }
div.DivClassName
{
background-color: #A089AE;
}
.BgClassName
{
background-color: #A089AE;
}
</style>
border-color css
<style>
span { border-color: #A089AE; }
span { border-color: rgb(160,137,174); }
td.TdClassName
{
border-color: #A089AE;
}
.TagClassName
{
border-color: #A089AE;
}
</style>