Shades of East Side #A688AE
Tints of East Side #A688AE
RGB
CMYK
RGB Variations
Color information
#A688AE (or 0xA688AE) is known color: East Side. HEX triplet: A6, 88 and AE. RGB value is (166,136,174). Sum of RGB (Red+Green+Blue) = 166+136+174=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: blue. Hex color #A688AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A688AE is #597751. Grayscale: #959595. Windows color (decimal): -5863250 or 11438246. OLE color: 11438246.
HSL color Cylindrical-coordinate representation of color #A688AE: hue angle of 287.37º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A688AE is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 136 | 174 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.32 |
| HSL | 287.37º | 0.19% | 0.61% | - |
| HSV(B) | 287.37º | 0.22% | 0.68% | - |
| XYZ | 32.17 | 28.77 | 43.9 | - |
| YUV | 149.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 174 | 0.05 | 0.22 | 0 | 0.32 | 287.37 | 0.19 | 0.61 |
| Hex | A6 | 88 | AE | 5 | 16 | 0 | 20 | 11F | 13 | 3D |
| Octal | 246 | 210 | 256 | 5 | 26 | 0 | 40 | 437 | 23 | 75 |
| Binary | 10100110 | 10001000 | 10101110 | 101 | 10110 | 0 | 100000 | 100011111 | 10011 | 111101 |
Color Harmonies of #A688AE
Complementary color
Monochromatic Colors of #A688AE
Black with #A688AE
Text Example
Text Example
White with #A688AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A688AE; }
p { color: rgb(166,136,174); }
H1.HeaderClassName
{
color: #A688AE;
}
.AnyTagClassName
{
color: #A688AE;
}
</style>
background-color css
<style>
a { background-color: #A688AE; }
a { background-color: rgb(166,136,174); }
div.DivClassName
{
background-color: #A688AE;
}
.BgClassName
{
background-color: #A688AE;
}
</style>
border-color css
<style>
span { border-color: #A688AE; }
span { border-color: rgb(166,136,174); }
td.TdClassName
{
border-color: #A688AE;
}
.TagClassName
{
border-color: #A688AE;
}
</style>