Shades of Dark Khaki #ADB070
Tints of Dark Khaki #ADB070
RGB
CMYK
RGB Variations
Color information
#ADB070 (or 0xADB070) is known color: Dark Khaki. HEX triplet: AD, B0 and 70. RGB value is (173,176,112). Sum of RGB (Red+Green+Blue) = 173+176+112=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB070 is #524F8F. Grayscale: #A8A8A8. Windows color (decimal): -5394320 or 7385261. OLE color: 7385261.
HSL color Cylindrical-coordinate representation of color #ADB070: hue angle of 62.81º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADB070 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 112 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.31 |
| HSL | 62.81º | 0.29% | 0.56% | - |
| HSV(B) | 62.81º | 0.36% | 0.69% | - |
| XYZ | 35.68 | 41.1 | 21.38 | - |
| YUV | 167.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 112 | 0.02 | 0 | 0.36 | 0.31 | 62.81 | 0.29 | 0.56 |
| Hex | AD | B0 | 70 | 2 | 0 | 24 | 1F | 3F | 1D | 38 |
| Octal | 255 | 260 | 160 | 2 | 0 | 44 | 37 | 77 | 35 | 70 |
| Binary | 10101101 | 10110000 | 1110000 | 10 | 0 | 100100 | 11111 | 111111 | 11101 | 111000 |
Color Harmonies of #ADB070
Complementary color
Monochromatic Colors of #ADB070
Black with #ADB070
Text Example
Text Example
White with #ADB070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB070; }
p { color: rgb(173,176,112); }
H1.HeaderClassName
{
color: #ADB070;
}
.AnyTagClassName
{
color: #ADB070;
}
</style>
background-color css
<style>
a { background-color: #ADB070; }
a { background-color: rgb(173,176,112); }
div.DivClassName
{
background-color: #ADB070;
}
.BgClassName
{
background-color: #ADB070;
}
</style>
border-color css
<style>
span { border-color: #ADB070; }
span { border-color: rgb(173,176,112); }
td.TdClassName
{
border-color: #ADB070;
}
.TagClassName
{
border-color: #ADB070;
}
</style>