Shades of Jungle Mist #A9CAC6
Tints of Jungle Mist #A9CAC6
RGB
CMYK
RGB Variations
Color information
#A9CAC6 (or 0xA9CAC6) is known color: Jungle Mist. HEX triplet: A9, CA and C6. RGB value is (169,202,198). Sum of RGB (Red+Green+Blue) = 169+202+198=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CAC6 is #563539. Grayscale: #BFBFBF. Windows color (decimal): -5649722 or 13028009. OLE color: 13028009.
HSL color Cylindrical-coordinate representation of color #A9CAC6: hue angle of 172.73º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9CAC6 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 198 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.21 |
| HSL | 172.73º | 0.24% | 0.73% | - |
| HSV(B) | 172.73º | 0.16% | 0.79% | - |
| XYZ | 47.68 | 54.75 | 61.48 | - |
| YUV | 191.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 198 | 0.16 | 0 | 0.02 | 0.21 | 172.73 | 0.24 | 0.73 |
| Hex | A9 | CA | C6 | 10 | 0 | 2 | 15 | AD | 18 | 49 |
| Octal | 251 | 312 | 306 | 20 | 0 | 2 | 25 | 255 | 30 | 111 |
| Binary | 10101001 | 11001010 | 11000110 | 10000 | 0 | 10 | 10101 | 10101101 | 11000 | 1001001 |
Color Harmonies of #A9CAC6
Complementary color
Monochromatic Colors of #A9CAC6
Black with #A9CAC6
Text Example
Text Example
White with #A9CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CAC6; }
p { color: rgb(169,202,198); }
H1.HeaderClassName
{
color: #A9CAC6;
}
.AnyTagClassName
{
color: #A9CAC6;
}
</style>
background-color css
<style>
a { background-color: #A9CAC6; }
a { background-color: rgb(169,202,198); }
div.DivClassName
{
background-color: #A9CAC6;
}
.BgClassName
{
background-color: #A9CAC6;
}
</style>
border-color css
<style>
span { border-color: #A9CAC6; }
span { border-color: rgb(169,202,198); }
td.TdClassName
{
border-color: #A9CAC6;
}
.TagClassName
{
border-color: #A9CAC6;
}
</style>