Shades of Dark Khaki #AFB76E
Tints of Dark Khaki #AFB76E
RGB
CMYK
RGB Variations
Color information
#AFB76E (or 0xAFB76E) is known color: Dark Khaki. HEX triplet: AF, B7 and 6E. RGB value is (175,183,110). Sum of RGB (Red+Green+Blue) = 175+183+110=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB76E is #504891. Grayscale: #ACACAC. Windows color (decimal): -5261458 or 7255983. OLE color: 7255983.
HSL color Cylindrical-coordinate representation of color #AFB76E: hue angle of 66.58º 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 #AFB76E is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 110 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.28 |
| HSL | 66.58º | 0.34% | 0.57% | - |
| HSV(B) | 66.58º | 0.4% | 0.72% | - |
| XYZ | 37.43 | 44.11 | 21.29 | - |
| YUV | 172.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 110 | 0.04 | 0 | 0.40 | 0.28 | 66.58 | 0.34 | 0.57 |
| Hex | AF | B7 | 6E | 4 | 0 | 28 | 1C | 43 | 22 | 39 |
| Octal | 257 | 267 | 156 | 4 | 0 | 50 | 34 | 103 | 42 | 71 |
| Binary | 10101111 | 10110111 | 1101110 | 100 | 0 | 101000 | 11100 | 1000011 | 100010 | 111001 |
Color Harmonies of #AFB76E
Complementary color
Monochromatic Colors of #AFB76E
Black with #AFB76E
Text Example
Text Example
White with #AFB76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB76E; }
p { color: rgb(175,183,110); }
H1.HeaderClassName
{
color: #AFB76E;
}
.AnyTagClassName
{
color: #AFB76E;
}
</style>
background-color css
<style>
a { background-color: #AFB76E; }
a { background-color: rgb(175,183,110); }
div.DivClassName
{
background-color: #AFB76E;
}
.BgClassName
{
background-color: #AFB76E;
}
</style>
border-color css
<style>
span { border-color: #AFB76E; }
span { border-color: rgb(175,183,110); }
td.TdClassName
{
border-color: #AFB76E;
}
.TagClassName
{
border-color: #AFB76E;
}
</style>