Shades of Jungle Mist #AFBAB9
Tints of Jungle Mist #AFBAB9
RGB
CMYK
RGB Variations
Color information
#AFBAB9 (or 0xAFBAB9) is known color: Jungle Mist. HEX triplet: AF, BA and B9. RGB value is (175,186,185). Sum of RGB (Red+Green+Blue) = 175+186+185=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAB9 is #504546. Grayscale: #B6B6B6. Windows color (decimal): -5260615 or 12171951. OLE color: 12171951.
HSL color Cylindrical-coordinate representation of color #AFBAB9: hue angle of 174.55º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBAB9 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 175 | 186 | 185 | - |
CMYK | 0.06 | 0 | 0.01 | 0.27 |
HSL | 174.55º | 0.07% | 0.71% | - |
HSV(B) | 174.55º | 0.06% | 0.73% | - |
XYZ | 44 | 47.73 | 52.79 | - |
YUV | 182.6 | 129.36 | 122.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 186 | 185 | 0.06 | 0 | 0.01 | 0.27 | 174.55 | 0.07 | 0.71 |
Hex | AF | BA | B9 | 6 | 0 | 1 | 1B | AF | 7 | 47 |
Octal | 257 | 272 | 271 | 6 | 0 | 1 | 33 | 257 | 7 | 107 |
Binary | 10101111 | 10111010 | 10111001 | 110 | 0 | 1 | 11011 | 10101111 | 111 | 1000111 |
Color Harmonies of #AFBAB9
Complementary color
Monochromatic Colors of #AFBAB9
Black with #AFBAB9
Text Example
Text Example
White with #AFBAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBAB9; }
p { color: rgb(175,186,185); }
H1.HeaderClassName
{
color: #AFBAB9;
}
.AnyTagClassName
{
color: #AFBAB9;
}
</style>
background-color css
<style>
a { background-color: #AFBAB9; }
a { background-color: rgb(175,186,185); }
div.DivClassName
{
background-color: #AFBAB9;
}
.BgClassName
{
background-color: #AFBAB9;
}
</style>
border-color css
<style>
span { border-color: #AFBAB9; }
span { border-color: rgb(175,186,185); }
td.TdClassName
{
border-color: #AFBAB9;
}
.TagClassName
{
border-color: #AFBAB9;
}
</style>