Shades of Jungle Mist #A7BDBD
Tints of Jungle Mist #A7BDBD
RGB
CMYK
RGB Variations
Color information
#A7BDBD (or 0xA7BDBD) is known color: Jungle Mist. HEX triplet: A7, BD and BD. RGB value is (167,189,189). Sum of RGB (Red+Green+Blue) = 167+189+189=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #A7BDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDBD is #584242. Grayscale: #B6B6B6. Windows color (decimal): -5784131 or 12434855. OLE color: 12434855.
HSL color Cylindrical-coordinate representation of color #A7BDBD: hue angle of 180º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7BDBD is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 167 | 189 | 189 | - |
CMYK | 0.12 | 0 | 0 | 0.26 |
HSL | 180º | 0.14% | 0.7% | - |
HSV(B) | 180º | 0.12% | 0.74% | - |
XYZ | 43.32 | 48.28 | 55.18 | - |
YUV | 182.42 | 131.71 | 117 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 189 | 189 | 0.12 | 0 | 0 | 0.26 | 180 | 0.14 | 0.7 |
Hex | A7 | BD | BD | C | 0 | 0 | 1A | B4 | E | 46 |
Octal | 247 | 275 | 275 | 14 | 0 | 0 | 32 | 264 | 16 | 106 |
Binary | 10100111 | 10111101 | 10111101 | 1100 | 0 | 0 | 11010 | 10110100 | 1110 | 1000110 |
Color Harmonies of #A7BDBD
Complementary color
Monochromatic Colors of #A7BDBD
Black with #A7BDBD
Text Example
Text Example
White with #A7BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BDBD; }
p { color: rgb(167,189,189); }
H1.HeaderClassName
{
color: #A7BDBD;
}
.AnyTagClassName
{
color: #A7BDBD;
}
</style>
background-color css
<style>
a { background-color: #A7BDBD; }
a { background-color: rgb(167,189,189); }
div.DivClassName
{
background-color: #A7BDBD;
}
.BgClassName
{
background-color: #A7BDBD;
}
</style>
border-color css
<style>
span { border-color: #A7BDBD; }
span { border-color: rgb(167,189,189); }
td.TdClassName
{
border-color: #A7BDBD;
}
.TagClassName
{
border-color: #A7BDBD;
}
</style>