Shades of Jungle Mist #AECAC6
Tints of Jungle Mist #AECAC6
RGB
CMYK
RGB Variations
Color information
#AECAC6 (or 0xAECAC6) is known color: Jungle Mist. HEX triplet: AE, CA and C6. RGB value is (174,202,198). Sum of RGB (Red+Green+Blue) = 174+202+198=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAC6 is #513539. Grayscale: #C1C1C1. Windows color (decimal): -5322042 or 13028014. OLE color: 13028014.
HSL color Cylindrical-coordinate representation of color #AECAC6: hue angle of 171.43º 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 #AECAC6 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 198 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.21 |
| HSL | 171.43º | 0.21% | 0.74% | - |
| HSV(B) | 171.43º | 0.14% | 0.79% | - |
| XYZ | 48.77 | 55.32 | 61.53 | - |
| YUV | 193.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 198 | 0.14 | 0 | 0.02 | 0.21 | 171.43 | 0.21 | 0.74 |
| Hex | AE | CA | C6 | E | 0 | 2 | 15 | AB | 15 | 4A |
| Octal | 256 | 312 | 306 | 16 | 0 | 2 | 25 | 253 | 25 | 112 |
| Binary | 10101110 | 11001010 | 11000110 | 1110 | 0 | 10 | 10101 | 10101011 | 10101 | 1001010 |
Color Harmonies of #AECAC6
Complementary color
Monochromatic Colors of #AECAC6
Black with #AECAC6
Text Example
Text Example
White with #AECAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAC6; }
p { color: rgb(174,202,198); }
H1.HeaderClassName
{
color: #AECAC6;
}
.AnyTagClassName
{
color: #AECAC6;
}
</style>
background-color css
<style>
a { background-color: #AECAC6; }
a { background-color: rgb(174,202,198); }
div.DivClassName
{
background-color: #AECAC6;
}
.BgClassName
{
background-color: #AECAC6;
}
</style>
border-color css
<style>
span { border-color: #AECAC6; }
span { border-color: rgb(174,202,198); }
td.TdClassName
{
border-color: #AECAC6;
}
.TagClassName
{
border-color: #AECAC6;
}
</style>