Shades of Dark Khaki #ADAC6E
Tints of Dark Khaki #ADAC6E
RGB
CMYK
RGB Variations
Color information
#ADAC6E (or 0xADAC6E) is known color: Dark Khaki. HEX triplet: AD, AC and 6E. RGB value is (173,172,110). Sum of RGB (Red+Green+Blue) = 173+172+110=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC6E is #525391. Grayscale: #A5A5A5. Windows color (decimal): -5395346 or 7253165. OLE color: 7253165.
HSL color Cylindrical-coordinate representation of color #ADAC6E: hue angle of 59.05º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADAC6E is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 110 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.32 |
| HSL | 59.05º | 0.28% | 0.55% | - |
| HSV(B) | 59.05º | 0.36% | 0.68% | - |
| XYZ | 34.8 | 39.52 | 20.54 | - |
| YUV | 165.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 110 | 0 | 0.01 | 0.36 | 0.32 | 59.05 | 0.28 | 0.55 |
| Hex | AD | AC | 6E | 0 | 1 | 24 | 20 | 3B | 1C | 37 |
| Octal | 255 | 254 | 156 | 0 | 1 | 44 | 40 | 73 | 34 | 67 |
| Binary | 10101101 | 10101100 | 1101110 | 0 | 1 | 100100 | 100000 | 111011 | 11100 | 110111 |
Color Harmonies of #ADAC6E
Complementary color
Monochromatic Colors of #ADAC6E
Black with #ADAC6E
Text Example
Text Example
White with #ADAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC6E; }
p { color: rgb(173,172,110); }
H1.HeaderClassName
{
color: #ADAC6E;
}
.AnyTagClassName
{
color: #ADAC6E;
}
</style>
background-color css
<style>
a { background-color: #ADAC6E; }
a { background-color: rgb(173,172,110); }
div.DivClassName
{
background-color: #ADAC6E;
}
.BgClassName
{
background-color: #ADAC6E;
}
</style>
border-color css
<style>
span { border-color: #ADAC6E; }
span { border-color: rgb(173,172,110); }
td.TdClassName
{
border-color: #ADAC6E;
}
.TagClassName
{
border-color: #ADAC6E;
}
</style>