Shades of Wistful #AAA9C4
Tints of Wistful #AAA9C4
RGB
CMYK
RGB Variations
Color information
#AAA9C4 (or 0xAAA9C4) is known color: Wistful. HEX triplet: AA, A9 and C4. RGB value is (170,169,196). Sum of RGB (Red+Green+Blue) = 170+169+196=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 196 - color contains mainly: blue. Hex color #AAA9C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9C4 is #55563B. Grayscale: #ACACAC. Windows color (decimal): -5592636 or 12888490. OLE color: 12888490.
HSL color Cylindrical-coordinate representation of color #AAA9C4: hue angle of 242.22º 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 #AAA9C4 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 169 | 196 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.23 |
| HSL | 242.22º | 0.19% | 0.72% | - |
| HSV(B) | 242.22º | 0.14% | 0.77% | - |
| XYZ | 40.73 | 40.91 | 57.97 | - |
| YUV | 172.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 196 | 0.13 | 0.14 | 0 | 0.23 | 242.22 | 0.19 | 0.72 |
| Hex | AA | A9 | C4 | D | E | 0 | 17 | F2 | 13 | 48 |
| Octal | 252 | 251 | 304 | 15 | 16 | 0 | 27 | 362 | 23 | 110 |
| Binary | 10101010 | 10101001 | 11000100 | 1101 | 1110 | 0 | 10111 | 11110010 | 10011 | 1001000 |
Color Harmonies of #AAA9C4
Complementary color
Monochromatic Colors of #AAA9C4
Black with #AAA9C4
Text Example
Text Example
White with #AAA9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9C4; }
p { color: rgb(170,169,196); }
H1.HeaderClassName
{
color: #AAA9C4;
}
.AnyTagClassName
{
color: #AAA9C4;
}
</style>
background-color css
<style>
a { background-color: #AAA9C4; }
a { background-color: rgb(170,169,196); }
div.DivClassName
{
background-color: #AAA9C4;
}
.BgClassName
{
background-color: #AAA9C4;
}
</style>
border-color css
<style>
span { border-color: #AAA9C4; }
span { border-color: rgb(170,169,196); }
td.TdClassName
{
border-color: #AAA9C4;
}
.TagClassName
{
border-color: #AAA9C4;
}
</style>