Shades of Dark Khaki #AFB16D
Tints of Dark Khaki #AFB16D
RGB
CMYK
RGB Variations
Color information
#AFB16D (or 0xAFB16D) is known color: Dark Khaki. HEX triplet: AF, B1 and 6D. RGB value is (175,177,109). Sum of RGB (Red+Green+Blue) = 175+177+109=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB16D is #504E92. Grayscale: #A8A8A8. Windows color (decimal): -5262995 or 7188911. OLE color: 7188911.
HSL color Cylindrical-coordinate representation of color #AFB16D: hue angle of 61.76º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFB16D is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 109 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.31 |
| HSL | 61.76º | 0.3% | 0.56% | - |
| HSV(B) | 61.76º | 0.38% | 0.69% | - |
| XYZ | 36.16 | 41.66 | 20.6 | - |
| YUV | 168.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 109 | 0.01 | 0 | 0.38 | 0.31 | 61.76 | 0.3 | 0.56 |
| Hex | AF | B1 | 6D | 1 | 0 | 26 | 1F | 3E | 1E | 38 |
| Octal | 257 | 261 | 155 | 1 | 0 | 46 | 37 | 76 | 36 | 70 |
| Binary | 10101111 | 10110001 | 1101101 | 1 | 0 | 100110 | 11111 | 111110 | 11110 | 111000 |
Color Harmonies of #AFB16D
Complementary color
Monochromatic Colors of #AFB16D
Black with #AFB16D
Text Example
Text Example
White with #AFB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB16D; }
p { color: rgb(175,177,109); }
H1.HeaderClassName
{
color: #AFB16D;
}
.AnyTagClassName
{
color: #AFB16D;
}
</style>
background-color css
<style>
a { background-color: #AFB16D; }
a { background-color: rgb(175,177,109); }
div.DivClassName
{
background-color: #AFB16D;
}
.BgClassName
{
background-color: #AFB16D;
}
</style>
border-color css
<style>
span { border-color: #AFB16D; }
span { border-color: rgb(175,177,109); }
td.TdClassName
{
border-color: #AFB16D;
}
.TagClassName
{
border-color: #AFB16D;
}
</style>