Shades of Jungle Mist #A0BEC0
Tints of Jungle Mist #A0BEC0
RGB
CMYK
RGB Variations
Color information
#A0BEC0 (or 0xA0BEC0) is known color: Jungle Mist. HEX triplet: A0, BE and C0. RGB value is (160,190,192). Sum of RGB (Red+Green+Blue) = 160+190+192=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #A0BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEC0 is #5F413F. Grayscale: #B5B5B5. Windows color (decimal): -6242624 or 12631712. OLE color: 12631712.
HSL color Cylindrical-coordinate representation of color #A0BEC0: hue angle of 183.75º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0BEC0 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 160 | 190 | 192 | - |
CMYK | 0.17 | 0.01 | 0 | 0.25 |
HSL | 183.75º | 0.2% | 0.69% | - |
HSV(B) | 183.75º | 0.17% | 0.75% | - |
XYZ | 42.43 | 48.11 | 56.92 | - |
YUV | 181.26 | 134.06 | 112.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 190 | 192 | 0.17 | 0.01 | 0 | 0.25 | 183.75 | 0.2 | 0.69 |
Hex | A0 | BE | C0 | 11 | 1 | 0 | 19 | B8 | 14 | 45 |
Octal | 240 | 276 | 300 | 21 | 1 | 0 | 31 | 270 | 24 | 105 |
Binary | 10100000 | 10111110 | 11000000 | 10001 | 1 | 0 | 11001 | 10111000 | 10100 | 1000101 |
Color Harmonies of #A0BEC0
Complementary color
Monochromatic Colors of #A0BEC0
Black with #A0BEC0
Text Example
Text Example
White with #A0BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEC0; }
p { color: rgb(160,190,192); }
H1.HeaderClassName
{
color: #A0BEC0;
}
.AnyTagClassName
{
color: #A0BEC0;
}
</style>
background-color css
<style>
a { background-color: #A0BEC0; }
a { background-color: rgb(160,190,192); }
div.DivClassName
{
background-color: #A0BEC0;
}
.BgClassName
{
background-color: #A0BEC0;
}
</style>
border-color css
<style>
span { border-color: #A0BEC0; }
span { border-color: rgb(160,190,192); }
td.TdClassName
{
border-color: #A0BEC0;
}
.TagClassName
{
border-color: #A0BEC0;
}
</style>