Shades of Locust #ACB37C
Tints of Locust #ACB37C
RGB
CMYK
RGB Variations
Color information
#ACB37C (or 0xACB37C) is known color: Locust. HEX triplet: AC, B3 and 7C. RGB value is (172,179,124). Sum of RGB (Red+Green+Blue) = 172+179+124=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB37C is #534C83. Grayscale: #AAAAAA. Windows color (decimal): -5459076 or 8172460. OLE color: 8172460.
HSL color Cylindrical-coordinate representation of color #ACB37C: hue angle of 67.64º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB37C is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 124 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.30 |
| HSL | 67.64º | 0.27% | 0.59% | - |
| HSV(B) | 67.64º | 0.31% | 0.7% | - |
| XYZ | 36.77 | 42.47 | 25.33 | - |
| YUV | 170.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 124 | 0.04 | 0 | 0.31 | 0.30 | 67.64 | 0.27 | 0.59 |
| Hex | AC | B3 | 7C | 4 | 0 | 1F | 1E | 44 | 1B | 3B |
| Octal | 254 | 263 | 174 | 4 | 0 | 37 | 36 | 104 | 33 | 73 |
| Binary | 10101100 | 10110011 | 1111100 | 100 | 0 | 11111 | 11110 | 1000100 | 11011 | 111011 |
Color Harmonies of #ACB37C
Complementary color
Monochromatic Colors of #ACB37C
Black with #ACB37C
Text Example
Text Example
White with #ACB37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB37C; }
p { color: rgb(172,179,124); }
H1.HeaderClassName
{
color: #ACB37C;
}
.AnyTagClassName
{
color: #ACB37C;
}
</style>
background-color css
<style>
a { background-color: #ACB37C; }
a { background-color: rgb(172,179,124); }
div.DivClassName
{
background-color: #ACB37C;
}
.BgClassName
{
background-color: #ACB37C;
}
</style>
border-color css
<style>
span { border-color: #ACB37C; }
span { border-color: rgb(172,179,124); }
td.TdClassName
{
border-color: #ACB37C;
}
.TagClassName
{
border-color: #ACB37C;
}
</style>