Shades of Locust #ACB572
Tints of Locust #ACB572
RGB
CMYK
RGB Variations
Color information
#ACB572 (or 0xACB572) is known color: Locust. HEX triplet: AC, B5 and 72. RGB value is (172,181,114). Sum of RGB (Red+Green+Blue) = 172+181+114=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB572 is #534A8D. Grayscale: #AAAAAA. Windows color (decimal): -5458574 or 7517612. OLE color: 7517612.
HSL color Cylindrical-coordinate representation of color #ACB572: hue angle of 68.06º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACB572 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 114 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.29 |
| HSL | 68.06º | 0.31% | 0.58% | - |
| HSV(B) | 68.06º | 0.37% | 0.71% | - |
| XYZ | 36.57 | 43.03 | 22.3 | - |
| YUV | 170.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 114 | 0.05 | 0 | 0.37 | 0.29 | 68.06 | 0.31 | 0.58 |
| Hex | AC | B5 | 72 | 5 | 0 | 25 | 1D | 44 | 1F | 3A |
| Octal | 254 | 265 | 162 | 5 | 0 | 45 | 35 | 104 | 37 | 72 |
| Binary | 10101100 | 10110101 | 1110010 | 101 | 0 | 100101 | 11101 | 1000100 | 11111 | 111010 |
Color Harmonies of #ACB572
Complementary color
Monochromatic Colors of #ACB572
Black with #ACB572
Text Example
Text Example
White with #ACB572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB572; }
p { color: rgb(172,181,114); }
H1.HeaderClassName
{
color: #ACB572;
}
.AnyTagClassName
{
color: #ACB572;
}
</style>
background-color css
<style>
a { background-color: #ACB572; }
a { background-color: rgb(172,181,114); }
div.DivClassName
{
background-color: #ACB572;
}
.BgClassName
{
background-color: #ACB572;
}
</style>
border-color css
<style>
span { border-color: #ACB572; }
span { border-color: rgb(172,181,114); }
td.TdClassName
{
border-color: #ACB572;
}
.TagClassName
{
border-color: #ACB572;
}
</style>