Shades of Dark Khaki #AFB16F
Tints of Dark Khaki #AFB16F
RGB
CMYK
RGB Variations
Color information
#AFB16F (or 0xAFB16F) is known color: Dark Khaki. HEX triplet: AF, B1 and 6F. RGB value is (175,177,111). Sum of RGB (Red+Green+Blue) = 175+177+111=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB16F is #504E90. Grayscale: #A9A9A9. Windows color (decimal): -5262993 or 7319983. OLE color: 7319983.
HSL color Cylindrical-coordinate representation of color #AFB16F: hue angle of 61.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFB16F is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 111 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.31 |
| HSL | 61.82º | 0.3% | 0.56% | - |
| HSV(B) | 61.82º | 0.37% | 0.69% | - |
| XYZ | 36.27 | 41.71 | 21.18 | - |
| YUV | 168.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 111 | 0.01 | 0 | 0.37 | 0.31 | 61.82 | 0.3 | 0.56 |
| Hex | AF | B1 | 6F | 1 | 0 | 25 | 1F | 3E | 1E | 38 |
| Octal | 257 | 261 | 157 | 1 | 0 | 45 | 37 | 76 | 36 | 70 |
| Binary | 10101111 | 10110001 | 1101111 | 1 | 0 | 100101 | 11111 | 111110 | 11110 | 111000 |
Color Harmonies of #AFB16F
Complementary color
Monochromatic Colors of #AFB16F
Black with #AFB16F
Text Example
Text Example
White with #AFB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB16F; }
p { color: rgb(175,177,111); }
H1.HeaderClassName
{
color: #AFB16F;
}
.AnyTagClassName
{
color: #AFB16F;
}
</style>
background-color css
<style>
a { background-color: #AFB16F; }
a { background-color: rgb(175,177,111); }
div.DivClassName
{
background-color: #AFB16F;
}
.BgClassName
{
background-color: #AFB16F;
}
</style>
border-color css
<style>
span { border-color: #AFB16F; }
span { border-color: rgb(175,177,111); }
td.TdClassName
{
border-color: #AFB16F;
}
.TagClassName
{
border-color: #AFB16F;
}
</style>