Shades of Jungle Mist #AFBDBD
Tints of Jungle Mist #AFBDBD
RGB
CMYK
RGB Variations
Color information
#AFBDBD (or 0xAFBDBD) is known color: Jungle Mist. HEX triplet: AF, BD and BD. RGB value is (175,189,189). Sum of RGB (Red+Green+Blue) = 175+189+189=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #AFBDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDBD is #504242. Grayscale: #B8B8B8. Windows color (decimal): -5259843 or 12434863. OLE color: 12434863.
HSL color Cylindrical-coordinate representation of color #AFBDBD: hue angle of 180º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDBD is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 189 | - |
| CMYK | 0.07 | 0 | 0 | 0.26 |
| HSL | 180º | 0.1% | 0.71% | - |
| HSV(B) | 180º | 0.07% | 0.74% | - |
| XYZ | 45.06 | 49.18 | 55.26 | - |
| YUV | 184.81 | 130.36 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 189 | 0.07 | 0 | 0 | 0.26 | 180 | 0.1 | 0.71 |
| Hex | AF | BD | BD | 7 | 0 | 0 | 1A | B4 | A | 47 |
| Octal | 257 | 275 | 275 | 7 | 0 | 0 | 32 | 264 | 12 | 107 |
| Binary | 10101111 | 10111101 | 10111101 | 111 | 0 | 0 | 11010 | 10110100 | 1010 | 1000111 |
Color Harmonies of #AFBDBD
Complementary color
Monochromatic Colors of #AFBDBD
Black with #AFBDBD
Text Example
Text Example
White with #AFBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBDBD; }
p { color: rgb(175,189,189); }
H1.HeaderClassName
{
color: #AFBDBD;
}
.AnyTagClassName
{
color: #AFBDBD;
}
</style>
background-color css
<style>
a { background-color: #AFBDBD; }
a { background-color: rgb(175,189,189); }
div.DivClassName
{
background-color: #AFBDBD;
}
.BgClassName
{
background-color: #AFBDBD;
}
</style>
border-color css
<style>
span { border-color: #AFBDBD; }
span { border-color: rgb(175,189,189); }
td.TdClassName
{
border-color: #AFBDBD;
}
.TagClassName
{
border-color: #AFBDBD;
}
</style>