Shades of East Side #A999AF
Tints of East Side #A999AF
RGB
CMYK
RGB Variations
Color information
#A999AF (or 0xA999AF) is known color: East Side. HEX triplet: A9, 99 and AF. RGB value is (169,153,175). Sum of RGB (Red+Green+Blue) = 169+153+175=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 175 - color contains mainly: blue. Hex color #A999AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A999AF is #566650. Grayscale: #A0A0A0. Windows color (decimal): -5662289 or 11508137. OLE color: 11508137.
HSL color Cylindrical-coordinate representation of color #A999AF: hue angle of 283.64º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A999AF is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 153 | 175 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.31 |
| HSL | 283.64º | 0.12% | 0.64% | - |
| HSV(B) | 283.64º | 0.13% | 0.69% | - |
| XYZ | 35.49 | 34.31 | 45.31 | - |
| YUV | 160.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 175 | 0.03 | 0.13 | 0 | 0.31 | 283.64 | 0.12 | 0.64 |
| Hex | A9 | 99 | AF | 3 | D | 0 | 1F | 11C | C | 40 |
| Octal | 251 | 231 | 257 | 3 | 15 | 0 | 37 | 434 | 14 | 100 |
| Binary | 10101001 | 10011001 | 10101111 | 11 | 1101 | 0 | 11111 | 100011100 | 1100 | 1000000 |
Color Harmonies of #A999AF
Complementary color
Monochromatic Colors of #A999AF
Black with #A999AF
Text Example
Text Example
White with #A999AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A999AF; }
p { color: rgb(169,153,175); }
H1.HeaderClassName
{
color: #A999AF;
}
.AnyTagClassName
{
color: #A999AF;
}
</style>
background-color css
<style>
a { background-color: #A999AF; }
a { background-color: rgb(169,153,175); }
div.DivClassName
{
background-color: #A999AF;
}
.BgClassName
{
background-color: #A999AF;
}
</style>
border-color css
<style>
span { border-color: #A999AF; }
span { border-color: rgb(169,153,175); }
td.TdClassName
{
border-color: #A999AF;
}
.TagClassName
{
border-color: #A999AF;
}
</style>