Shades of Dark Khaki #AFB56E
Tints of Dark Khaki #AFB56E
RGB
CMYK
RGB Variations
Color information
#AFB56E (or 0xAFB56E) is known color: Dark Khaki. HEX triplet: AF, B5 and 6E. RGB value is (175,181,110). Sum of RGB (Red+Green+Blue) = 175+181+110=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB56E is #504A91. Grayscale: #ABABAB. Windows color (decimal): -5261970 or 7255471. OLE color: 7255471.
HSL color Cylindrical-coordinate representation of color #AFB56E: hue angle of 65.07º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFB56E is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 110 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.29 |
| HSL | 65.07º | 0.32% | 0.57% | - |
| HSV(B) | 65.07º | 0.39% | 0.71% | - |
| XYZ | 37.02 | 43.29 | 21.16 | - |
| YUV | 171.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 110 | 0.03 | 0 | 0.39 | 0.29 | 65.07 | 0.32 | 0.57 |
| Hex | AF | B5 | 6E | 3 | 0 | 27 | 1D | 41 | 20 | 39 |
| Octal | 257 | 265 | 156 | 3 | 0 | 47 | 35 | 101 | 40 | 71 |
| Binary | 10101111 | 10110101 | 1101110 | 11 | 0 | 100111 | 11101 | 1000001 | 100000 | 111001 |
Color Harmonies of #AFB56E
Complementary color
Monochromatic Colors of #AFB56E
Black with #AFB56E
Text Example
Text Example
White with #AFB56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB56E; }
p { color: rgb(175,181,110); }
H1.HeaderClassName
{
color: #AFB56E;
}
.AnyTagClassName
{
color: #AFB56E;
}
</style>
background-color css
<style>
a { background-color: #AFB56E; }
a { background-color: rgb(175,181,110); }
div.DivClassName
{
background-color: #AFB56E;
}
.BgClassName
{
background-color: #AFB56E;
}
</style>
border-color css
<style>
span { border-color: #AFB56E; }
span { border-color: rgb(175,181,110); }
td.TdClassName
{
border-color: #AFB56E;
}
.TagClassName
{
border-color: #AFB56E;
}
</style>