Shades of Wistful #A9AACB
Tints of Wistful #A9AACB
RGB
CMYK
RGB Variations
Color information
#A9AACB (or 0xA9AACB) is known color: Wistful. HEX triplet: A9, AA and CB. RGB value is (169,170,203). Sum of RGB (Red+Green+Blue) = 169+170+203=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AACB is #565534. Grayscale: #ADADAD. Windows color (decimal): -5657909 or 13347497. OLE color: 13347497.
HSL color Cylindrical-coordinate representation of color #A9AACB: hue angle of 238.24º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9AACB is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 170 | 203 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.20 |
| HSL | 238.24º | 0.25% | 0.73% | - |
| HSV(B) | 238.24º | 0.17% | 0.8% | - |
| XYZ | 41.52 | 41.5 | 62.32 | - |
| YUV | 173.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 203 | 0.17 | 0.16 | 0 | 0.20 | 238.24 | 0.25 | 0.73 |
| Hex | A9 | AA | CB | 11 | 10 | 0 | 14 | EE | 19 | 49 |
| Octal | 251 | 252 | 313 | 21 | 20 | 0 | 24 | 356 | 31 | 111 |
| Binary | 10101001 | 10101010 | 11001011 | 10001 | 10000 | 0 | 10100 | 11101110 | 11001 | 1001001 |
Color Harmonies of #A9AACB
Complementary color
Monochromatic Colors of #A9AACB
Black with #A9AACB
Text Example
Text Example
White with #A9AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AACB; }
p { color: rgb(169,170,203); }
H1.HeaderClassName
{
color: #A9AACB;
}
.AnyTagClassName
{
color: #A9AACB;
}
</style>
background-color css
<style>
a { background-color: #A9AACB; }
a { background-color: rgb(169,170,203); }
div.DivClassName
{
background-color: #A9AACB;
}
.BgClassName
{
background-color: #A9AACB;
}
</style>
border-color css
<style>
span { border-color: #A9AACB; }
span { border-color: rgb(169,170,203); }
td.TdClassName
{
border-color: #A9AACB;
}
.TagClassName
{
border-color: #A9AACB;
}
</style>