Shades of Jungle Mist #AACCCB
Tints of Jungle Mist #AACCCB
RGB
CMYK
RGB Variations
Color information
#AACCCB (or 0xAACCCB) is known color: Jungle Mist. HEX triplet: AA, CC and CB. RGB value is (170,204,203). Sum of RGB (Red+Green+Blue) = 170+204+203=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCCB is #553334. Grayscale: #C1C1C1. Windows color (decimal): -5583669 or 13356202. OLE color: 13356202.
HSL color Cylindrical-coordinate representation of color #AACCCB: hue angle of 178.24º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCCB is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 203 | - |
| CMYK | 0.17 | 0 | 0.00 | 0.2 |
| HSL | 178.24º | 0.25% | 0.73% | - |
| HSV(B) | 178.24º | 0.17% | 0.8% | - |
| XYZ | 48.95 | 56.04 | 64.74 | - |
| YUV | 193.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 203 | 0.17 | 0 | 0.00 | 0.2 | 178.24 | 0.25 | 0.73 |
| Hex | AA | CC | CB | 11 | 0 | 0 | 14 | B2 | 19 | 49 |
| Octal | 252 | 314 | 313 | 21 | 0 | 0 | 24 | 262 | 31 | 111 |
| Binary | 10101010 | 11001100 | 11001011 | 10001 | 0 | 0 | 10100 | 10110010 | 11001 | 1001001 |
Color Harmonies of #AACCCB
Complementary color
Monochromatic Colors of #AACCCB
Black with #AACCCB
Text Example
Text Example
White with #AACCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACCCB; }
p { color: rgb(170,204,203); }
H1.HeaderClassName
{
color: #AACCCB;
}
.AnyTagClassName
{
color: #AACCCB;
}
</style>
background-color css
<style>
a { background-color: #AACCCB; }
a { background-color: rgb(170,204,203); }
div.DivClassName
{
background-color: #AACCCB;
}
.BgClassName
{
background-color: #AACCCB;
}
</style>
border-color css
<style>
span { border-color: #AACCCB; }
span { border-color: rgb(170,204,203); }
td.TdClassName
{
border-color: #AACCCB;
}
.TagClassName
{
border-color: #AACCCB;
}
</style>