Shades of Dark Khaki #ADB66F
Tints of Dark Khaki #ADB66F
RGB
CMYK
RGB Variations
Color information
#ADB66F (or 0xADB66F) is known color: Dark Khaki. HEX triplet: AD, B6 and 6F. RGB value is (173,182,111). Sum of RGB (Red+Green+Blue) = 173+182+111=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB66F is #524990. Grayscale: #ABABAB. Windows color (decimal): -5392785 or 7321261. OLE color: 7321261.
HSL color Cylindrical-coordinate representation of color #ADB66F: hue angle of 67.61º degrees, saturation: 0.33, 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 #ADB66F is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 111 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.29 |
| HSL | 67.61º | 0.33% | 0.57% | - |
| HSV(B) | 67.61º | 0.39% | 0.71% | - |
| XYZ | 36.83 | 43.49 | 21.49 | - |
| YUV | 171.22 | 94.02 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 111 | 0.05 | 0 | 0.39 | 0.29 | 67.61 | 0.33 | 0.57 |
| Hex | AD | B6 | 6F | 5 | 0 | 27 | 1D | 44 | 21 | 39 |
| Octal | 255 | 266 | 157 | 5 | 0 | 47 | 35 | 104 | 41 | 71 |
| Binary | 10101101 | 10110110 | 1101111 | 101 | 0 | 100111 | 11101 | 1000100 | 100001 | 111001 |
Color Harmonies of #ADB66F
Complementary color
Monochromatic Colors of #ADB66F
Black with #ADB66F
Text Example
Text Example
White with #ADB66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB66F; }
p { color: rgb(173,182,111); }
H1.HeaderClassName
{
color: #ADB66F;
}
.AnyTagClassName
{
color: #ADB66F;
}
</style>
background-color css
<style>
a { background-color: #ADB66F; }
a { background-color: rgb(173,182,111); }
div.DivClassName
{
background-color: #ADB66F;
}
.BgClassName
{
background-color: #ADB66F;
}
</style>
border-color css
<style>
span { border-color: #ADB66F; }
span { border-color: rgb(173,182,111); }
td.TdClassName
{
border-color: #ADB66F;
}
.TagClassName
{
border-color: #ADB66F;
}
</style>