Shades of Locust #ACB076
Tints of Locust #ACB076
RGB
CMYK
RGB Variations
Color information
#ACB076 (or 0xACB076) is known color: Locust. HEX triplet: AC, B0 and 76. RGB value is (172,176,118). Sum of RGB (Red+Green+Blue) = 172+176+118=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB076 is #534F89. Grayscale: #A8A8A8. Windows color (decimal): -5459850 or 7778476. OLE color: 7778476.
HSL color Cylindrical-coordinate representation of color #ACB076: hue angle of 64.14º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACB076 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 118 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.31 |
| HSL | 64.14º | 0.27% | 0.58% | - |
| HSV(B) | 64.14º | 0.33% | 0.69% | - |
| XYZ | 35.81 | 41.13 | 23.19 | - |
| YUV | 168.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 118 | 0.02 | 0 | 0.33 | 0.31 | 64.14 | 0.27 | 0.58 |
| Hex | AC | B0 | 76 | 2 | 0 | 21 | 1F | 40 | 1B | 3A |
| Octal | 254 | 260 | 166 | 2 | 0 | 41 | 37 | 100 | 33 | 72 |
| Binary | 10101100 | 10110000 | 1110110 | 10 | 0 | 100001 | 11111 | 1000000 | 11011 | 111010 |
Color Harmonies of #ACB076
Complementary color
Monochromatic Colors of #ACB076
Black with #ACB076
Text Example
Text Example
White with #ACB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB076; }
p { color: rgb(172,176,118); }
H1.HeaderClassName
{
color: #ACB076;
}
.AnyTagClassName
{
color: #ACB076;
}
</style>
background-color css
<style>
a { background-color: #ACB076; }
a { background-color: rgb(172,176,118); }
div.DivClassName
{
background-color: #ACB076;
}
.BgClassName
{
background-color: #ACB076;
}
</style>
border-color css
<style>
span { border-color: #ACB076; }
span { border-color: rgb(172,176,118); }
td.TdClassName
{
border-color: #ACB076;
}
.TagClassName
{
border-color: #ACB076;
}
</style>