Shades of Wistful #AAA7BF
Tints of Wistful #AAA7BF
RGB
CMYK
RGB Variations
Color information
#AAA7BF (or 0xAAA7BF) is known color: Wistful. HEX triplet: AA, A7 and BF. RGB value is (170,167,191). Sum of RGB (Red+Green+Blue) = 170+167+191=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAA7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7BF is #555840. Grayscale: #AAAAAA. Windows color (decimal): -5593153 or 12560298. OLE color: 12560298.
HSL color Cylindrical-coordinate representation of color #AAA7BF: hue angle of 247.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAA7BF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 167 | 191 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.25 |
| HSL | 247.5º | 0.16% | 0.7% | - |
| HSV(B) | 247.5º | 0.13% | 0.75% | - |
| XYZ | 39.8 | 39.95 | 54.9 | - |
| YUV | 170.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 191 | 0.11 | 0.13 | 0 | 0.25 | 247.5 | 0.16 | 0.7 |
| Hex | AA | A7 | BF | B | D | 0 | 19 | F8 | 10 | 46 |
| Octal | 252 | 247 | 277 | 13 | 15 | 0 | 31 | 370 | 20 | 106 |
| Binary | 10101010 | 10100111 | 10111111 | 1011 | 1101 | 0 | 11001 | 11111000 | 10000 | 1000110 |
Color Harmonies of #AAA7BF
Complementary color
Monochromatic Colors of #AAA7BF
Black with #AAA7BF
Text Example
Text Example
White with #AAA7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7BF; }
p { color: rgb(170,167,191); }
H1.HeaderClassName
{
color: #AAA7BF;
}
.AnyTagClassName
{
color: #AAA7BF;
}
</style>
background-color css
<style>
a { background-color: #AAA7BF; }
a { background-color: rgb(170,167,191); }
div.DivClassName
{
background-color: #AAA7BF;
}
.BgClassName
{
background-color: #AAA7BF;
}
</style>
border-color css
<style>
span { border-color: #AAA7BF; }
span { border-color: rgb(170,167,191); }
td.TdClassName
{
border-color: #AAA7BF;
}
.TagClassName
{
border-color: #AAA7BF;
}
</style>