Shades of East Side #A699AC
Tints of East Side #A699AC
RGB
CMYK
RGB Variations
Color information
#A699AC (or 0xA699AC) is known color: East Side. HEX triplet: A6, 99 and AC. RGB value is (166,153,172). Sum of RGB (Red+Green+Blue) = 166+153+172=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 172 - color contains mainly: blue. Hex color #A699AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A699AC is #596653. Grayscale: #9E9E9E. Windows color (decimal): -5858900 or 11311526. OLE color: 11311526.
HSL color Cylindrical-coordinate representation of color #A699AC: hue angle of 281.05º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A699AC is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 153 | 172 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.33 |
| HSL | 281.05º | 0.1% | 0.64% | - |
| HSV(B) | 281.05º | 0.11% | 0.67% | - |
| XYZ | 34.56 | 33.87 | 43.75 | - |
| YUV | 159.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 172 | 0.03 | 0.11 | 0 | 0.33 | 281.05 | 0.1 | 0.64 |
| Hex | A6 | 99 | AC | 3 | B | 0 | 21 | 119 | A | 40 |
| Octal | 246 | 231 | 254 | 3 | 13 | 0 | 41 | 431 | 12 | 100 |
| Binary | 10100110 | 10011001 | 10101100 | 11 | 1011 | 0 | 100001 | 100011001 | 1010 | 1000000 |
Color Harmonies of #A699AC
Complementary color
Monochromatic Colors of #A699AC
Black with #A699AC
Text Example
Text Example
White with #A699AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A699AC; }
p { color: rgb(166,153,172); }
H1.HeaderClassName
{
color: #A699AC;
}
.AnyTagClassName
{
color: #A699AC;
}
</style>
background-color css
<style>
a { background-color: #A699AC; }
a { background-color: rgb(166,153,172); }
div.DivClassName
{
background-color: #A699AC;
}
.BgClassName
{
background-color: #A699AC;
}
</style>
border-color css
<style>
span { border-color: #A699AC; }
span { border-color: rgb(166,153,172); }
td.TdClassName
{
border-color: #A699AC;
}
.TagClassName
{
border-color: #A699AC;
}
</style>