Shades of Wistful #AFACBF
Tints of Wistful #AFACBF
RGB
CMYK
RGB Variations
Color information
#AFACBF (or 0xAFACBF) is known color: Wistful. HEX triplet: AF, AC and BF. RGB value is (175,172,191). Sum of RGB (Red+Green+Blue) = 175+172+191=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACBF is #505340. Grayscale: #AEAEAE. Windows color (decimal): -5264193 or 12561583. OLE color: 12561583.
HSL color Cylindrical-coordinate representation of color #AFACBF: hue angle of 249.47º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFACBF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 172 | 191 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.25 |
| HSL | 249.47º | 0.13% | 0.71% | - |
| HSV(B) | 249.47º | 0.1% | 0.75% | - |
| XYZ | 41.84 | 42.38 | 55.27 | - |
| YUV | 175.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 191 | 0.08 | 0.10 | 0 | 0.25 | 249.47 | 0.13 | 0.71 |
| Hex | AF | AC | BF | 8 | A | 0 | 19 | F9 | D | 47 |
| Octal | 257 | 254 | 277 | 10 | 12 | 0 | 31 | 371 | 15 | 107 |
| Binary | 10101111 | 10101100 | 10111111 | 1000 | 1010 | 0 | 11001 | 11111001 | 1101 | 1000111 |
Color Harmonies of #AFACBF
Complementary color
Monochromatic Colors of #AFACBF
Black with #AFACBF
Text Example
Text Example
White with #AFACBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACBF; }
p { color: rgb(175,172,191); }
H1.HeaderClassName
{
color: #AFACBF;
}
.AnyTagClassName
{
color: #AFACBF;
}
</style>
background-color css
<style>
a { background-color: #AFACBF; }
a { background-color: rgb(175,172,191); }
div.DivClassName
{
background-color: #AFACBF;
}
.BgClassName
{
background-color: #AFACBF;
}
</style>
border-color css
<style>
span { border-color: #AFACBF; }
span { border-color: rgb(175,172,191); }
td.TdClassName
{
border-color: #AFACBF;
}
.TagClassName
{
border-color: #AFACBF;
}
</style>