Shades of Jungle Mist #A7C7CA
Tints of Jungle Mist #A7C7CA
RGB
CMYK
RGB Variations
Color information
#A7C7CA (or 0xA7C7CA) is known color: Jungle Mist. HEX triplet: A7, C7 and CA. RGB value is (167,199,202). Sum of RGB (Red+Green+Blue) = 167+199+202=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #A7C7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C7CA is #583835. Grayscale: #BDBDBD. Windows color (decimal): -5781558 or 13289383. OLE color: 13289383.
HSL color Cylindrical-coordinate representation of color #A7C7CA: hue angle of 185.14º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7C7CA is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 199 | 202 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.21 |
| HSL | 185.14º | 0.25% | 0.72% | - |
| HSV(B) | 185.14º | 0.17% | 0.79% | - |
| XYZ | 47.02 | 53.33 | 63.69 | - |
| YUV | 189.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 199 | 202 | 0.17 | 0.01 | 0 | 0.21 | 185.14 | 0.25 | 0.72 |
| Hex | A7 | C7 | CA | 11 | 1 | 0 | 15 | B9 | 19 | 48 |
| Octal | 247 | 307 | 312 | 21 | 1 | 0 | 25 | 271 | 31 | 110 |
| Binary | 10100111 | 11000111 | 11001010 | 10001 | 1 | 0 | 10101 | 10111001 | 11001 | 1001000 |
Color Harmonies of #A7C7CA
Complementary color
Monochromatic Colors of #A7C7CA
Black with #A7C7CA
Text Example
Text Example
White with #A7C7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C7CA; }
p { color: rgb(167,199,202); }
H1.HeaderClassName
{
color: #A7C7CA;
}
.AnyTagClassName
{
color: #A7C7CA;
}
</style>
background-color css
<style>
a { background-color: #A7C7CA; }
a { background-color: rgb(167,199,202); }
div.DivClassName
{
background-color: #A7C7CA;
}
.BgClassName
{
background-color: #A7C7CA;
}
</style>
border-color css
<style>
span { border-color: #A7C7CA; }
span { border-color: rgb(167,199,202); }
td.TdClassName
{
border-color: #A7C7CA;
}
.TagClassName
{
border-color: #A7C7CA;
}
</style>