Shades of Wistful #AAA6C6
Tints of Wistful #AAA6C6
RGB
CMYK
RGB Variations
Color information
#AAA6C6 (or 0xAAA6C6) is known color: Wistful. HEX triplet: AA, A6 and C6. RGB value is (170,166,198). Sum of RGB (Red+Green+Blue) = 170+166+198=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #AAA6C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6C6 is #555939. Grayscale: #AAAAAA. Windows color (decimal): -5593402 or 13018794. OLE color: 13018794.
HSL color Cylindrical-coordinate representation of color #AAA6C6: hue angle of 247.5º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAA6C6 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 166 | 198 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.22 |
| HSL | 247.5º | 0.22% | 0.71% | - |
| HSV(B) | 247.5º | 0.16% | 0.78% | - |
| XYZ | 40.41 | 39.9 | 59 | - |
| YUV | 170.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 198 | 0.14 | 0.16 | 0 | 0.22 | 247.5 | 0.22 | 0.71 |
| Hex | AA | A6 | C6 | E | 10 | 0 | 16 | F8 | 16 | 47 |
| Octal | 252 | 246 | 306 | 16 | 20 | 0 | 26 | 370 | 26 | 107 |
| Binary | 10101010 | 10100110 | 11000110 | 1110 | 10000 | 0 | 10110 | 11111000 | 10110 | 1000111 |
Color Harmonies of #AAA6C6
Complementary color
Monochromatic Colors of #AAA6C6
Black with #AAA6C6
Text Example
Text Example
White with #AAA6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6C6; }
p { color: rgb(170,166,198); }
H1.HeaderClassName
{
color: #AAA6C6;
}
.AnyTagClassName
{
color: #AAA6C6;
}
</style>
background-color css
<style>
a { background-color: #AAA6C6; }
a { background-color: rgb(170,166,198); }
div.DivClassName
{
background-color: #AAA6C6;
}
.BgClassName
{
background-color: #AAA6C6;
}
</style>
border-color css
<style>
span { border-color: #AAA6C6; }
span { border-color: rgb(170,166,198); }
td.TdClassName
{
border-color: #AAA6C6;
}
.TagClassName
{
border-color: #AAA6C6;
}
</style>