Shades of East Side #A092AB
Tints of East Side #A092AB
RGB
CMYK
RGB Variations
Color information
#A092AB (or 0xA092AB) is known color: East Side. HEX triplet: A0, 92 and AB. RGB value is (160,146,171). Sum of RGB (Red+Green+Blue) = 160+146+171=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #A092AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A092AB is #5F6D54. Grayscale: #989898. Windows color (decimal): -6253909 or 11244192. OLE color: 11244192.
HSL color Cylindrical-coordinate representation of color #A092AB: hue angle of 273.6º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A092AB is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 146 | 171 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.33 |
| HSL | 273.6º | 0.13% | 0.62% | - |
| HSV(B) | 273.6º | 0.15% | 0.67% | - |
| XYZ | 32.13 | 30.97 | 42.81 | - |
| YUV | 153.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 171 | 0.06 | 0.15 | 0 | 0.33 | 273.6 | 0.13 | 0.62 |
| Hex | A0 | 92 | AB | 6 | F | 0 | 21 | 112 | D | 3E |
| Octal | 240 | 222 | 253 | 6 | 17 | 0 | 41 | 422 | 15 | 76 |
| Binary | 10100000 | 10010010 | 10101011 | 110 | 1111 | 0 | 100001 | 100010010 | 1101 | 111110 |
Color Harmonies of #A092AB
Complementary color
Monochromatic Colors of #A092AB
Black with #A092AB
Text Example
Text Example
White with #A092AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092AB; }
p { color: rgb(160,146,171); }
H1.HeaderClassName
{
color: #A092AB;
}
.AnyTagClassName
{
color: #A092AB;
}
</style>
background-color css
<style>
a { background-color: #A092AB; }
a { background-color: rgb(160,146,171); }
div.DivClassName
{
background-color: #A092AB;
}
.BgClassName
{
background-color: #A092AB;
}
</style>
border-color css
<style>
span { border-color: #A092AB; }
span { border-color: rgb(160,146,171); }
td.TdClassName
{
border-color: #A092AB;
}
.TagClassName
{
border-color: #A092AB;
}
</style>