Shades of Jungle Mist #AAC3C0
Tints of Jungle Mist #AAC3C0
RGB
CMYK
RGB Variations
Color information
#AAC3C0 (or 0xAAC3C0) is known color: Jungle Mist. HEX triplet: AA, C3 and C0. RGB value is (170,195,192). Sum of RGB (Red+Green+Blue) = 170+195+192=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3C0 is #553C3F. Grayscale: #BBBBBB. Windows color (decimal): -5585984 or 12633002. OLE color: 12633002.
HSL color Cylindrical-coordinate representation of color #AAC3C0: hue angle of 172.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC3C0 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 170 | 195 | 192 | - |
CMYK | 0.13 | 0 | 0.02 | 0.24 |
HSL | 172.8º | 0.17% | 0.72% | - |
HSV(B) | 172.8º | 0.13% | 0.76% | - |
XYZ | 45.61 | 51.38 | 57.38 | - |
YUV | 187.18 | 130.72 | 115.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 195 | 192 | 0.13 | 0 | 0.02 | 0.24 | 172.8 | 0.17 | 0.72 |
Hex | AA | C3 | C0 | D | 0 | 2 | 18 | AD | 11 | 48 |
Octal | 252 | 303 | 300 | 15 | 0 | 2 | 30 | 255 | 21 | 110 |
Binary | 10101010 | 11000011 | 11000000 | 1101 | 0 | 10 | 11000 | 10101101 | 10001 | 1001000 |
Color Harmonies of #AAC3C0
Complementary color
Monochromatic Colors of #AAC3C0
Black with #AAC3C0
Text Example
Text Example
White with #AAC3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC3C0; }
p { color: rgb(170,195,192); }
H1.HeaderClassName
{
color: #AAC3C0;
}
.AnyTagClassName
{
color: #AAC3C0;
}
</style>
background-color css
<style>
a { background-color: #AAC3C0; }
a { background-color: rgb(170,195,192); }
div.DivClassName
{
background-color: #AAC3C0;
}
.BgClassName
{
background-color: #AAC3C0;
}
</style>
border-color css
<style>
span { border-color: #AAC3C0; }
span { border-color: rgb(170,195,192); }
td.TdClassName
{
border-color: #AAC3C0;
}
.TagClassName
{
border-color: #AAC3C0;
}
</style>