Shades of Wistful #A8AACA
Tints of Wistful #A8AACA
RGB
CMYK
RGB Variations
Color information
#A8AACA (or 0xA8AACA) is known color: Wistful. HEX triplet: A8, AA and CA. RGB value is (168,170,202). Sum of RGB (Red+Green+Blue) = 168+170+202=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8AACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AACA is #575535. Grayscale: #ACACAC. Windows color (decimal): -5723446 or 13281960. OLE color: 13281960.
HSL color Cylindrical-coordinate representation of color #A8AACA: hue angle of 236.47º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8AACA is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 170 | 202 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.21 |
| HSL | 236.47º | 0.24% | 0.73% | - |
| HSV(B) | 236.47º | 0.17% | 0.79% | - |
| XYZ | 41.18 | 41.34 | 61.69 | - |
| YUV | 173.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 202 | 0.17 | 0.16 | 0 | 0.21 | 236.47 | 0.24 | 0.73 |
| Hex | A8 | AA | CA | 11 | 10 | 0 | 15 | EC | 18 | 49 |
| Octal | 250 | 252 | 312 | 21 | 20 | 0 | 25 | 354 | 30 | 111 |
| Binary | 10101000 | 10101010 | 11001010 | 10001 | 10000 | 0 | 10101 | 11101100 | 11000 | 1001001 |
Color Harmonies of #A8AACA
Complementary color
Monochromatic Colors of #A8AACA
Black with #A8AACA
Text Example
Text Example
White with #A8AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AACA; }
p { color: rgb(168,170,202); }
H1.HeaderClassName
{
color: #A8AACA;
}
.AnyTagClassName
{
color: #A8AACA;
}
</style>
background-color css
<style>
a { background-color: #A8AACA; }
a { background-color: rgb(168,170,202); }
div.DivClassName
{
background-color: #A8AACA;
}
.BgClassName
{
background-color: #A8AACA;
}
</style>
border-color css
<style>
span { border-color: #A8AACA; }
span { border-color: rgb(168,170,202); }
td.TdClassName
{
border-color: #A8AACA;
}
.TagClassName
{
border-color: #A8AACA;
}
</style>