Shades of Wistful #AAA9C5
Tints of Wistful #AAA9C5
RGB
CMYK
RGB Variations
Color information
#AAA9C5 (or 0xAAA9C5) is known color: Wistful. HEX triplet: AA, A9 and C5. RGB value is (170,169,197). Sum of RGB (Red+Green+Blue) = 170+169+197=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAA9C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9C5 is #55563A. Grayscale: #ACACAC. Windows color (decimal): -5592635 or 12954026. OLE color: 12954026.
HSL color Cylindrical-coordinate representation of color #AAA9C5: hue angle of 242.14º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAA9C5 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 169 | 197 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.23 |
| HSL | 242.14º | 0.19% | 0.72% | - |
| HSV(B) | 242.14º | 0.14% | 0.77% | - |
| XYZ | 40.84 | 40.95 | 58.58 | - |
| YUV | 172.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 197 | 0.14 | 0.14 | 0 | 0.23 | 242.14 | 0.19 | 0.72 |
| Hex | AA | A9 | C5 | E | E | 0 | 17 | F2 | 13 | 48 |
| Octal | 252 | 251 | 305 | 16 | 16 | 0 | 27 | 362 | 23 | 110 |
| Binary | 10101010 | 10101001 | 11000101 | 1110 | 1110 | 0 | 10111 | 11110010 | 10011 | 1001000 |
Color Harmonies of #AAA9C5
Complementary color
Monochromatic Colors of #AAA9C5
Black with #AAA9C5
Text Example
Text Example
White with #AAA9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9C5; }
p { color: rgb(170,169,197); }
H1.HeaderClassName
{
color: #AAA9C5;
}
.AnyTagClassName
{
color: #AAA9C5;
}
</style>
background-color css
<style>
a { background-color: #AAA9C5; }
a { background-color: rgb(170,169,197); }
div.DivClassName
{
background-color: #AAA9C5;
}
.BgClassName
{
background-color: #AAA9C5;
}
</style>
border-color css
<style>
span { border-color: #AAA9C5; }
span { border-color: rgb(170,169,197); }
td.TdClassName
{
border-color: #AAA9C5;
}
.TagClassName
{
border-color: #AAA9C5;
}
</style>