Shades of Jungle Mist #A5BFBD
Tints of Jungle Mist #A5BFBD
RGB
CMYK
RGB Variations
Color information
#A5BFBD (or 0xA5BFBD) is known color: Jungle Mist. HEX triplet: A5, BF and BD. RGB value is (165,191,189). Sum of RGB (Red+Green+Blue) = 165+191+189=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BFBD is #5A4042. Grayscale: #B6B6B6. Windows color (decimal): -5914691 or 12435365. OLE color: 12435365.
HSL color Cylindrical-coordinate representation of color #A5BFBD: hue angle of 175.38º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5BFBD is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 191 | 189 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.25 |
| HSL | 175.38º | 0.17% | 0.7% | - |
| HSV(B) | 175.38º | 0.14% | 0.75% | - |
| XYZ | 43.33 | 48.94 | 55.31 | - |
| YUV | 183 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 191 | 189 | 0.14 | 0 | 0.01 | 0.25 | 175.38 | 0.17 | 0.7 |
| Hex | A5 | BF | BD | E | 0 | 1 | 19 | AF | 11 | 46 |
| Octal | 245 | 277 | 275 | 16 | 0 | 1 | 31 | 257 | 21 | 106 |
| Binary | 10100101 | 10111111 | 10111101 | 1110 | 0 | 1 | 11001 | 10101111 | 10001 | 1000110 |
Color Harmonies of #A5BFBD
Complementary color
Monochromatic Colors of #A5BFBD
Black with #A5BFBD
Text Example
Text Example
White with #A5BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BFBD; }
p { color: rgb(165,191,189); }
H1.HeaderClassName
{
color: #A5BFBD;
}
.AnyTagClassName
{
color: #A5BFBD;
}
</style>
background-color css
<style>
a { background-color: #A5BFBD; }
a { background-color: rgb(165,191,189); }
div.DivClassName
{
background-color: #A5BFBD;
}
.BgClassName
{
background-color: #A5BFBD;
}
</style>
border-color css
<style>
span { border-color: #A5BFBD; }
span { border-color: rgb(165,191,189); }
td.TdClassName
{
border-color: #A5BFBD;
}
.TagClassName
{
border-color: #A5BFBD;
}
</style>