Shades of Jungle Mist #AFBFBD
Tints of Jungle Mist #AFBFBD
RGB
CMYK
RGB Variations
Color information
#AFBFBD (or 0xAFBFBD) is known color: Jungle Mist. HEX triplet: AF, BF and BD. RGB value is (175,191,189). Sum of RGB (Red+Green+Blue) = 175+191+189=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFBD is #504042. Grayscale: #B9B9B9. Windows color (decimal): -5259331 or 12435375. OLE color: 12435375.
HSL color Cylindrical-coordinate representation of color #AFBFBD: hue angle of 172.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFBFBD is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 191 | 189 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.25 |
| HSL | 172.5º | 0.11% | 0.72% | - |
| HSV(B) | 172.5º | 0.08% | 0.75% | - |
| XYZ | 45.5 | 50.05 | 55.41 | - |
| YUV | 185.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 189 | 0.08 | 0 | 0.01 | 0.25 | 172.5 | 0.11 | 0.72 |
| Hex | AF | BF | BD | 8 | 0 | 1 | 19 | AC | B | 48 |
| Octal | 257 | 277 | 275 | 10 | 0 | 1 | 31 | 254 | 13 | 110 |
| Binary | 10101111 | 10111111 | 10111101 | 1000 | 0 | 1 | 11001 | 10101100 | 1011 | 1001000 |
Color Harmonies of #AFBFBD
Complementary color
Monochromatic Colors of #AFBFBD
Black with #AFBFBD
Text Example
Text Example
White with #AFBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBFBD; }
p { color: rgb(175,191,189); }
H1.HeaderClassName
{
color: #AFBFBD;
}
.AnyTagClassName
{
color: #AFBFBD;
}
</style>
background-color css
<style>
a { background-color: #AFBFBD; }
a { background-color: rgb(175,191,189); }
div.DivClassName
{
background-color: #AFBFBD;
}
.BgClassName
{
background-color: #AFBFBD;
}
</style>
border-color css
<style>
span { border-color: #AFBFBD; }
span { border-color: rgb(175,191,189); }
td.TdClassName
{
border-color: #AFBFBD;
}
.TagClassName
{
border-color: #AFBFBD;
}
</style>