Shades of Dark Khaki #AFB96E
Tints of Dark Khaki #AFB96E
RGB
CMYK
RGB Variations
Color information
#AFB96E (or 0xAFB96E) is known color: Dark Khaki. HEX triplet: AF, B9 and 6E. RGB value is (175,185,110). Sum of RGB (Red+Green+Blue) = 175+185+110=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB96E is #504691. Grayscale: #ADADAD. Windows color (decimal): -5260946 or 7256495. OLE color: 7256495.
HSL color Cylindrical-coordinate representation of color #AFB96E: hue angle of 68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFB96E is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 110 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.27 |
| HSL | 68º | 0.35% | 0.58% | - |
| HSV(B) | 68º | 0.41% | 0.73% | - |
| XYZ | 37.84 | 44.94 | 21.43 | - |
| YUV | 173.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 110 | 0.05 | 0 | 0.41 | 0.27 | 68 | 0.35 | 0.58 |
| Hex | AF | B9 | 6E | 5 | 0 | 29 | 1B | 44 | 23 | 3A |
| Octal | 257 | 271 | 156 | 5 | 0 | 51 | 33 | 104 | 43 | 72 |
| Binary | 10101111 | 10111001 | 1101110 | 101 | 0 | 101001 | 11011 | 1000100 | 100011 | 111010 |
Color Harmonies of #AFB96E
Complementary color
Monochromatic Colors of #AFB96E
Black with #AFB96E
Text Example
Text Example
White with #AFB96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB96E; }
p { color: rgb(175,185,110); }
H1.HeaderClassName
{
color: #AFB96E;
}
.AnyTagClassName
{
color: #AFB96E;
}
</style>
background-color css
<style>
a { background-color: #AFB96E; }
a { background-color: rgb(175,185,110); }
div.DivClassName
{
background-color: #AFB96E;
}
.BgClassName
{
background-color: #AFB96E;
}
</style>
border-color css
<style>
span { border-color: #AFB96E; }
span { border-color: rgb(175,185,110); }
td.TdClassName
{
border-color: #AFB96E;
}
.TagClassName
{
border-color: #AFB96E;
}
</style>