Shades of Jungle Mist #A7C0C3
Tints of Jungle Mist #A7C0C3
RGB
CMYK
RGB Variations
Color information
#A7C0C3 (or 0xA7C0C3) is known color: Jungle Mist. HEX triplet: A7, C0 and C3. RGB value is (167,192,195). Sum of RGB (Red+Green+Blue) = 167+192+195=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #A7C0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C0C3 is #583F3C. Grayscale: #B8B8B8. Windows color (decimal): -5783357 or 12828839. OLE color: 12828839.
HSL color Cylindrical-coordinate representation of color #A7C0C3: hue angle of 186.43º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7C0C3 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 192 | 195 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.24 |
| HSL | 186.43º | 0.19% | 0.71% | - |
| HSV(B) | 186.43º | 0.14% | 0.76% | - |
| XYZ | 44.64 | 49.85 | 58.9 | - |
| YUV | 184.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 195 | 0.14 | 0.02 | 0 | 0.24 | 186.43 | 0.19 | 0.71 |
| Hex | A7 | C0 | C3 | E | 2 | 0 | 18 | BA | 13 | 47 |
| Octal | 247 | 300 | 303 | 16 | 2 | 0 | 30 | 272 | 23 | 107 |
| Binary | 10100111 | 11000000 | 11000011 | 1110 | 10 | 0 | 11000 | 10111010 | 10011 | 1000111 |
Color Harmonies of #A7C0C3
Complementary color
Monochromatic Colors of #A7C0C3
Black with #A7C0C3
Text Example
Text Example
White with #A7C0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C0C3; }
p { color: rgb(167,192,195); }
H1.HeaderClassName
{
color: #A7C0C3;
}
.AnyTagClassName
{
color: #A7C0C3;
}
</style>
background-color css
<style>
a { background-color: #A7C0C3; }
a { background-color: rgb(167,192,195); }
div.DivClassName
{
background-color: #A7C0C3;
}
.BgClassName
{
background-color: #A7C0C3;
}
</style>
border-color css
<style>
span { border-color: #A7C0C3; }
span { border-color: rgb(167,192,195); }
td.TdClassName
{
border-color: #A7C0C3;
}
.TagClassName
{
border-color: #A7C0C3;
}
</style>