Shades of Wistful #A9AABF
Tints of Wistful #A9AABF
RGB
CMYK
RGB Variations
Color information
#A9AABF (or 0xA9AABF) is known color: Wistful. HEX triplet: A9, AA and BF. RGB value is (169,170,191). Sum of RGB (Red+Green+Blue) = 169+170+191=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #A9AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AABF is #565540. Grayscale: #ACACAC. Windows color (decimal): -5657921 or 12561065. OLE color: 12561065.
HSL color Cylindrical-coordinate representation of color #A9AABF: hue angle of 237.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9AABF is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 170 | 191 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.25 |
| HSL | 237.27º | 0.15% | 0.71% | - |
| HSV(B) | 237.27º | 0.12% | 0.75% | - |
| XYZ | 40.14 | 40.95 | 55.08 | - |
| YUV | 172.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 191 | 0.12 | 0.11 | 0 | 0.25 | 237.27 | 0.15 | 0.71 |
| Hex | A9 | AA | BF | C | B | 0 | 19 | ED | F | 47 |
| Octal | 251 | 252 | 277 | 14 | 13 | 0 | 31 | 355 | 17 | 107 |
| Binary | 10101001 | 10101010 | 10111111 | 1100 | 1011 | 0 | 11001 | 11101101 | 1111 | 1000111 |
Color Harmonies of #A9AABF
Complementary color
Monochromatic Colors of #A9AABF
Black with #A9AABF
Text Example
Text Example
White with #A9AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AABF; }
p { color: rgb(169,170,191); }
H1.HeaderClassName
{
color: #A9AABF;
}
.AnyTagClassName
{
color: #A9AABF;
}
</style>
background-color css
<style>
a { background-color: #A9AABF; }
a { background-color: rgb(169,170,191); }
div.DivClassName
{
background-color: #A9AABF;
}
.BgClassName
{
background-color: #A9AABF;
}
</style>
border-color css
<style>
span { border-color: #A9AABF; }
span { border-color: rgb(169,170,191); }
td.TdClassName
{
border-color: #A9AABF;
}
.TagClassName
{
border-color: #A9AABF;
}
</style>