Shades of Wistful #AAABC2
Tints of Wistful #AAABC2
RGB
CMYK
RGB Variations
Color information
#AAABC2 (or 0xAAABC2) is known color: Wistful. HEX triplet: AA, AB and C2. RGB value is (170,171,194). Sum of RGB (Red+Green+Blue) = 170+171+194=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 194 - color contains mainly: blue. Hex color #AAABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABC2 is #55543D. Grayscale: #ADADAD. Windows color (decimal): -5592126 or 12757930. OLE color: 12757930.
HSL color Cylindrical-coordinate representation of color #AAABC2: hue angle of 237.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAABC2 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 170 | 171 | 194 | - |
CMYK | 0.12 | 0.12 | 0 | 0.24 |
HSL | 237.5º | 0.16% | 0.71% | - |
HSV(B) | 237.5º | 0.12% | 0.76% | - |
XYZ | 40.88 | 41.57 | 56.91 | - |
YUV | 173.32 | 139.67 | 125.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 171 | 194 | 0.12 | 0.12 | 0 | 0.24 | 237.5 | 0.16 | 0.71 |
Hex | AA | AB | C2 | C | C | 0 | 18 | EE | 10 | 47 |
Octal | 252 | 253 | 302 | 14 | 14 | 0 | 30 | 356 | 20 | 107 |
Binary | 10101010 | 10101011 | 11000010 | 1100 | 1100 | 0 | 11000 | 11101110 | 10000 | 1000111 |
Color Harmonies of #AAABC2
Complementary color
Monochromatic Colors of #AAABC2
Black with #AAABC2
Text Example
Text Example
White with #AAABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABC2; }
p { color: rgb(170,171,194); }
H1.HeaderClassName
{
color: #AAABC2;
}
.AnyTagClassName
{
color: #AAABC2;
}
</style>
background-color css
<style>
a { background-color: #AAABC2; }
a { background-color: rgb(170,171,194); }
div.DivClassName
{
background-color: #AAABC2;
}
.BgClassName
{
background-color: #AAABC2;
}
</style>
border-color css
<style>
span { border-color: #AAABC2; }
span { border-color: rgb(170,171,194); }
td.TdClassName
{
border-color: #AAABC2;
}
.TagClassName
{
border-color: #AAABC2;
}
</style>