Shades of Dark Khaki #ADB170
Tints of Dark Khaki #ADB170
RGB
CMYK
RGB Variations
Color information
#ADB170 (or 0xADB170) is known color: Dark Khaki. HEX triplet: AD, B1 and 70. RGB value is (173,177,112). Sum of RGB (Red+Green+Blue) = 173+177+112=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB170 is #524E8F. Grayscale: #A8A8A8. Windows color (decimal): -5394064 or 7385517. OLE color: 7385517.
HSL color Cylindrical-coordinate representation of color #ADB170: hue angle of 63.69º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADB170 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 112 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.31 |
| HSL | 63.69º | 0.29% | 0.57% | - |
| HSV(B) | 63.69º | 0.37% | 0.69% | - |
| XYZ | 35.88 | 41.5 | 21.45 | - |
| YUV | 168.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 112 | 0.02 | 0 | 0.37 | 0.31 | 63.69 | 0.29 | 0.57 |
| Hex | AD | B1 | 70 | 2 | 0 | 25 | 1F | 40 | 1D | 39 |
| Octal | 255 | 261 | 160 | 2 | 0 | 45 | 37 | 100 | 35 | 71 |
| Binary | 10101101 | 10110001 | 1110000 | 10 | 0 | 100101 | 11111 | 1000000 | 11101 | 111001 |
Color Harmonies of #ADB170
Complementary color
Monochromatic Colors of #ADB170
Black with #ADB170
Text Example
Text Example
White with #ADB170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB170; }
p { color: rgb(173,177,112); }
H1.HeaderClassName
{
color: #ADB170;
}
.AnyTagClassName
{
color: #ADB170;
}
</style>
background-color css
<style>
a { background-color: #ADB170; }
a { background-color: rgb(173,177,112); }
div.DivClassName
{
background-color: #ADB170;
}
.BgClassName
{
background-color: #ADB170;
}
</style>
border-color css
<style>
span { border-color: #ADB170; }
span { border-color: rgb(173,177,112); }
td.TdClassName
{
border-color: #ADB170;
}
.TagClassName
{
border-color: #ADB170;
}
</style>