Shades of Dark Khaki #AFB76F
Tints of Dark Khaki #AFB76F
RGB
CMYK
RGB Variations
Color information
#AFB76F (or 0xAFB76F) is known color: Dark Khaki. HEX triplet: AF, B7 and 6F. RGB value is (175,183,111). Sum of RGB (Red+Green+Blue) = 175+183+111=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB76F is #504890. Grayscale: #ACACAC. Windows color (decimal): -5261457 or 7321519. OLE color: 7321519.
HSL color Cylindrical-coordinate representation of color #AFB76F: hue angle of 66.67º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFB76F is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 111 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.28 |
| HSL | 66.67º | 0.33% | 0.58% | - |
| HSV(B) | 66.67º | 0.39% | 0.72% | - |
| XYZ | 37.48 | 44.13 | 21.58 | - |
| YUV | 172.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 111 | 0.04 | 0 | 0.39 | 0.28 | 66.67 | 0.33 | 0.58 |
| Hex | AF | B7 | 6F | 4 | 0 | 27 | 1C | 43 | 21 | 3A |
| Octal | 257 | 267 | 157 | 4 | 0 | 47 | 34 | 103 | 41 | 72 |
| Binary | 10101111 | 10110111 | 1101111 | 100 | 0 | 100111 | 11100 | 1000011 | 100001 | 111010 |
Color Harmonies of #AFB76F
Complementary color
Monochromatic Colors of #AFB76F
Black with #AFB76F
Text Example
Text Example
White with #AFB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB76F; }
p { color: rgb(175,183,111); }
H1.HeaderClassName
{
color: #AFB76F;
}
.AnyTagClassName
{
color: #AFB76F;
}
</style>
background-color css
<style>
a { background-color: #AFB76F; }
a { background-color: rgb(175,183,111); }
div.DivClassName
{
background-color: #AFB76F;
}
.BgClassName
{
background-color: #AFB76F;
}
</style>
border-color css
<style>
span { border-color: #AFB76F; }
span { border-color: rgb(175,183,111); }
td.TdClassName
{
border-color: #AFB76F;
}
.TagClassName
{
border-color: #AFB76F;
}
</style>