Shades of Dark Khaki #AFB86D
Tints of Dark Khaki #AFB86D
RGB
CMYK
RGB Variations
Color information
#AFB86D (or 0xAFB86D) is known color: Dark Khaki. HEX triplet: AF, B8 and 6D. RGB value is (175,184,109). Sum of RGB (Red+Green+Blue) = 175+184+109=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB86D is #504792. Grayscale: #ADADAD. Windows color (decimal): -5261203 or 7190703. OLE color: 7190703.
HSL color Cylindrical-coordinate representation of color #AFB86D: hue angle of 67.2º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFB86D is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 109 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.28 |
| HSL | 67.2º | 0.35% | 0.57% | - |
| HSV(B) | 67.2º | 0.41% | 0.72% | - |
| XYZ | 37.58 | 44.5 | 21.08 | - |
| YUV | 172.76 | 92.02 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 109 | 0.05 | 0 | 0.41 | 0.28 | 67.2 | 0.35 | 0.57 |
| Hex | AF | B8 | 6D | 5 | 0 | 29 | 1C | 43 | 23 | 39 |
| Octal | 257 | 270 | 155 | 5 | 0 | 51 | 34 | 103 | 43 | 71 |
| Binary | 10101111 | 10111000 | 1101101 | 101 | 0 | 101001 | 11100 | 1000011 | 100011 | 111001 |
Color Harmonies of #AFB86D
Complementary color
Monochromatic Colors of #AFB86D
Black with #AFB86D
Text Example
Text Example
White with #AFB86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB86D; }
p { color: rgb(175,184,109); }
H1.HeaderClassName
{
color: #AFB86D;
}
.AnyTagClassName
{
color: #AFB86D;
}
</style>
background-color css
<style>
a { background-color: #AFB86D; }
a { background-color: rgb(175,184,109); }
div.DivClassName
{
background-color: #AFB86D;
}
.BgClassName
{
background-color: #AFB86D;
}
</style>
border-color css
<style>
span { border-color: #AFB86D; }
span { border-color: rgb(175,184,109); }
td.TdClassName
{
border-color: #AFB86D;
}
.TagClassName
{
border-color: #AFB86D;
}
</style>