Shades of Jungle Mist #AACAC8
Tints of Jungle Mist #AACAC8
RGB
CMYK
RGB Variations
Color information
#AACAC8 (or 0xAACAC8) is known color: Jungle Mist. HEX triplet: AA, CA and C8. RGB value is (170,202,200). Sum of RGB (Red+Green+Blue) = 170+202+200=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAC8 is #553537. Grayscale: #C0C0C0. Windows color (decimal): -5584184 or 13159082. OLE color: 13159082.
HSL color Cylindrical-coordinate representation of color #AACAC8: hue angle of 176.25º 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 #AACAC8 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 200 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.21 |
| HSL | 176.25º | 0.23% | 0.73% | - |
| HSV(B) | 176.25º | 0.16% | 0.79% | - |
| XYZ | 48.12 | 54.96 | 62.72 | - |
| YUV | 192.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 200 | 0.16 | 0 | 0.01 | 0.21 | 176.25 | 0.23 | 0.73 |
| Hex | AA | CA | C8 | 10 | 0 | 1 | 15 | B0 | 17 | 49 |
| Octal | 252 | 312 | 310 | 20 | 0 | 1 | 25 | 260 | 27 | 111 |
| Binary | 10101010 | 11001010 | 11001000 | 10000 | 0 | 1 | 10101 | 10110000 | 10111 | 1001001 |
Color Harmonies of #AACAC8
Complementary color
Monochromatic Colors of #AACAC8
Black with #AACAC8
Text Example
Text Example
White with #AACAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAC8; }
p { color: rgb(170,202,200); }
H1.HeaderClassName
{
color: #AACAC8;
}
.AnyTagClassName
{
color: #AACAC8;
}
</style>
background-color css
<style>
a { background-color: #AACAC8; }
a { background-color: rgb(170,202,200); }
div.DivClassName
{
background-color: #AACAC8;
}
.BgClassName
{
background-color: #AACAC8;
}
</style>
border-color css
<style>
span { border-color: #AACAC8; }
span { border-color: rgb(170,202,200); }
td.TdClassName
{
border-color: #AACAC8;
}
.TagClassName
{
border-color: #AACAC8;
}
</style>