Shades of Wistful #AAAAC4
Tints of Wistful #AAAAC4
RGB
CMYK
RGB Variations
Color information
#AAAAC4 (or 0xAAAAC4) is known color: Wistful. HEX triplet: AA, AA and C4. RGB value is (170,170,196). Sum of RGB (Red+Green+Blue) = 170+170+196=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 196 - color contains mainly: blue. Hex color #AAAAC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAAC4 is #55553B. Grayscale: #ACACAC. Windows color (decimal): -5592380 or 12888746. OLE color: 12888746.
HSL color Cylindrical-coordinate representation of color #AAAAC4: hue angle of 240º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAAAC4 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 170 | 170 | 196 | - |
CMYK | 0.13 | 0.13 | 0 | 0.23 |
HSL | 240º | 0.18% | 0.72% | - |
HSV(B) | 240º | 0.13% | 0.77% | - |
XYZ | 40.92 | 41.28 | 58.04 | - |
YUV | 172.96 | 141 | 125.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 170 | 196 | 0.13 | 0.13 | 0 | 0.23 | 240 | 0.18 | 0.72 |
Hex | AA | AA | C4 | D | D | 0 | 17 | F0 | 12 | 48 |
Octal | 252 | 252 | 304 | 15 | 15 | 0 | 27 | 360 | 22 | 110 |
Binary | 10101010 | 10101010 | 11000100 | 1101 | 1101 | 0 | 10111 | 11110000 | 10010 | 1001000 |
Color Harmonies of #AAAAC4
Complementary color
Monochromatic Colors of #AAAAC4
Black with #AAAAC4
Text Example
Text Example
White with #AAAAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAAC4; }
p { color: rgb(170,170,196); }
H1.HeaderClassName
{
color: #AAAAC4;
}
.AnyTagClassName
{
color: #AAAAC4;
}
</style>
background-color css
<style>
a { background-color: #AAAAC4; }
a { background-color: rgb(170,170,196); }
div.DivClassName
{
background-color: #AAAAC4;
}
.BgClassName
{
background-color: #AAAAC4;
}
</style>
border-color css
<style>
span { border-color: #AAAAC4; }
span { border-color: rgb(170,170,196); }
td.TdClassName
{
border-color: #AAAAC4;
}
.TagClassName
{
border-color: #AAAAC4;
}
</style>