Shades of Jungle Mist #A8CAC6
Tints of Jungle Mist #A8CAC6
RGB
CMYK
RGB Variations
Color information
#A8CAC6 (or 0xA8CAC6) is known color: Jungle Mist. HEX triplet: A8, CA and C6. RGB value is (168,202,198). Sum of RGB (Red+Green+Blue) = 168+202+198=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAC6 is #573539. Grayscale: #BFBFBF. Windows color (decimal): -5715258 or 13028008. OLE color: 13028008.
HSL color Cylindrical-coordinate representation of color #A8CAC6: hue angle of 172.94º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CAC6 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 202 | 198 | - |
CMYK | 0.17 | 0 | 0.02 | 0.21 |
HSL | 172.94º | 0.24% | 0.73% | - |
HSV(B) | 172.94º | 0.17% | 0.79% | - |
XYZ | 47.46 | 54.64 | 61.47 | - |
YUV | 191.38 | 131.74 | 111.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 202 | 198 | 0.17 | 0 | 0.02 | 0.21 | 172.94 | 0.24 | 0.73 |
Hex | A8 | CA | C6 | 11 | 0 | 2 | 15 | AD | 18 | 49 |
Octal | 250 | 312 | 306 | 21 | 0 | 2 | 25 | 255 | 30 | 111 |
Binary | 10101000 | 11001010 | 11000110 | 10001 | 0 | 10 | 10101 | 10101101 | 11000 | 1001001 |
Color Harmonies of #A8CAC6
Complementary color
Monochromatic Colors of #A8CAC6
Black with #A8CAC6
Text Example
Text Example
White with #A8CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAC6; }
p { color: rgb(168,202,198); }
H1.HeaderClassName
{
color: #A8CAC6;
}
.AnyTagClassName
{
color: #A8CAC6;
}
</style>
background-color css
<style>
a { background-color: #A8CAC6; }
a { background-color: rgb(168,202,198); }
div.DivClassName
{
background-color: #A8CAC6;
}
.BgClassName
{
background-color: #A8CAC6;
}
</style>
border-color css
<style>
span { border-color: #A8CAC6; }
span { border-color: rgb(168,202,198); }
td.TdClassName
{
border-color: #A8CAC6;
}
.TagClassName
{
border-color: #A8CAC6;
}
</style>