Shades of Dark Khaki #AFB16C
Tints of Dark Khaki #AFB16C
RGB
CMYK
RGB Variations
Color information
#AFB16C (or 0xAFB16C) is known color: Dark Khaki. HEX triplet: AF, B1 and 6C. RGB value is (175,177,108). Sum of RGB (Red+Green+Blue) = 175+177+108=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB16C is #504E93. Grayscale: #A8A8A8. Windows color (decimal): -5262996 or 7123375. OLE color: 7123375.
HSL color Cylindrical-coordinate representation of color #AFB16C: hue angle of 61.74º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFB16C is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 108 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.31 |
| HSL | 61.74º | 0.31% | 0.56% | - |
| HSV(B) | 61.74º | 0.39% | 0.69% | - |
| XYZ | 36.11 | 41.64 | 20.32 | - |
| YUV | 168.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 108 | 0.01 | 0 | 0.39 | 0.31 | 61.74 | 0.31 | 0.56 |
| Hex | AF | B1 | 6C | 1 | 0 | 27 | 1F | 3E | 1F | 38 |
| Octal | 257 | 261 | 154 | 1 | 0 | 47 | 37 | 76 | 37 | 70 |
| Binary | 10101111 | 10110001 | 1101100 | 1 | 0 | 100111 | 11111 | 111110 | 11111 | 111000 |
Color Harmonies of #AFB16C
Complementary color
Monochromatic Colors of #AFB16C
Black with #AFB16C
Text Example
Text Example
White with #AFB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB16C; }
p { color: rgb(175,177,108); }
H1.HeaderClassName
{
color: #AFB16C;
}
.AnyTagClassName
{
color: #AFB16C;
}
</style>
background-color css
<style>
a { background-color: #AFB16C; }
a { background-color: rgb(175,177,108); }
div.DivClassName
{
background-color: #AFB16C;
}
.BgClassName
{
background-color: #AFB16C;
}
</style>
border-color css
<style>
span { border-color: #AFB16C; }
span { border-color: rgb(175,177,108); }
td.TdClassName
{
border-color: #AFB16C;
}
.TagClassName
{
border-color: #AFB16C;
}
</style>