Shades of Dark Khaki #ADB66E
Tints of Dark Khaki #ADB66E
RGB
CMYK
RGB Variations
Color information
#ADB66E (or 0xADB66E) is known color: Dark Khaki. HEX triplet: AD, B6 and 6E. RGB value is (173,182,110). Sum of RGB (Red+Green+Blue) = 173+182+110=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB66E is #524991. Grayscale: #ABABAB. Windows color (decimal): -5392786 or 7255725. OLE color: 7255725.
HSL color Cylindrical-coordinate representation of color #ADB66E: hue angle of 67.5º 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 #ADB66E is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 110 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.29 |
| HSL | 67.5º | 0.33% | 0.57% | - |
| HSV(B) | 67.5º | 0.4% | 0.71% | - |
| XYZ | 36.78 | 43.47 | 21.2 | - |
| YUV | 171.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 110 | 0.05 | 0 | 0.40 | 0.29 | 67.5 | 0.33 | 0.57 |
| Hex | AD | B6 | 6E | 5 | 0 | 28 | 1D | 44 | 21 | 39 |
| Octal | 255 | 266 | 156 | 5 | 0 | 50 | 35 | 104 | 41 | 71 |
| Binary | 10101101 | 10110110 | 1101110 | 101 | 0 | 101000 | 11101 | 1000100 | 100001 | 111001 |
Color Harmonies of #ADB66E
Complementary color
Monochromatic Colors of #ADB66E
Black with #ADB66E
Text Example
Text Example
White with #ADB66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB66E; }
p { color: rgb(173,182,110); }
H1.HeaderClassName
{
color: #ADB66E;
}
.AnyTagClassName
{
color: #ADB66E;
}
</style>
background-color css
<style>
a { background-color: #ADB66E; }
a { background-color: rgb(173,182,110); }
div.DivClassName
{
background-color: #ADB66E;
}
.BgClassName
{
background-color: #ADB66E;
}
</style>
border-color css
<style>
span { border-color: #ADB66E; }
span { border-color: rgb(173,182,110); }
td.TdClassName
{
border-color: #ADB66E;
}
.TagClassName
{
border-color: #ADB66E;
}
</style>