Shades of Jungle Mist #A5C3C1
Tints of Jungle Mist #A5C3C1
RGB
CMYK
RGB Variations
Color information
#A5C3C1 (or 0xA5C3C1) is known color: Jungle Mist. HEX triplet: A5, C3 and C1. RGB value is (165,195,193). Sum of RGB (Red+Green+Blue) = 165+195+193=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C3C1 is #5A3C3E. Grayscale: #B9B9B9. Windows color (decimal): -5913663 or 12698533. OLE color: 12698533.
HSL color Cylindrical-coordinate representation of color #A5C3C1: hue angle of 176º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5C3C1 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 195 | 193 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.24 |
| HSL | 176º | 0.2% | 0.71% | - |
| HSV(B) | 176º | 0.15% | 0.76% | - |
| XYZ | 44.66 | 50.88 | 57.92 | - |
| YUV | 185.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 195 | 193 | 0.15 | 0 | 0.01 | 0.24 | 176 | 0.2 | 0.71 |
| Hex | A5 | C3 | C1 | F | 0 | 1 | 18 | B0 | 14 | 47 |
| Octal | 245 | 303 | 301 | 17 | 0 | 1 | 30 | 260 | 24 | 107 |
| Binary | 10100101 | 11000011 | 11000001 | 1111 | 0 | 1 | 11000 | 10110000 | 10100 | 1000111 |
Color Harmonies of #A5C3C1
Complementary color
Monochromatic Colors of #A5C3C1
Black with #A5C3C1
Text Example
Text Example
White with #A5C3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C3C1; }
p { color: rgb(165,195,193); }
H1.HeaderClassName
{
color: #A5C3C1;
}
.AnyTagClassName
{
color: #A5C3C1;
}
</style>
background-color css
<style>
a { background-color: #A5C3C1; }
a { background-color: rgb(165,195,193); }
div.DivClassName
{
background-color: #A5C3C1;
}
.BgClassName
{
background-color: #A5C3C1;
}
</style>
border-color css
<style>
span { border-color: #A5C3C1; }
span { border-color: rgb(165,195,193); }
td.TdClassName
{
border-color: #A5C3C1;
}
.TagClassName
{
border-color: #A5C3C1;
}
</style>