Shades of Locust #ACB272
Tints of Locust #ACB272
RGB
CMYK
RGB Variations
Color information
#ACB272 (or 0xACB272) is known color: Locust. HEX triplet: AC, B2 and 72. RGB value is (172,178,114). Sum of RGB (Red+Green+Blue) = 172+178+114=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB272 is #534D8D. Grayscale: #A9A9A9. Windows color (decimal): -5459342 or 7516844. OLE color: 7516844.
HSL color Cylindrical-coordinate representation of color #ACB272: hue angle of 65.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACB272 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 114 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.30 |
| HSL | 65.63º | 0.29% | 0.57% | - |
| HSV(B) | 65.63º | 0.36% | 0.7% | - |
| XYZ | 35.97 | 41.83 | 22.1 | - |
| YUV | 168.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 114 | 0.03 | 0 | 0.36 | 0.30 | 65.63 | 0.29 | 0.57 |
| Hex | AC | B2 | 72 | 3 | 0 | 24 | 1E | 42 | 1D | 39 |
| Octal | 254 | 262 | 162 | 3 | 0 | 44 | 36 | 102 | 35 | 71 |
| Binary | 10101100 | 10110010 | 1110010 | 11 | 0 | 100100 | 11110 | 1000010 | 11101 | 111001 |
Color Harmonies of #ACB272
Complementary color
Monochromatic Colors of #ACB272
Black with #ACB272
Text Example
Text Example
White with #ACB272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB272; }
p { color: rgb(172,178,114); }
H1.HeaderClassName
{
color: #ACB272;
}
.AnyTagClassName
{
color: #ACB272;
}
</style>
background-color css
<style>
a { background-color: #ACB272; }
a { background-color: rgb(172,178,114); }
div.DivClassName
{
background-color: #ACB272;
}
.BgClassName
{
background-color: #ACB272;
}
</style>
border-color css
<style>
span { border-color: #ACB272; }
span { border-color: rgb(172,178,114); }
td.TdClassName
{
border-color: #ACB272;
}
.TagClassName
{
border-color: #ACB272;
}
</style>