Shades of Wistful #AAA2C6
Tints of Wistful #AAA2C6
RGB
CMYK
RGB Variations
Color information
#AAA2C6 (or 0xAAA2C6) is known color: Wistful. HEX triplet: AA, A2 and C6. RGB value is (170,162,198). Sum of RGB (Red+Green+Blue) = 170+162+198=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: blue. Hex color #AAA2C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA2C6 is #555D39. Grayscale: #A8A8A8. Windows color (decimal): -5594426 or 13017770. OLE color: 13017770.
HSL color Cylindrical-coordinate representation of color #AAA2C6: hue angle of 253.33º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAA2C6 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 162 | 198 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.22 |
| HSL | 253.33º | 0.24% | 0.71% | - |
| HSV(B) | 253.33º | 0.18% | 0.78% | - |
| XYZ | 39.69 | 38.46 | 58.76 | - |
| YUV | 168.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 198 | 0.14 | 0.18 | 0 | 0.22 | 253.33 | 0.24 | 0.71 |
| Hex | AA | A2 | C6 | E | 12 | 0 | 16 | FD | 18 | 47 |
| Octal | 252 | 242 | 306 | 16 | 22 | 0 | 26 | 375 | 30 | 107 |
| Binary | 10101010 | 10100010 | 11000110 | 1110 | 10010 | 0 | 10110 | 11111101 | 11000 | 1000111 |
Color Harmonies of #AAA2C6
Complementary color
Monochromatic Colors of #AAA2C6
Black with #AAA2C6
Text Example
Text Example
White with #AAA2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2C6; }
p { color: rgb(170,162,198); }
H1.HeaderClassName
{
color: #AAA2C6;
}
.AnyTagClassName
{
color: #AAA2C6;
}
</style>
background-color css
<style>
a { background-color: #AAA2C6; }
a { background-color: rgb(170,162,198); }
div.DivClassName
{
background-color: #AAA2C6;
}
.BgClassName
{
background-color: #AAA2C6;
}
</style>
border-color css
<style>
span { border-color: #AAA2C6; }
span { border-color: rgb(170,162,198); }
td.TdClassName
{
border-color: #AAA2C6;
}
.TagClassName
{
border-color: #AAA2C6;
}
</style>