Shades of Dark Khaki #ACB570
Tints of Dark Khaki #ACB570
RGB
CMYK
RGB Variations
Color information
#ACB570 (or 0xACB570) is known color: Dark Khaki. HEX triplet: AC, B5 and 70. RGB value is (172,181,112). Sum of RGB (Red+Green+Blue) = 172+181+112=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB570 is #534A8F. Grayscale: #AAAAAA. Windows color (decimal): -5458576 or 7386540. OLE color: 7386540.
HSL color Cylindrical-coordinate representation of color #ACB570: hue angle of 67.83º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB570 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 112 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.29 |
| HSL | 67.83º | 0.32% | 0.57% | - |
| HSV(B) | 67.83º | 0.38% | 0.71% | - |
| XYZ | 36.46 | 42.99 | 21.71 | - |
| YUV | 170.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 112 | 0.05 | 0 | 0.38 | 0.29 | 67.83 | 0.32 | 0.57 |
| Hex | AC | B5 | 70 | 5 | 0 | 26 | 1D | 44 | 20 | 39 |
| Octal | 254 | 265 | 160 | 5 | 0 | 46 | 35 | 104 | 40 | 71 |
| Binary | 10101100 | 10110101 | 1110000 | 101 | 0 | 100110 | 11101 | 1000100 | 100000 | 111001 |
Color Harmonies of #ACB570
Complementary color
Monochromatic Colors of #ACB570
Black with #ACB570
Text Example
Text Example
White with #ACB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB570; }
p { color: rgb(172,181,112); }
H1.HeaderClassName
{
color: #ACB570;
}
.AnyTagClassName
{
color: #ACB570;
}
</style>
background-color css
<style>
a { background-color: #ACB570; }
a { background-color: rgb(172,181,112); }
div.DivClassName
{
background-color: #ACB570;
}
.BgClassName
{
background-color: #ACB570;
}
</style>
border-color css
<style>
span { border-color: #ACB570; }
span { border-color: rgb(172,181,112); }
td.TdClassName
{
border-color: #ACB570;
}
.TagClassName
{
border-color: #ACB570;
}
</style>