Shades of Jungle Mist #ADBABA
Tints of Jungle Mist #ADBABA
RGB
CMYK
RGB Variations
Color information
#ADBABA (or 0xADBABA) is known color: Jungle Mist. HEX triplet: AD, BA and BA. RGB value is (173,186,186). Sum of RGB (Red+Green+Blue) = 173+186+186=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #ADBABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBABA is #524545. Grayscale: #B6B6B6. Windows color (decimal): -5391686 or 12237485. OLE color: 12237485.
HSL color Cylindrical-coordinate representation of color #ADBABA: hue angle of 180º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADBABA is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 186 | - |
| CMYK | 0.07 | 0 | 0 | 0.27 |
| HSL | 180º | 0.09% | 0.7% | - |
| HSV(B) | 180º | 0.07% | 0.73% | - |
| XYZ | 43.66 | 47.55 | 53.33 | - |
| YUV | 182.11 | 130.19 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 186 | 0.07 | 0 | 0 | 0.27 | 180 | 0.09 | 0.7 |
| Hex | AD | BA | BA | 7 | 0 | 0 | 1B | B4 | 9 | 46 |
| Octal | 255 | 272 | 272 | 7 | 0 | 0 | 33 | 264 | 11 | 106 |
| Binary | 10101101 | 10111010 | 10111010 | 111 | 0 | 0 | 11011 | 10110100 | 1001 | 1000110 |
Color Harmonies of #ADBABA
Complementary color
Monochromatic Colors of #ADBABA
Black with #ADBABA
Text Example
Text Example
White with #ADBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBABA; }
p { color: rgb(173,186,186); }
H1.HeaderClassName
{
color: #ADBABA;
}
.AnyTagClassName
{
color: #ADBABA;
}
</style>
background-color css
<style>
a { background-color: #ADBABA; }
a { background-color: rgb(173,186,186); }
div.DivClassName
{
background-color: #ADBABA;
}
.BgClassName
{
background-color: #ADBABA;
}
</style>
border-color css
<style>
span { border-color: #ADBABA; }
span { border-color: rgb(173,186,186); }
td.TdClassName
{
border-color: #ADBABA;
}
.TagClassName
{
border-color: #ADBABA;
}
</style>