Shades of East Side #A689AC
Tints of East Side #A689AC
RGB
CMYK
RGB Variations
Color information
#A689AC (or 0xA689AC) is known color: East Side. HEX triplet: A6, 89 and AC. RGB value is (166,137,172). Sum of RGB (Red+Green+Blue) = 166+137+172=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #A689AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A689AC is #597653. Grayscale: #959595. Windows color (decimal): -5862996 or 11307430. OLE color: 11307430.
HSL color Cylindrical-coordinate representation of color #A689AC: hue angle of 289.71º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A689AC is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 137 | 172 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.33 |
| HSL | 289.71º | 0.17% | 0.61% | - |
| HSV(B) | 289.71º | 0.2% | 0.67% | - |
| XYZ | 32.12 | 28.98 | 42.93 | - |
| YUV | 149.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 172 | 0.03 | 0.20 | 0 | 0.33 | 289.71 | 0.17 | 0.61 |
| Hex | A6 | 89 | AC | 3 | 14 | 0 | 21 | 122 | 11 | 3D |
| Octal | 246 | 211 | 254 | 3 | 24 | 0 | 41 | 442 | 21 | 75 |
| Binary | 10100110 | 10001001 | 10101100 | 11 | 10100 | 0 | 100001 | 100100010 | 10001 | 111101 |
Color Harmonies of #A689AC
Complementary color
Monochromatic Colors of #A689AC
Black with #A689AC
Text Example
Text Example
White with #A689AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A689AC; }
p { color: rgb(166,137,172); }
H1.HeaderClassName
{
color: #A689AC;
}
.AnyTagClassName
{
color: #A689AC;
}
</style>
background-color css
<style>
a { background-color: #A689AC; }
a { background-color: rgb(166,137,172); }
div.DivClassName
{
background-color: #A689AC;
}
.BgClassName
{
background-color: #A689AC;
}
</style>
border-color css
<style>
span { border-color: #A689AC; }
span { border-color: rgb(166,137,172); }
td.TdClassName
{
border-color: #A689AC;
}
.TagClassName
{
border-color: #A689AC;
}
</style>