Shades of Dark Khaki #AFB76D
Tints of Dark Khaki #AFB76D
RGB
CMYK
RGB Variations
Color information
#AFB76D (or 0xAFB76D) is known color: Dark Khaki. HEX triplet: AF, B7 and 6D. RGB value is (175,183,109). Sum of RGB (Red+Green+Blue) = 175+183+109=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB76D is #504892. Grayscale: #ACACAC. Windows color (decimal): -5261459 or 7190447. OLE color: 7190447.
HSL color Cylindrical-coordinate representation of color #AFB76D: hue angle of 66.49º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFB76D is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 109 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.28 |
| HSL | 66.49º | 0.34% | 0.57% | - |
| HSV(B) | 66.49º | 0.4% | 0.72% | - |
| XYZ | 37.37 | 44.09 | 21.01 | - |
| YUV | 172.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 109 | 0.04 | 0 | 0.40 | 0.28 | 66.49 | 0.34 | 0.57 |
| Hex | AF | B7 | 6D | 4 | 0 | 28 | 1C | 42 | 22 | 39 |
| Octal | 257 | 267 | 155 | 4 | 0 | 50 | 34 | 102 | 42 | 71 |
| Binary | 10101111 | 10110111 | 1101101 | 100 | 0 | 101000 | 11100 | 1000010 | 100010 | 111001 |
Color Harmonies of #AFB76D
Complementary color
Monochromatic Colors of #AFB76D
Black with #AFB76D
Text Example
Text Example
White with #AFB76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB76D; }
p { color: rgb(175,183,109); }
H1.HeaderClassName
{
color: #AFB76D;
}
.AnyTagClassName
{
color: #AFB76D;
}
</style>
background-color css
<style>
a { background-color: #AFB76D; }
a { background-color: rgb(175,183,109); }
div.DivClassName
{
background-color: #AFB76D;
}
.BgClassName
{
background-color: #AFB76D;
}
</style>
border-color css
<style>
span { border-color: #AFB76D; }
span { border-color: rgb(175,183,109); }
td.TdClassName
{
border-color: #AFB76D;
}
.TagClassName
{
border-color: #AFB76D;
}
</style>