Shades of Locust #ACAC7A
Tints of Locust #ACAC7A
RGB
CMYK
RGB Variations
Color information
#ACAC7A (or 0xACAC7A) is known color: Locust. HEX triplet: AC, AC and 7A. RGB value is (172,172,122). Sum of RGB (Red+Green+Blue) = 172+172+122=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC7A is #535385. Grayscale: #A6A6A6. Windows color (decimal): -5460870 or 8039596. OLE color: 8039596.
HSL color Cylindrical-coordinate representation of color #ACAC7A: hue angle of 60º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACAC7A is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 122 | - |
| CMYK | 0 | 0 | 0.29 | 0.33 |
| HSL | 60º | 0.23% | 0.58% | - |
| HSV(B) | 60º | 0.29% | 0.67% | - |
| XYZ | 35.28 | 39.68 | 24.21 | - |
| YUV | 166.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 122 | 0 | 0 | 0.29 | 0.33 | 60 | 0.23 | 0.58 |
| Hex | AC | AC | 7A | 0 | 0 | 1D | 21 | 3C | 17 | 3A |
| Octal | 254 | 254 | 172 | 0 | 0 | 35 | 41 | 74 | 27 | 72 |
| Binary | 10101100 | 10101100 | 1111010 | 0 | 0 | 11101 | 100001 | 111100 | 10111 | 111010 |
Color Harmonies of #ACAC7A
Complementary color
Monochromatic Colors of #ACAC7A
Black with #ACAC7A
Text Example
Text Example
White with #ACAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC7A; }
p { color: rgb(172,172,122); }
H1.HeaderClassName
{
color: #ACAC7A;
}
.AnyTagClassName
{
color: #ACAC7A;
}
</style>
background-color css
<style>
a { background-color: #ACAC7A; }
a { background-color: rgb(172,172,122); }
div.DivClassName
{
background-color: #ACAC7A;
}
.BgClassName
{
background-color: #ACAC7A;
}
</style>
border-color css
<style>
span { border-color: #ACAC7A; }
span { border-color: rgb(172,172,122); }
td.TdClassName
{
border-color: #ACAC7A;
}
.TagClassName
{
border-color: #ACAC7A;
}
</style>