Shades of Dark Khaki #AFB56D
Tints of Dark Khaki #AFB56D
RGB
CMYK
RGB Variations
Color information
#AFB56D (or 0xAFB56D) is known color: Dark Khaki. HEX triplet: AF, B5 and 6D. RGB value is (175,181,109). Sum of RGB (Red+Green+Blue) = 175+181+109=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB56D is #504A92. Grayscale: #ABABAB. Windows color (decimal): -5261971 or 7189935. OLE color: 7189935.
HSL color Cylindrical-coordinate representation of color #AFB56D: hue angle of 65º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFB56D is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 109 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.29 |
| HSL | 65º | 0.33% | 0.57% | - |
| HSV(B) | 65º | 0.4% | 0.71% | - |
| XYZ | 36.96 | 43.27 | 20.87 | - |
| YUV | 171 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 109 | 0.03 | 0 | 0.40 | 0.29 | 65 | 0.33 | 0.57 |
| Hex | AF | B5 | 6D | 3 | 0 | 28 | 1D | 41 | 21 | 39 |
| Octal | 257 | 265 | 155 | 3 | 0 | 50 | 35 | 101 | 41 | 71 |
| Binary | 10101111 | 10110101 | 1101101 | 11 | 0 | 101000 | 11101 | 1000001 | 100001 | 111001 |
Color Harmonies of #AFB56D
Complementary color
Monochromatic Colors of #AFB56D
Black with #AFB56D
Text Example
Text Example
White with #AFB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB56D; }
p { color: rgb(175,181,109); }
H1.HeaderClassName
{
color: #AFB56D;
}
.AnyTagClassName
{
color: #AFB56D;
}
</style>
background-color css
<style>
a { background-color: #AFB56D; }
a { background-color: rgb(175,181,109); }
div.DivClassName
{
background-color: #AFB56D;
}
.BgClassName
{
background-color: #AFB56D;
}
</style>
border-color css
<style>
span { border-color: #AFB56D; }
span { border-color: rgb(175,181,109); }
td.TdClassName
{
border-color: #AFB56D;
}
.TagClassName
{
border-color: #AFB56D;
}
</style>