Shades of Jungle Mist #AFBFC0
Tints of Jungle Mist #AFBFC0
RGB
CMYK
RGB Variations
Color information
#AFBFC0 (or 0xAFBFC0) is known color: Jungle Mist. HEX triplet: AF, BF and C0. RGB value is (175,191,192). Sum of RGB (Red+Green+Blue) = 175+191+192=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFBFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFC0 is #50403F. Grayscale: #BABABA. Windows color (decimal): -5259328 or 12631983. OLE color: 12631983.
HSL color Cylindrical-coordinate representation of color #AFBFC0: hue angle of 183.53º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFBFC0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 191 | 192 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.25 |
| HSL | 183.53º | 0.12% | 0.72% | - |
| HSV(B) | 183.53º | 0.09% | 0.75% | - |
| XYZ | 45.82 | 50.18 | 57.14 | - |
| YUV | 186.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 192 | 0.09 | 0.01 | 0 | 0.25 | 183.53 | 0.12 | 0.72 |
| Hex | AF | BF | C0 | 9 | 1 | 0 | 19 | B8 | C | 48 |
| Octal | 257 | 277 | 300 | 11 | 1 | 0 | 31 | 270 | 14 | 110 |
| Binary | 10101111 | 10111111 | 11000000 | 1001 | 1 | 0 | 11001 | 10111000 | 1100 | 1001000 |
Color Harmonies of #AFBFC0
Complementary color
Monochromatic Colors of #AFBFC0
Black with #AFBFC0
Text Example
Text Example
White with #AFBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBFC0; }
p { color: rgb(175,191,192); }
H1.HeaderClassName
{
color: #AFBFC0;
}
.AnyTagClassName
{
color: #AFBFC0;
}
</style>
background-color css
<style>
a { background-color: #AFBFC0; }
a { background-color: rgb(175,191,192); }
div.DivClassName
{
background-color: #AFBFC0;
}
.BgClassName
{
background-color: #AFBFC0;
}
</style>
border-color css
<style>
span { border-color: #AFBFC0; }
span { border-color: rgb(175,191,192); }
td.TdClassName
{
border-color: #AFBFC0;
}
.TagClassName
{
border-color: #AFBFC0;
}
</style>