Shades of Locust #ACB382
Tints of Locust #ACB382
RGB
CMYK
RGB Variations
Color information
#ACB382 (or 0xACB382) is known color: Locust. HEX triplet: AC, B3 and 82. RGB value is (172,179,130). Sum of RGB (Red+Green+Blue) = 172+179+130=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB382 is #534C7D. Grayscale: #ABABAB. Windows color (decimal): -5459070 or 8565676. OLE color: 8565676.
HSL color Cylindrical-coordinate representation of color #ACB382: hue angle of 68.57º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB382 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 130 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.30 |
| HSL | 68.57º | 0.24% | 0.61% | - |
| HSV(B) | 68.57º | 0.27% | 0.7% | - |
| XYZ | 37.16 | 42.62 | 27.39 | - |
| YUV | 171.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 130 | 0.04 | 0 | 0.27 | 0.30 | 68.57 | 0.24 | 0.61 |
| Hex | AC | B3 | 82 | 4 | 0 | 1B | 1E | 45 | 18 | 3D |
| Octal | 254 | 263 | 202 | 4 | 0 | 33 | 36 | 105 | 30 | 75 |
| Binary | 10101100 | 10110011 | 10000010 | 100 | 0 | 11011 | 11110 | 1000101 | 11000 | 111101 |
Color Harmonies of #ACB382
Complementary color
Monochromatic Colors of #ACB382
Black with #ACB382
Text Example
Text Example
White with #ACB382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB382; }
p { color: rgb(172,179,130); }
H1.HeaderClassName
{
color: #ACB382;
}
.AnyTagClassName
{
color: #ACB382;
}
</style>
background-color css
<style>
a { background-color: #ACB382; }
a { background-color: rgb(172,179,130); }
div.DivClassName
{
background-color: #ACB382;
}
.BgClassName
{
background-color: #ACB382;
}
</style>
border-color css
<style>
span { border-color: #ACB382; }
span { border-color: rgb(172,179,130); }
td.TdClassName
{
border-color: #ACB382;
}
.TagClassName
{
border-color: #ACB382;
}
</style>