Shades of Locust #ACAC70
Tints of Locust #ACAC70
RGB
CMYK
RGB Variations
Color information
#ACAC70 (or 0xACAC70) is known color: Locust. HEX triplet: AC, AC and 70. RGB value is (172,172,112). Sum of RGB (Red+Green+Blue) = 172+172+112=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC70 is #53538F. Grayscale: #A5A5A5. Windows color (decimal): -5460880 or 7384236. OLE color: 7384236.
HSL color Cylindrical-coordinate representation of color #ACAC70: hue angle of 60º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACAC70 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 112 | - |
| CMYK | 0 | 0 | 0.35 | 0.33 |
| HSL | 60º | 0.27% | 0.56% | - |
| HSV(B) | 60º | 0.35% | 0.67% | - |
| XYZ | 34.69 | 39.45 | 21.11 | - |
| YUV | 165.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 112 | 0 | 0 | 0.35 | 0.33 | 60 | 0.27 | 0.56 |
| Hex | AC | AC | 70 | 0 | 0 | 23 | 21 | 3C | 1B | 38 |
| Octal | 254 | 254 | 160 | 0 | 0 | 43 | 41 | 74 | 33 | 70 |
| Binary | 10101100 | 10101100 | 1110000 | 0 | 0 | 100011 | 100001 | 111100 | 11011 | 111000 |
Color Harmonies of #ACAC70
Complementary color
Monochromatic Colors of #ACAC70
Black with #ACAC70
Text Example
Text Example
White with #ACAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC70; }
p { color: rgb(172,172,112); }
H1.HeaderClassName
{
color: #ACAC70;
}
.AnyTagClassName
{
color: #ACAC70;
}
</style>
background-color css
<style>
a { background-color: #ACAC70; }
a { background-color: rgb(172,172,112); }
div.DivClassName
{
background-color: #ACAC70;
}
.BgClassName
{
background-color: #ACAC70;
}
</style>
border-color css
<style>
span { border-color: #ACAC70; }
span { border-color: rgb(172,172,112); }
td.TdClassName
{
border-color: #ACAC70;
}
.TagClassName
{
border-color: #ACAC70;
}
</style>