Shades of Wistful #AAA4C6
Tints of Wistful #AAA4C6
RGB
CMYK
RGB Variations
Color information
#AAA4C6 (or 0xAAA4C6) is known color: Wistful. HEX triplet: AA, A4 and C6. RGB value is (170,164,198). Sum of RGB (Red+Green+Blue) = 170+164+198=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 198 - color contains mainly: blue. Hex color #AAA4C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4C6 is #555B39. Grayscale: #A9A9A9. Windows color (decimal): -5593914 or 13018282. OLE color: 13018282.
HSL color Cylindrical-coordinate representation of color #AAA4C6: hue angle of 250.59º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA4C6 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 164 | 198 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.22 |
| HSL | 250.59º | 0.23% | 0.71% | - |
| HSV(B) | 250.59º | 0.17% | 0.78% | - |
| XYZ | 40.05 | 39.17 | 58.88 | - |
| YUV | 169.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 198 | 0.14 | 0.17 | 0 | 0.22 | 250.59 | 0.23 | 0.71 |
| Hex | AA | A4 | C6 | E | 11 | 0 | 16 | FB | 17 | 47 |
| Octal | 252 | 244 | 306 | 16 | 21 | 0 | 26 | 373 | 27 | 107 |
| Binary | 10101010 | 10100100 | 11000110 | 1110 | 10001 | 0 | 10110 | 11111011 | 10111 | 1000111 |
Color Harmonies of #AAA4C6
Complementary color
Monochromatic Colors of #AAA4C6
Black with #AAA4C6
Text Example
Text Example
White with #AAA4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA4C6; }
p { color: rgb(170,164,198); }
H1.HeaderClassName
{
color: #AAA4C6;
}
.AnyTagClassName
{
color: #AAA4C6;
}
</style>
background-color css
<style>
a { background-color: #AAA4C6; }
a { background-color: rgb(170,164,198); }
div.DivClassName
{
background-color: #AAA4C6;
}
.BgClassName
{
background-color: #AAA4C6;
}
</style>
border-color css
<style>
span { border-color: #AAA4C6; }
span { border-color: rgb(170,164,198); }
td.TdClassName
{
border-color: #AAA4C6;
}
.TagClassName
{
border-color: #AAA4C6;
}
</style>