Shades of Jungle Mist #AAC1BF
Tints of Jungle Mist #AAC1BF
RGB
CMYK
RGB Variations
Color information
#AAC1BF (or 0xAAC1BF) is known color: Jungle Mist. HEX triplet: AA, C1 and BF. RGB value is (170,193,191). Sum of RGB (Red+Green+Blue) = 170+193+191=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC1BF is #553E40. Grayscale: #B9B9B9. Windows color (decimal): -5586497 or 12566954. OLE color: 12566954.
HSL color Cylindrical-coordinate representation of color #AAC1BF: hue angle of 174.78º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC1BF is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 191 | - |
| CMYK | 0.12 | 0 | 0.01 | 0.24 |
| HSL | 174.78º | 0.16% | 0.71% | - |
| HSV(B) | 174.78º | 0.12% | 0.76% | - |
| XYZ | 45.05 | 50.45 | 56.65 | - |
| YUV | 185.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 191 | 0.12 | 0 | 0.01 | 0.24 | 174.78 | 0.16 | 0.71 |
| Hex | AA | C1 | BF | C | 0 | 1 | 18 | AF | 10 | 47 |
| Octal | 252 | 301 | 277 | 14 | 0 | 1 | 30 | 257 | 20 | 107 |
| Binary | 10101010 | 11000001 | 10111111 | 1100 | 0 | 1 | 11000 | 10101111 | 10000 | 1000111 |
Color Harmonies of #AAC1BF
Complementary color
Monochromatic Colors of #AAC1BF
Black with #AAC1BF
Text Example
Text Example
White with #AAC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1BF; }
p { color: rgb(170,193,191); }
H1.HeaderClassName
{
color: #AAC1BF;
}
.AnyTagClassName
{
color: #AAC1BF;
}
</style>
background-color css
<style>
a { background-color: #AAC1BF; }
a { background-color: rgb(170,193,191); }
div.DivClassName
{
background-color: #AAC1BF;
}
.BgClassName
{
background-color: #AAC1BF;
}
</style>
border-color css
<style>
span { border-color: #AAC1BF; }
span { border-color: rgb(170,193,191); }
td.TdClassName
{
border-color: #AAC1BF;
}
.TagClassName
{
border-color: #AAC1BF;
}
</style>