Shades of East Side #A092AE
Tints of East Side #A092AE
RGB
CMYK
RGB Variations
Color information
#A092AE (or 0xA092AE) is known color: East Side. HEX triplet: A0, 92 and AE. RGB value is (160,146,174). Sum of RGB (Red+Green+Blue) = 160+146+174=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #A092AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A092AE is #5F6D51. Grayscale: #999999. Windows color (decimal): -6253906 or 11440800. OLE color: 11440800.
HSL color Cylindrical-coordinate representation of color #A092AE: hue angle of 270º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A092AE is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 146 | 174 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.32 |
| HSL | 270º | 0.15% | 0.63% | - |
| HSV(B) | 270º | 0.16% | 0.68% | - |
| XYZ | 32.42 | 31.09 | 44.34 | - |
| YUV | 153.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 174 | 0.08 | 0.16 | 0 | 0.32 | 270 | 0.15 | 0.63 |
| Hex | A0 | 92 | AE | 8 | 10 | 0 | 20 | 10E | F | 3F |
| Octal | 240 | 222 | 256 | 10 | 20 | 0 | 40 | 416 | 17 | 77 |
| Binary | 10100000 | 10010010 | 10101110 | 1000 | 10000 | 0 | 100000 | 100001110 | 1111 | 111111 |
Color Harmonies of #A092AE
Complementary color
Monochromatic Colors of #A092AE
Black with #A092AE
Text Example
Text Example
White with #A092AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092AE; }
p { color: rgb(160,146,174); }
H1.HeaderClassName
{
color: #A092AE;
}
.AnyTagClassName
{
color: #A092AE;
}
</style>
background-color css
<style>
a { background-color: #A092AE; }
a { background-color: rgb(160,146,174); }
div.DivClassName
{
background-color: #A092AE;
}
.BgClassName
{
background-color: #A092AE;
}
</style>
border-color css
<style>
span { border-color: #A092AE; }
span { border-color: rgb(160,146,174); }
td.TdClassName
{
border-color: #A092AE;
}
.TagClassName
{
border-color: #A092AE;
}
</style>