Shades of Locust #ACB271
Tints of Locust #ACB271
RGB
CMYK
RGB Variations
Color information
#ACB271 (or 0xACB271) is known color: Locust. HEX triplet: AC, B2 and 71. RGB value is (172,178,113). Sum of RGB (Red+Green+Blue) = 172+178+113=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB271 is #534D8E. Grayscale: #A9A9A9. Windows color (decimal): -5459343 or 7451308. OLE color: 7451308.
HSL color Cylindrical-coordinate representation of color #ACB271: hue angle of 65.54º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACB271 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 113 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.30 |
| HSL | 65.54º | 0.3% | 0.57% | - |
| HSV(B) | 65.54º | 0.37% | 0.7% | - |
| XYZ | 35.91 | 41.8 | 21.8 | - |
| YUV | 168.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 113 | 0.03 | 0 | 0.37 | 0.30 | 65.54 | 0.3 | 0.57 |
| Hex | AC | B2 | 71 | 3 | 0 | 25 | 1E | 42 | 1E | 39 |
| Octal | 254 | 262 | 161 | 3 | 0 | 45 | 36 | 102 | 36 | 71 |
| Binary | 10101100 | 10110010 | 1110001 | 11 | 0 | 100101 | 11110 | 1000010 | 11110 | 111001 |
Color Harmonies of #ACB271
Complementary color
Monochromatic Colors of #ACB271
Black with #ACB271
Text Example
Text Example
White with #ACB271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB271; }
p { color: rgb(172,178,113); }
H1.HeaderClassName
{
color: #ACB271;
}
.AnyTagClassName
{
color: #ACB271;
}
</style>
background-color css
<style>
a { background-color: #ACB271; }
a { background-color: rgb(172,178,113); }
div.DivClassName
{
background-color: #ACB271;
}
.BgClassName
{
background-color: #ACB271;
}
</style>
border-color css
<style>
span { border-color: #ACB271; }
span { border-color: rgb(172,178,113); }
td.TdClassName
{
border-color: #ACB271;
}
.TagClassName
{
border-color: #ACB271;
}
</style>