Shades of Wistful #AAA9BE
Tints of Wistful #AAA9BE
RGB
CMYK
RGB Variations
Color information
#AAA9BE (or 0xAAA9BE) is known color: Wistful. HEX triplet: AA, A9 and BE. RGB value is (170,169,190). Sum of RGB (Red+Green+Blue) = 170+169+190=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAA9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9BE is #555641. Grayscale: #ABABAB. Windows color (decimal): -5592642 or 12495274. OLE color: 12495274.
HSL color Cylindrical-coordinate representation of color #AAA9BE: hue angle of 242.86º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA9BE is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 169 | 190 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.25 |
| HSL | 242.86º | 0.14% | 0.7% | - |
| HSV(B) | 242.86º | 0.11% | 0.75% | - |
| XYZ | 40.06 | 40.64 | 54.45 | - |
| YUV | 171.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 190 | 0.11 | 0.11 | 0 | 0.25 | 242.86 | 0.14 | 0.7 |
| Hex | AA | A9 | BE | B | B | 0 | 19 | F3 | E | 46 |
| Octal | 252 | 251 | 276 | 13 | 13 | 0 | 31 | 363 | 16 | 106 |
| Binary | 10101010 | 10101001 | 10111110 | 1011 | 1011 | 0 | 11001 | 11110011 | 1110 | 1000110 |
Color Harmonies of #AAA9BE
Complementary color
Monochromatic Colors of #AAA9BE
Black with #AAA9BE
Text Example
Text Example
White with #AAA9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9BE; }
p { color: rgb(170,169,190); }
H1.HeaderClassName
{
color: #AAA9BE;
}
.AnyTagClassName
{
color: #AAA9BE;
}
</style>
background-color css
<style>
a { background-color: #AAA9BE; }
a { background-color: rgb(170,169,190); }
div.DivClassName
{
background-color: #AAA9BE;
}
.BgClassName
{
background-color: #AAA9BE;
}
</style>
border-color css
<style>
span { border-color: #AAA9BE; }
span { border-color: rgb(170,169,190); }
td.TdClassName
{
border-color: #AAA9BE;
}
.TagClassName
{
border-color: #AAA9BE;
}
</style>