Shades of Wistful #AAA8BF
Tints of Wistful #AAA8BF
RGB
CMYK
RGB Variations
Color information
#AAA8BF (or 0xAAA8BF) is known color: Wistful. HEX triplet: AA, A8 and BF. RGB value is (170,168,191). Sum of RGB (Red+Green+Blue) = 170+168+191=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAA8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8BF is #555740. Grayscale: #ABABAB. Windows color (decimal): -5592897 or 12560554. OLE color: 12560554.
HSL color Cylindrical-coordinate representation of color #AAA8BF: hue angle of 245.22º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA8BF is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 168 | 191 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.25 |
| HSL | 245.22º | 0.15% | 0.7% | - |
| HSV(B) | 245.22º | 0.12% | 0.75% | - |
| XYZ | 39.98 | 40.31 | 54.96 | - |
| YUV | 171.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 191 | 0.11 | 0.12 | 0 | 0.25 | 245.22 | 0.15 | 0.7 |
| Hex | AA | A8 | BF | B | C | 0 | 19 | F5 | F | 46 |
| Octal | 252 | 250 | 277 | 13 | 14 | 0 | 31 | 365 | 17 | 106 |
| Binary | 10101010 | 10101000 | 10111111 | 1011 | 1100 | 0 | 11001 | 11110101 | 1111 | 1000110 |
Color Harmonies of #AAA8BF
Complementary color
Monochromatic Colors of #AAA8BF
Black with #AAA8BF
Text Example
Text Example
White with #AAA8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA8BF; }
p { color: rgb(170,168,191); }
H1.HeaderClassName
{
color: #AAA8BF;
}
.AnyTagClassName
{
color: #AAA8BF;
}
</style>
background-color css
<style>
a { background-color: #AAA8BF; }
a { background-color: rgb(170,168,191); }
div.DivClassName
{
background-color: #AAA8BF;
}
.BgClassName
{
background-color: #AAA8BF;
}
</style>
border-color css
<style>
span { border-color: #AAA8BF; }
span { border-color: rgb(170,168,191); }
td.TdClassName
{
border-color: #AAA8BF;
}
.TagClassName
{
border-color: #AAA8BF;
}
</style>