Shades of Jungle Mist #AECAC7
Tints of Jungle Mist #AECAC7
RGB
CMYK
RGB Variations
Color information
#AECAC7 (or 0xAECAC7) is known color: Jungle Mist. HEX triplet: AE, CA and C7. RGB value is (174,202,199). Sum of RGB (Red+Green+Blue) = 174+202+199=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAC7 is #513538. Grayscale: #C1C1C1. Windows color (decimal): -5322041 or 13093550. OLE color: 13093550.
HSL color Cylindrical-coordinate representation of color #AECAC7: hue angle of 173.57º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECAC7 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 199 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.21 |
| HSL | 173.57º | 0.21% | 0.74% | - |
| HSV(B) | 173.57º | 0.14% | 0.79% | - |
| XYZ | 48.88 | 55.36 | 62.14 | - |
| YUV | 193.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 199 | 0.14 | 0 | 0.01 | 0.21 | 173.57 | 0.21 | 0.74 |
| Hex | AE | CA | C7 | E | 0 | 1 | 15 | AE | 15 | 4A |
| Octal | 256 | 312 | 307 | 16 | 0 | 1 | 25 | 256 | 25 | 112 |
| Binary | 10101110 | 11001010 | 11000111 | 1110 | 0 | 1 | 10101 | 10101110 | 10101 | 1001010 |
Color Harmonies of #AECAC7
Complementary color
Monochromatic Colors of #AECAC7
Black with #AECAC7
Text Example
Text Example
White with #AECAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAC7; }
p { color: rgb(174,202,199); }
H1.HeaderClassName
{
color: #AECAC7;
}
.AnyTagClassName
{
color: #AECAC7;
}
</style>
background-color css
<style>
a { background-color: #AECAC7; }
a { background-color: rgb(174,202,199); }
div.DivClassName
{
background-color: #AECAC7;
}
.BgClassName
{
background-color: #AECAC7;
}
</style>
border-color css
<style>
span { border-color: #AECAC7; }
span { border-color: rgb(174,202,199); }
td.TdClassName
{
border-color: #AECAC7;
}
.TagClassName
{
border-color: #AECAC7;
}
</style>