Shades of Wistful #AAA3BF
Tints of Wistful #AAA3BF
RGB
CMYK
RGB Variations
Color information
#AAA3BF (or 0xAAA3BF) is known color: Wistful. HEX triplet: AA, A3 and BF. RGB value is (170,163,191). Sum of RGB (Red+Green+Blue) = 170+163+191=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAA3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3BF is #555C40. Grayscale: #A8A8A8. Windows color (decimal): -5594177 or 12559274. OLE color: 12559274.
HSL color Cylindrical-coordinate representation of color #AAA3BF: hue angle of 255º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAA3BF is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 163 | 191 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.25 |
| HSL | 255º | 0.18% | 0.69% | - |
| HSV(B) | 255º | 0.15% | 0.75% | - |
| XYZ | 39.08 | 38.5 | 54.66 | - |
| YUV | 168.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 191 | 0.11 | 0.15 | 0 | 0.25 | 255 | 0.18 | 0.69 |
| Hex | AA | A3 | BF | B | F | 0 | 19 | FF | 12 | 45 |
| Octal | 252 | 243 | 277 | 13 | 17 | 0 | 31 | 377 | 22 | 105 |
| Binary | 10101010 | 10100011 | 10111111 | 1011 | 1111 | 0 | 11001 | 11111111 | 10010 | 1000101 |
Color Harmonies of #AAA3BF
Complementary color
Monochromatic Colors of #AAA3BF
Black with #AAA3BF
Text Example
Text Example
White with #AAA3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3BF; }
p { color: rgb(170,163,191); }
H1.HeaderClassName
{
color: #AAA3BF;
}
.AnyTagClassName
{
color: #AAA3BF;
}
</style>
background-color css
<style>
a { background-color: #AAA3BF; }
a { background-color: rgb(170,163,191); }
div.DivClassName
{
background-color: #AAA3BF;
}
.BgClassName
{
background-color: #AAA3BF;
}
</style>
border-color css
<style>
span { border-color: #AAA3BF; }
span { border-color: rgb(170,163,191); }
td.TdClassName
{
border-color: #AAA3BF;
}
.TagClassName
{
border-color: #AAA3BF;
}
</style>