Shades of Locust #ACB476
Tints of Locust #ACB476
RGB
CMYK
RGB Variations
Color information
#ACB476 (or 0xACB476) is known color: Locust. HEX triplet: AC, B4 and 76. RGB value is (172,180,118). Sum of RGB (Red+Green+Blue) = 172+180+118=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB476 is #534B89. Grayscale: #AAAAAA. Windows color (decimal): -5458826 or 7779500. OLE color: 7779500.
HSL color Cylindrical-coordinate representation of color #ACB476: hue angle of 67.74º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACB476 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 118 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.29 |
| HSL | 67.74º | 0.29% | 0.58% | - |
| HSV(B) | 67.74º | 0.34% | 0.71% | - |
| XYZ | 36.6 | 42.72 | 23.46 | - |
| YUV | 170.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 118 | 0.04 | 0 | 0.34 | 0.29 | 67.74 | 0.29 | 0.58 |
| Hex | AC | B4 | 76 | 4 | 0 | 22 | 1D | 44 | 1D | 3A |
| Octal | 254 | 264 | 166 | 4 | 0 | 42 | 35 | 104 | 35 | 72 |
| Binary | 10101100 | 10110100 | 1110110 | 100 | 0 | 100010 | 11101 | 1000100 | 11101 | 111010 |
Color Harmonies of #ACB476
Complementary color
Monochromatic Colors of #ACB476
Black with #ACB476
Text Example
Text Example
White with #ACB476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB476; }
p { color: rgb(172,180,118); }
H1.HeaderClassName
{
color: #ACB476;
}
.AnyTagClassName
{
color: #ACB476;
}
</style>
background-color css
<style>
a { background-color: #ACB476; }
a { background-color: rgb(172,180,118); }
div.DivClassName
{
background-color: #ACB476;
}
.BgClassName
{
background-color: #ACB476;
}
</style>
border-color css
<style>
span { border-color: #ACB476; }
span { border-color: rgb(172,180,118); }
td.TdClassName
{
border-color: #ACB476;
}
.TagClassName
{
border-color: #ACB476;
}
</style>