Shades of Jungle Mist #A5C0C1
Tints of Jungle Mist #A5C0C1
RGB
CMYK
RGB Variations
Color information
#A5C0C1 (or 0xA5C0C1) is known color: Jungle Mist. HEX triplet: A5, C0 and C1. RGB value is (165,192,193). Sum of RGB (Red+Green+Blue) = 165+192+193=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #A5C0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C0C1 is #5A3F3E. Grayscale: #B8B8B8. Windows color (decimal): -5914431 or 12697765. OLE color: 12697765.
HSL color Cylindrical-coordinate representation of color #A5C0C1: hue angle of 182.14º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5C0C1 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 192 | 193 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.24 |
| HSL | 182.14º | 0.18% | 0.7% | - |
| HSV(B) | 182.14º | 0.15% | 0.76% | - |
| XYZ | 43.99 | 49.55 | 57.7 | - |
| YUV | 184.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 193 | 0.15 | 0.01 | 0 | 0.24 | 182.14 | 0.18 | 0.7 |
| Hex | A5 | C0 | C1 | F | 1 | 0 | 18 | B6 | 12 | 46 |
| Octal | 245 | 300 | 301 | 17 | 1 | 0 | 30 | 266 | 22 | 106 |
| Binary | 10100101 | 11000000 | 11000001 | 1111 | 1 | 0 | 11000 | 10110110 | 10010 | 1000110 |
Color Harmonies of #A5C0C1
Complementary color
Monochromatic Colors of #A5C0C1
Black with #A5C0C1
Text Example
Text Example
White with #A5C0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C0C1; }
p { color: rgb(165,192,193); }
H1.HeaderClassName
{
color: #A5C0C1;
}
.AnyTagClassName
{
color: #A5C0C1;
}
</style>
background-color css
<style>
a { background-color: #A5C0C1; }
a { background-color: rgb(165,192,193); }
div.DivClassName
{
background-color: #A5C0C1;
}
.BgClassName
{
background-color: #A5C0C1;
}
</style>
border-color css
<style>
span { border-color: #A5C0C1; }
span { border-color: rgb(165,192,193); }
td.TdClassName
{
border-color: #A5C0C1;
}
.TagClassName
{
border-color: #A5C0C1;
}
</style>