Shades of Wistful #AEA7C7
Tints of Wistful #AEA7C7
RGB
CMYK
RGB Variations
Color information
#AEA7C7 (or 0xAEA7C7) is known color: Wistful. HEX triplet: AE, A7 and C7. RGB value is (174,167,199). Sum of RGB (Red+Green+Blue) = 174+167+199=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 199 - color contains mainly: blue. Hex color #AEA7C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA7C7 is #515838. Grayscale: #ACACAC. Windows color (decimal): -5331001 or 13084590. OLE color: 13084590.
HSL color Cylindrical-coordinate representation of color #AEA7C7: hue angle of 253.12º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEA7C7 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 167 | 199 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.22 |
| HSL | 253.13º | 0.22% | 0.72% | - |
| HSV(B) | 253.13º | 0.16% | 0.78% | - |
| XYZ | 41.58 | 40.76 | 59.71 | - |
| YUV | 172.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 167 | 199 | 0.13 | 0.16 | 0 | 0.22 | 253.13 | 0.22 | 0.72 |
| Hex | AE | A7 | C7 | D | 10 | 0 | 16 | FD | 16 | 48 |
| Octal | 256 | 247 | 307 | 15 | 20 | 0 | 26 | 375 | 26 | 110 |
| Binary | 10101110 | 10100111 | 11000111 | 1101 | 10000 | 0 | 10110 | 11111101 | 10110 | 1001000 |
Color Harmonies of #AEA7C7
Complementary color
Monochromatic Colors of #AEA7C7
Black with #AEA7C7
Text Example
Text Example
White with #AEA7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA7C7; }
p { color: rgb(174,167,199); }
H1.HeaderClassName
{
color: #AEA7C7;
}
.AnyTagClassName
{
color: #AEA7C7;
}
</style>
background-color css
<style>
a { background-color: #AEA7C7; }
a { background-color: rgb(174,167,199); }
div.DivClassName
{
background-color: #AEA7C7;
}
.BgClassName
{
background-color: #AEA7C7;
}
</style>
border-color css
<style>
span { border-color: #AEA7C7; }
span { border-color: rgb(174,167,199); }
td.TdClassName
{
border-color: #AEA7C7;
}
.TagClassName
{
border-color: #AEA7C7;
}
</style>