Shades of Wistful #AAA8BE
Tints of Wistful #AAA8BE
RGB
CMYK
RGB Variations
Color information
#AAA8BE (or 0xAAA8BE) is known color: Wistful. HEX triplet: AA, A8 and BE. RGB value is (170,168,190). Sum of RGB (Red+Green+Blue) = 170+168+190=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8BE is #555741. Grayscale: #ABABAB. Windows color (decimal): -5592898 or 12495018. OLE color: 12495018.
HSL color Cylindrical-coordinate representation of color #AAA8BE: hue angle of 245.45º degrees, saturation: 0.14, 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 #AAA8BE is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 168 | 190 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.25 |
| HSL | 245.45º | 0.14% | 0.7% | - |
| HSV(B) | 245.45º | 0.12% | 0.75% | - |
| XYZ | 39.87 | 40.27 | 54.39 | - |
| YUV | 171.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 190 | 0.11 | 0.12 | 0 | 0.25 | 245.45 | 0.14 | 0.7 |
| Hex | AA | A8 | BE | B | C | 0 | 19 | F5 | E | 46 |
| Octal | 252 | 250 | 276 | 13 | 14 | 0 | 31 | 365 | 16 | 106 |
| Binary | 10101010 | 10101000 | 10111110 | 1011 | 1100 | 0 | 11001 | 11110101 | 1110 | 1000110 |
Color Harmonies of #AAA8BE
Complementary color
Monochromatic Colors of #AAA8BE
Black with #AAA8BE
Text Example
Text Example
White with #AAA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA8BE; }
p { color: rgb(170,168,190); }
H1.HeaderClassName
{
color: #AAA8BE;
}
.AnyTagClassName
{
color: #AAA8BE;
}
</style>
background-color css
<style>
a { background-color: #AAA8BE; }
a { background-color: rgb(170,168,190); }
div.DivClassName
{
background-color: #AAA8BE;
}
.BgClassName
{
background-color: #AAA8BE;
}
</style>
border-color css
<style>
span { border-color: #AAA8BE; }
span { border-color: rgb(170,168,190); }
td.TdClassName
{
border-color: #AAA8BE;
}
.TagClassName
{
border-color: #AAA8BE;
}
</style>