Shades of Dark Khaki #ADB56E
Tints of Dark Khaki #ADB56E
RGB
CMYK
RGB Variations
Color information
#ADB56E (or 0xADB56E) is known color: Dark Khaki. HEX triplet: AD, B5 and 6E. RGB value is (173,181,110). Sum of RGB (Red+Green+Blue) = 173+181+110=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB56E is #524A91. Grayscale: #AAAAAA. Windows color (decimal): -5393042 or 7255469. OLE color: 7255469.
HSL color Cylindrical-coordinate representation of color #ADB56E: hue angle of 66.76º 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 #ADB56E is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 110 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.29 |
| HSL | 66.76º | 0.32% | 0.57% | - |
| HSV(B) | 66.76º | 0.39% | 0.71% | - |
| XYZ | 36.57 | 43.06 | 21.14 | - |
| YUV | 170.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 110 | 0.04 | 0 | 0.39 | 0.29 | 66.76 | 0.32 | 0.57 |
| Hex | AD | B5 | 6E | 4 | 0 | 27 | 1D | 43 | 20 | 39 |
| Octal | 255 | 265 | 156 | 4 | 0 | 47 | 35 | 103 | 40 | 71 |
| Binary | 10101101 | 10110101 | 1101110 | 100 | 0 | 100111 | 11101 | 1000011 | 100000 | 111001 |
Color Harmonies of #ADB56E
Complementary color
Monochromatic Colors of #ADB56E
Black with #ADB56E
Text Example
Text Example
White with #ADB56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB56E; }
p { color: rgb(173,181,110); }
H1.HeaderClassName
{
color: #ADB56E;
}
.AnyTagClassName
{
color: #ADB56E;
}
</style>
background-color css
<style>
a { background-color: #ADB56E; }
a { background-color: rgb(173,181,110); }
div.DivClassName
{
background-color: #ADB56E;
}
.BgClassName
{
background-color: #ADB56E;
}
</style>
border-color css
<style>
span { border-color: #ADB56E; }
span { border-color: rgb(173,181,110); }
td.TdClassName
{
border-color: #ADB56E;
}
.TagClassName
{
border-color: #ADB56E;
}
</style>