Shades of Locust #ACAC71
Tints of Locust #ACAC71
RGB
CMYK
RGB Variations
Color information
#ACAC71 (or 0xACAC71) is known color: Locust. HEX triplet: AC, AC and 71. RGB value is (172,172,113). Sum of RGB (Red+Green+Blue) = 172+172+113=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC71 is #53538E. Grayscale: #A5A5A5. Windows color (decimal): -5460879 or 7449772. OLE color: 7449772.
HSL color Cylindrical-coordinate representation of color #ACAC71: hue angle of 60º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACAC71 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 113 | - |
| CMYK | 0 | 0 | 0.34 | 0.33 |
| HSL | 60º | 0.26% | 0.56% | - |
| HSV(B) | 60º | 0.34% | 0.67% | - |
| XYZ | 34.75 | 39.47 | 21.41 | - |
| YUV | 165.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 113 | 0 | 0 | 0.34 | 0.33 | 60 | 0.26 | 0.56 |
| Hex | AC | AC | 71 | 0 | 0 | 22 | 21 | 3C | 1A | 38 |
| Octal | 254 | 254 | 161 | 0 | 0 | 42 | 41 | 74 | 32 | 70 |
| Binary | 10101100 | 10101100 | 1110001 | 0 | 0 | 100010 | 100001 | 111100 | 11010 | 111000 |
Color Harmonies of #ACAC71
Complementary color
Monochromatic Colors of #ACAC71
Black with #ACAC71
Text Example
Text Example
White with #ACAC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC71; }
p { color: rgb(172,172,113); }
H1.HeaderClassName
{
color: #ACAC71;
}
.AnyTagClassName
{
color: #ACAC71;
}
</style>
background-color css
<style>
a { background-color: #ACAC71; }
a { background-color: rgb(172,172,113); }
div.DivClassName
{
background-color: #ACAC71;
}
.BgClassName
{
background-color: #ACAC71;
}
</style>
border-color css
<style>
span { border-color: #ACAC71; }
span { border-color: rgb(172,172,113); }
td.TdClassName
{
border-color: #ACAC71;
}
.TagClassName
{
border-color: #ACAC71;
}
</style>