Shades of Jungle Mist #A9C6CA
Tints of Jungle Mist #A9C6CA
RGB
CMYK
RGB Variations
Color information
#A9C6CA (or 0xA9C6CA) is known color: Jungle Mist. HEX triplet: A9, C6 and CA. RGB value is (169,198,202). Sum of RGB (Red+Green+Blue) = 169+198+202=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9C6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C6CA is #563935. Grayscale: #BDBDBD. Windows color (decimal): -5650742 or 13289129. OLE color: 13289129.
HSL color Cylindrical-coordinate representation of color #A9C6CA: hue angle of 187.27º 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 #A9C6CA is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 198 | 202 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.21 |
| HSL | 187.27º | 0.24% | 0.73% | - |
| HSV(B) | 187.27º | 0.16% | 0.79% | - |
| XYZ | 47.22 | 53.09 | 63.64 | - |
| YUV | 189.79 | 134.89 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 198 | 202 | 0.16 | 0.02 | 0 | 0.21 | 187.27 | 0.24 | 0.73 |
| Hex | A9 | C6 | CA | 10 | 2 | 0 | 15 | BB | 18 | 49 |
| Octal | 251 | 306 | 312 | 20 | 2 | 0 | 25 | 273 | 30 | 111 |
| Binary | 10101001 | 11000110 | 11001010 | 10000 | 10 | 0 | 10101 | 10111011 | 11000 | 1001001 |
Color Harmonies of #A9C6CA
Complementary color
Monochromatic Colors of #A9C6CA
Black with #A9C6CA
Text Example
Text Example
White with #A9C6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C6CA; }
p { color: rgb(169,198,202); }
H1.HeaderClassName
{
color: #A9C6CA;
}
.AnyTagClassName
{
color: #A9C6CA;
}
</style>
background-color css
<style>
a { background-color: #A9C6CA; }
a { background-color: rgb(169,198,202); }
div.DivClassName
{
background-color: #A9C6CA;
}
.BgClassName
{
background-color: #A9C6CA;
}
</style>
border-color css
<style>
span { border-color: #A9C6CA; }
span { border-color: rgb(169,198,202); }
td.TdClassName
{
border-color: #A9C6CA;
}
.TagClassName
{
border-color: #A9C6CA;
}
</style>