Shades of East Side #A692AB
Tints of East Side #A692AB
RGB
CMYK
RGB Variations
Color information
#A692AB (or 0xA692AB) is known color: East Side. HEX triplet: A6, 92 and AB. RGB value is (166,146,171). Sum of RGB (Red+Green+Blue) = 166+146+171=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #A692AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A692AB is #596D54. Grayscale: #9A9A9A. Windows color (decimal): -5860693 or 11244198. OLE color: 11244198.
HSL color Cylindrical-coordinate representation of color #A692AB: hue angle of 288º 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 #A692AB is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 146 | 171 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.33 |
| HSL | 288º | 0.13% | 0.62% | - |
| HSV(B) | 288º | 0.15% | 0.67% | - |
| XYZ | 33.36 | 31.61 | 42.87 | - |
| YUV | 154.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 171 | 0.03 | 0.15 | 0 | 0.33 | 288 | 0.13 | 0.62 |
| Hex | A6 | 92 | AB | 3 | F | 0 | 21 | 120 | D | 3E |
| Octal | 246 | 222 | 253 | 3 | 17 | 0 | 41 | 440 | 15 | 76 |
| Binary | 10100110 | 10010010 | 10101011 | 11 | 1111 | 0 | 100001 | 100100000 | 1101 | 111110 |
Color Harmonies of #A692AB
Complementary color
Monochromatic Colors of #A692AB
Black with #A692AB
Text Example
Text Example
White with #A692AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A692AB; }
p { color: rgb(166,146,171); }
H1.HeaderClassName
{
color: #A692AB;
}
.AnyTagClassName
{
color: #A692AB;
}
</style>
background-color css
<style>
a { background-color: #A692AB; }
a { background-color: rgb(166,146,171); }
div.DivClassName
{
background-color: #A692AB;
}
.BgClassName
{
background-color: #A692AB;
}
</style>
border-color css
<style>
span { border-color: #A692AB; }
span { border-color: rgb(166,146,171); }
td.TdClassName
{
border-color: #A692AB;
}
.TagClassName
{
border-color: #A692AB;
}
</style>