Shades of East Side #A69BAC
Tints of East Side #A69BAC
RGB
CMYK
RGB Variations
Color information
#A69BAC (or 0xA69BAC) is known color: East Side. HEX triplet: A6, 9B and AC. RGB value is (166,155,172). Sum of RGB (Red+Green+Blue) = 166+155+172=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 172 - color contains mainly: blue. Hex color #A69BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69BAC is #596453. Grayscale: #A0A0A0. Windows color (decimal): -5858388 or 11312038. OLE color: 11312038.
HSL color Cylindrical-coordinate representation of color #A69BAC: hue angle of 278.82º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A69BAC is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 155 | 172 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.33 |
| HSL | 278.82º | 0.09% | 0.64% | - |
| HSV(B) | 278.82º | 0.1% | 0.67% | - |
| XYZ | 34.89 | 34.53 | 43.86 | - |
| YUV | 160.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 155 | 172 | 0.03 | 0.10 | 0 | 0.33 | 278.82 | 0.09 | 0.64 |
| Hex | A6 | 9B | AC | 3 | A | 0 | 21 | 117 | 9 | 40 |
| Octal | 246 | 233 | 254 | 3 | 12 | 0 | 41 | 427 | 11 | 100 |
| Binary | 10100110 | 10011011 | 10101100 | 11 | 1010 | 0 | 100001 | 100010111 | 1001 | 1000000 |
Color Harmonies of #A69BAC
Complementary color
Monochromatic Colors of #A69BAC
Black with #A69BAC
Text Example
Text Example
White with #A69BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69BAC; }
p { color: rgb(166,155,172); }
H1.HeaderClassName
{
color: #A69BAC;
}
.AnyTagClassName
{
color: #A69BAC;
}
</style>
background-color css
<style>
a { background-color: #A69BAC; }
a { background-color: rgb(166,155,172); }
div.DivClassName
{
background-color: #A69BAC;
}
.BgClassName
{
background-color: #A69BAC;
}
</style>
border-color css
<style>
span { border-color: #A69BAC; }
span { border-color: rgb(166,155,172); }
td.TdClassName
{
border-color: #A69BAC;
}
.TagClassName
{
border-color: #A69BAC;
}
</style>