Shades of Jungle Mist #A9C3C0
Tints of Jungle Mist #A9C3C0
RGB
CMYK
RGB Variations
Color information
#A9C3C0 (or 0xA9C3C0) is known color: Jungle Mist. HEX triplet: A9, C3 and C0. RGB value is (169,195,192). Sum of RGB (Red+Green+Blue) = 169+195+192=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C3C0 is #563C3F. Grayscale: #BABABA. Windows color (decimal): -5651520 or 12633001. OLE color: 12633001.
HSL color Cylindrical-coordinate representation of color #A9C3C0: hue angle of 173.08º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9C3C0 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 195 | 192 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.24 |
| HSL | 173.08º | 0.18% | 0.71% | - |
| HSV(B) | 173.08º | 0.13% | 0.76% | - |
| XYZ | 45.39 | 51.27 | 57.37 | - |
| YUV | 186.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 195 | 192 | 0.13 | 0 | 0.02 | 0.24 | 173.08 | 0.18 | 0.71 |
| Hex | A9 | C3 | C0 | D | 0 | 2 | 18 | AD | 12 | 47 |
| Octal | 251 | 303 | 300 | 15 | 0 | 2 | 30 | 255 | 22 | 107 |
| Binary | 10101001 | 11000011 | 11000000 | 1101 | 0 | 10 | 11000 | 10101101 | 10010 | 1000111 |
Color Harmonies of #A9C3C0
Complementary color
Monochromatic Colors of #A9C3C0
Black with #A9C3C0
Text Example
Text Example
White with #A9C3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C3C0; }
p { color: rgb(169,195,192); }
H1.HeaderClassName
{
color: #A9C3C0;
}
.AnyTagClassName
{
color: #A9C3C0;
}
</style>
background-color css
<style>
a { background-color: #A9C3C0; }
a { background-color: rgb(169,195,192); }
div.DivClassName
{
background-color: #A9C3C0;
}
.BgClassName
{
background-color: #A9C3C0;
}
</style>
border-color css
<style>
span { border-color: #A9C3C0; }
span { border-color: rgb(169,195,192); }
td.TdClassName
{
border-color: #A9C3C0;
}
.TagClassName
{
border-color: #A9C3C0;
}
</style>