Shades of East Side #A698AA
Tints of East Side #A698AA
RGB
CMYK
RGB Variations
Color information
#A698AA (or 0xA698AA) is known color: East Side. HEX triplet: A6, 98 and AA. RGB value is (166,152,170). Sum of RGB (Red+Green+Blue) = 166+152+170=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 170 - color contains mainly: blue. Hex color #A698AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A698AA is #596755. Grayscale: #9E9E9E. Windows color (decimal): -5859158 or 11180198. OLE color: 11180198.
HSL color Cylindrical-coordinate representation of color #A698AA: hue angle of 286.67º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A698AA is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 152 | 170 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.33 |
| HSL | 286.67º | 0.1% | 0.63% | - |
| HSV(B) | 286.67º | 0.11% | 0.67% | - |
| XYZ | 34.21 | 33.47 | 42.69 | - |
| YUV | 158.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 170 | 0.02 | 0.11 | 0 | 0.33 | 286.67 | 0.1 | 0.63 |
| Hex | A6 | 98 | AA | 2 | B | 0 | 21 | 11F | A | 3F |
| Octal | 246 | 230 | 252 | 2 | 13 | 0 | 41 | 437 | 12 | 77 |
| Binary | 10100110 | 10011000 | 10101010 | 10 | 1011 | 0 | 100001 | 100011111 | 1010 | 111111 |
Color Harmonies of #A698AA
Complementary color
Monochromatic Colors of #A698AA
Black with #A698AA
Text Example
Text Example
White with #A698AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A698AA; }
p { color: rgb(166,152,170); }
H1.HeaderClassName
{
color: #A698AA;
}
.AnyTagClassName
{
color: #A698AA;
}
</style>
background-color css
<style>
a { background-color: #A698AA; }
a { background-color: rgb(166,152,170); }
div.DivClassName
{
background-color: #A698AA;
}
.BgClassName
{
background-color: #A698AA;
}
</style>
border-color css
<style>
span { border-color: #A698AA; }
span { border-color: rgb(166,152,170); }
td.TdClassName
{
border-color: #A698AA;
}
.TagClassName
{
border-color: #A698AA;
}
</style>