Shades of Wistful #AAA7BE
Tints of Wistful #AAA7BE
RGB
CMYK
RGB Variations
Color information
#AAA7BE (or 0xAAA7BE) is known color: Wistful. HEX triplet: AA, A7 and BE. RGB value is (170,167,190). Sum of RGB (Red+Green+Blue) = 170+167+190=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAA7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7BE is #555841. Grayscale: #AAAAAA. Windows color (decimal): -5593154 or 12494762. OLE color: 12494762.
HSL color Cylindrical-coordinate representation of color #AAA7BE: hue angle of 247.83º 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 #AAA7BE is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 167 | 190 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.25 |
| HSL | 247.83º | 0.15% | 0.7% | - |
| HSV(B) | 247.83º | 0.12% | 0.75% | - |
| XYZ | 39.69 | 39.9 | 54.32 | - |
| YUV | 170.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 190 | 0.11 | 0.12 | 0 | 0.25 | 247.83 | 0.15 | 0.7 |
| Hex | AA | A7 | BE | B | C | 0 | 19 | F8 | F | 46 |
| Octal | 252 | 247 | 276 | 13 | 14 | 0 | 31 | 370 | 17 | 106 |
| Binary | 10101010 | 10100111 | 10111110 | 1011 | 1100 | 0 | 11001 | 11111000 | 1111 | 1000110 |
Color Harmonies of #AAA7BE
Complementary color
Monochromatic Colors of #AAA7BE
Black with #AAA7BE
Text Example
Text Example
White with #AAA7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7BE; }
p { color: rgb(170,167,190); }
H1.HeaderClassName
{
color: #AAA7BE;
}
.AnyTagClassName
{
color: #AAA7BE;
}
</style>
background-color css
<style>
a { background-color: #AAA7BE; }
a { background-color: rgb(170,167,190); }
div.DivClassName
{
background-color: #AAA7BE;
}
.BgClassName
{
background-color: #AAA7BE;
}
</style>
border-color css
<style>
span { border-color: #AAA7BE; }
span { border-color: rgb(170,167,190); }
td.TdClassName
{
border-color: #AAA7BE;
}
.TagClassName
{
border-color: #AAA7BE;
}
</style>