Shades of Dark Khaki #ACB26F
Tints of Dark Khaki #ACB26F
RGB
CMYK
RGB Variations
Color information
#ACB26F (or 0xACB26F) is known color: Dark Khaki. HEX triplet: AC, B2 and 6F. RGB value is (172,178,111). Sum of RGB (Red+Green+Blue) = 172+178+111=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB26F is #534D90. Grayscale: #A8A8A8. Windows color (decimal): -5459345 or 7320236. OLE color: 7320236.
HSL color Cylindrical-coordinate representation of color #ACB26F: hue angle of 65.37º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACB26F is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 111 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.30 |
| HSL | 65.37º | 0.3% | 0.57% | - |
| HSV(B) | 65.37º | 0.38% | 0.7% | - |
| XYZ | 35.8 | 41.76 | 21.21 | - |
| YUV | 168.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 111 | 0.03 | 0 | 0.38 | 0.30 | 65.37 | 0.3 | 0.57 |
| Hex | AC | B2 | 6F | 3 | 0 | 26 | 1E | 41 | 1E | 39 |
| Octal | 254 | 262 | 157 | 3 | 0 | 46 | 36 | 101 | 36 | 71 |
| Binary | 10101100 | 10110010 | 1101111 | 11 | 0 | 100110 | 11110 | 1000001 | 11110 | 111001 |
Color Harmonies of #ACB26F
Complementary color
Monochromatic Colors of #ACB26F
Black with #ACB26F
Text Example
Text Example
White with #ACB26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB26F; }
p { color: rgb(172,178,111); }
H1.HeaderClassName
{
color: #ACB26F;
}
.AnyTagClassName
{
color: #ACB26F;
}
</style>
background-color css
<style>
a { background-color: #ACB26F; }
a { background-color: rgb(172,178,111); }
div.DivClassName
{
background-color: #ACB26F;
}
.BgClassName
{
background-color: #ACB26F;
}
</style>
border-color css
<style>
span { border-color: #ACB26F; }
span { border-color: rgb(172,178,111); }
td.TdClassName
{
border-color: #ACB26F;
}
.TagClassName
{
border-color: #ACB26F;
}
</style>