Shades of Wistful #AAA9BF
Tints of Wistful #AAA9BF
RGB
CMYK
RGB Variations
Color information
#AAA9BF (or 0xAAA9BF) is known color: Wistful. HEX triplet: AA, A9 and BF. RGB value is (170,169,191). Sum of RGB (Red+Green+Blue) = 170+169+191=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 169 (66.41% from 255 or 31.89% 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 #AAA9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9BF is #555640. Grayscale: #ABABAB. Windows color (decimal): -5592641 or 12560810. OLE color: 12560810.
HSL color Cylindrical-coordinate representation of color #AAA9BF: hue angle of 242.73º 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 #AAA9BF is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 169 | 191 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.25 |
| HSL | 242.73º | 0.15% | 0.71% | - |
| HSV(B) | 242.73º | 0.12% | 0.75% | - |
| XYZ | 40.17 | 40.68 | 55.03 | - |
| YUV | 171.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 191 | 0.11 | 0.12 | 0 | 0.25 | 242.73 | 0.15 | 0.71 |
| Hex | AA | A9 | BF | B | C | 0 | 19 | F3 | F | 47 |
| Octal | 252 | 251 | 277 | 13 | 14 | 0 | 31 | 363 | 17 | 107 |
| Binary | 10101010 | 10101001 | 10111111 | 1011 | 1100 | 0 | 11001 | 11110011 | 1111 | 1000111 |
Color Harmonies of #AAA9BF
Complementary color
Monochromatic Colors of #AAA9BF
Black with #AAA9BF
Text Example
Text Example
White with #AAA9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9BF; }
p { color: rgb(170,169,191); }
H1.HeaderClassName
{
color: #AAA9BF;
}
.AnyTagClassName
{
color: #AAA9BF;
}
</style>
background-color css
<style>
a { background-color: #AAA9BF; }
a { background-color: rgb(170,169,191); }
div.DivClassName
{
background-color: #AAA9BF;
}
.BgClassName
{
background-color: #AAA9BF;
}
</style>
border-color css
<style>
span { border-color: #AAA9BF; }
span { border-color: rgb(170,169,191); }
td.TdClassName
{
border-color: #AAA9BF;
}
.TagClassName
{
border-color: #AAA9BF;
}
</style>