Shades of Wistful #AAA7C5
Tints of Wistful #AAA7C5
RGB
CMYK
RGB Variations
Color information
#AAA7C5 (or 0xAAA7C5) is known color: Wistful. HEX triplet: AA, A7 and C5. RGB value is (170,167,197). Sum of RGB (Red+Green+Blue) = 170+167+197=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAA7C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7C5 is #55583A. Grayscale: #ABABAB. Windows color (decimal): -5593147 or 12953514. OLE color: 12953514.
HSL color Cylindrical-coordinate representation of color #AAA7C5: hue angle of 246º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAA7C5 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 167 | 197 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.23 |
| HSL | 246º | 0.21% | 0.71% | - |
| HSV(B) | 246º | 0.15% | 0.77% | - |
| XYZ | 40.47 | 40.21 | 58.45 | - |
| YUV | 171.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 197 | 0.14 | 0.15 | 0 | 0.23 | 246 | 0.21 | 0.71 |
| Hex | AA | A7 | C5 | E | F | 0 | 17 | F6 | 15 | 47 |
| Octal | 252 | 247 | 305 | 16 | 17 | 0 | 27 | 366 | 25 | 107 |
| Binary | 10101010 | 10100111 | 11000101 | 1110 | 1111 | 0 | 10111 | 11110110 | 10101 | 1000111 |
Color Harmonies of #AAA7C5
Complementary color
Monochromatic Colors of #AAA7C5
Black with #AAA7C5
Text Example
Text Example
White with #AAA7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7C5; }
p { color: rgb(170,167,197); }
H1.HeaderClassName
{
color: #AAA7C5;
}
.AnyTagClassName
{
color: #AAA7C5;
}
</style>
background-color css
<style>
a { background-color: #AAA7C5; }
a { background-color: rgb(170,167,197); }
div.DivClassName
{
background-color: #AAA7C5;
}
.BgClassName
{
background-color: #AAA7C5;
}
</style>
border-color css
<style>
span { border-color: #AAA7C5; }
span { border-color: rgb(170,167,197); }
td.TdClassName
{
border-color: #AAA7C5;
}
.TagClassName
{
border-color: #AAA7C5;
}
</style>