Shades of Jungle Mist #AAC9CA
Tints of Jungle Mist #AAC9CA
RGB
CMYK
RGB Variations
Color information
#AAC9CA (or 0xAAC9CA) is known color: Jungle Mist. HEX triplet: AA, C9 and CA. RGB value is (170,201,202). Sum of RGB (Red+Green+Blue) = 170+201+202=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAC9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9CA is #553635. Grayscale: #BFBFBF. Windows color (decimal): -5584438 or 13289898. OLE color: 13289898.
HSL color Cylindrical-coordinate representation of color #AAC9CA: hue angle of 181.88º degrees, saturation: 0.23, 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 #AAC9CA is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 202 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.21 |
| HSL | 181.88º | 0.23% | 0.73% | - |
| HSV(B) | 181.88º | 0.16% | 0.79% | - |
| XYZ | 48.12 | 54.58 | 63.88 | - |
| YUV | 191.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 202 | 0.16 | 0.00 | 0 | 0.21 | 181.88 | 0.23 | 0.73 |
| Hex | AA | C9 | CA | 10 | 0 | 0 | 15 | B6 | 17 | 49 |
| Octal | 252 | 311 | 312 | 20 | 0 | 0 | 25 | 266 | 27 | 111 |
| Binary | 10101010 | 11001001 | 11001010 | 10000 | 0 | 0 | 10101 | 10110110 | 10111 | 1001001 |
Color Harmonies of #AAC9CA
Complementary color
Monochromatic Colors of #AAC9CA
Black with #AAC9CA
Text Example
Text Example
White with #AAC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9CA; }
p { color: rgb(170,201,202); }
H1.HeaderClassName
{
color: #AAC9CA;
}
.AnyTagClassName
{
color: #AAC9CA;
}
</style>
background-color css
<style>
a { background-color: #AAC9CA; }
a { background-color: rgb(170,201,202); }
div.DivClassName
{
background-color: #AAC9CA;
}
.BgClassName
{
background-color: #AAC9CA;
}
</style>
border-color css
<style>
span { border-color: #AAC9CA; }
span { border-color: rgb(170,201,202); }
td.TdClassName
{
border-color: #AAC9CA;
}
.TagClassName
{
border-color: #AAC9CA;
}
</style>