Shades of Wistful #ACAACB
Tints of Wistful #ACAACB
RGB
CMYK
RGB Variations
Color information
#ACAACB (or 0xACAACB) is known color: Wistful. HEX triplet: AC, AA and CB. RGB value is (172,170,203). Sum of RGB (Red+Green+Blue) = 172+170+203=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAACB is #535534. Grayscale: #AEAEAE. Windows color (decimal): -5461301 or 13347500. OLE color: 13347500.
HSL color Cylindrical-coordinate representation of color #ACAACB: hue angle of 243.64º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACAACB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 170 | 203 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.20 |
| HSL | 243.64º | 0.24% | 0.73% | - |
| HSV(B) | 243.64º | 0.16% | 0.8% | - |
| XYZ | 42.17 | 41.83 | 62.35 | - |
| YUV | 174.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 203 | 0.15 | 0.16 | 0 | 0.20 | 243.64 | 0.24 | 0.73 |
| Hex | AC | AA | CB | F | 10 | 0 | 14 | F4 | 18 | 49 |
| Octal | 254 | 252 | 313 | 17 | 20 | 0 | 24 | 364 | 30 | 111 |
| Binary | 10101100 | 10101010 | 11001011 | 1111 | 10000 | 0 | 10100 | 11110100 | 11000 | 1001001 |
Color Harmonies of #ACAACB
Complementary color
Monochromatic Colors of #ACAACB
Black with #ACAACB
Text Example
Text Example
White with #ACAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAACB; }
p { color: rgb(172,170,203); }
H1.HeaderClassName
{
color: #ACAACB;
}
.AnyTagClassName
{
color: #ACAACB;
}
</style>
background-color css
<style>
a { background-color: #ACAACB; }
a { background-color: rgb(172,170,203); }
div.DivClassName
{
background-color: #ACAACB;
}
.BgClassName
{
background-color: #ACAACB;
}
</style>
border-color css
<style>
span { border-color: #ACAACB; }
span { border-color: rgb(172,170,203); }
td.TdClassName
{
border-color: #ACAACB;
}
.TagClassName
{
border-color: #ACAACB;
}
</style>