Shades of Dark Khaki #ADB06F
Tints of Dark Khaki #ADB06F
RGB
CMYK
RGB Variations
Color information
#ADB06F (or 0xADB06F) is known color: Dark Khaki. HEX triplet: AD, B0 and 6F. RGB value is (173,176,111). Sum of RGB (Red+Green+Blue) = 173+176+111=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB06F is #524F90. Grayscale: #A7A7A7. Windows color (decimal): -5394321 or 7319725. OLE color: 7319725.
HSL color Cylindrical-coordinate representation of color #ADB06F: hue angle of 62.77º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADB06F is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 111 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.31 |
| HSL | 62.77º | 0.29% | 0.56% | - |
| HSV(B) | 62.77º | 0.37% | 0.69% | - |
| XYZ | 35.63 | 41.08 | 21.09 | - |
| YUV | 167.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 111 | 0.02 | 0 | 0.37 | 0.31 | 62.77 | 0.29 | 0.56 |
| Hex | AD | B0 | 6F | 2 | 0 | 25 | 1F | 3F | 1D | 38 |
| Octal | 255 | 260 | 157 | 2 | 0 | 45 | 37 | 77 | 35 | 70 |
| Binary | 10101101 | 10110000 | 1101111 | 10 | 0 | 100101 | 11111 | 111111 | 11101 | 111000 |
Color Harmonies of #ADB06F
Complementary color
Monochromatic Colors of #ADB06F
Black with #ADB06F
Text Example
Text Example
White with #ADB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB06F; }
p { color: rgb(173,176,111); }
H1.HeaderClassName
{
color: #ADB06F;
}
.AnyTagClassName
{
color: #ADB06F;
}
</style>
background-color css
<style>
a { background-color: #ADB06F; }
a { background-color: rgb(173,176,111); }
div.DivClassName
{
background-color: #ADB06F;
}
.BgClassName
{
background-color: #ADB06F;
}
</style>
border-color css
<style>
span { border-color: #ADB06F; }
span { border-color: rgb(173,176,111); }
td.TdClassName
{
border-color: #ADB06F;
}
.TagClassName
{
border-color: #ADB06F;
}
</style>