Shades of Dark Khaki #ADAF6E
Tints of Dark Khaki #ADAF6E
RGB
CMYK
RGB Variations
Color information
#ADAF6E (or 0xADAF6E) is known color: Dark Khaki. HEX triplet: AD, AF and 6E. RGB value is (173,175,110). Sum of RGB (Red+Green+Blue) = 173+175+110=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF6E is #525091. Grayscale: #A7A7A7. Windows color (decimal): -5394578 or 7253933. OLE color: 7253933.
HSL color Cylindrical-coordinate representation of color #ADAF6E: hue angle of 61.85º degrees, saturation: 0.29, 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 #ADAF6E is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 110 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.31 |
| HSL | 61.85º | 0.29% | 0.56% | - |
| HSV(B) | 61.85º | 0.37% | 0.69% | - |
| XYZ | 35.38 | 40.67 | 20.74 | - |
| YUV | 166.99 | 95.84 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 110 | 0.01 | 0 | 0.37 | 0.31 | 61.85 | 0.29 | 0.56 |
| Hex | AD | AF | 6E | 1 | 0 | 25 | 1F | 3E | 1D | 38 |
| Octal | 255 | 257 | 156 | 1 | 0 | 45 | 37 | 76 | 35 | 70 |
| Binary | 10101101 | 10101111 | 1101110 | 1 | 0 | 100101 | 11111 | 111110 | 11101 | 111000 |
Color Harmonies of #ADAF6E
Complementary color
Monochromatic Colors of #ADAF6E
Black with #ADAF6E
Text Example
Text Example
White with #ADAF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF6E; }
p { color: rgb(173,175,110); }
H1.HeaderClassName
{
color: #ADAF6E;
}
.AnyTagClassName
{
color: #ADAF6E;
}
</style>
background-color css
<style>
a { background-color: #ADAF6E; }
a { background-color: rgb(173,175,110); }
div.DivClassName
{
background-color: #ADAF6E;
}
.BgClassName
{
background-color: #ADAF6E;
}
</style>
border-color css
<style>
span { border-color: #ADAF6E; }
span { border-color: rgb(173,175,110); }
td.TdClassName
{
border-color: #ADAF6E;
}
.TagClassName
{
border-color: #ADAF6E;
}
</style>