Shades of Locust #ACB477
Tints of Locust #ACB477
RGB
CMYK
RGB Variations
Color information
#ACB477 (or 0xACB477) is known color: Locust. HEX triplet: AC, B4 and 77. RGB value is (172,180,119). Sum of RGB (Red+Green+Blue) = 172+180+119=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB477 is #534B88. Grayscale: #AAAAAA. Windows color (decimal): -5458825 or 7845036. OLE color: 7845036.
HSL color Cylindrical-coordinate representation of color #ACB477: hue angle of 67.87º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACB477 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 119 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.29 |
| HSL | 67.87º | 0.29% | 0.59% | - |
| HSV(B) | 67.87º | 0.34% | 0.71% | - |
| XYZ | 36.66 | 42.75 | 23.77 | - |
| YUV | 170.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 119 | 0.04 | 0 | 0.34 | 0.29 | 67.87 | 0.29 | 0.59 |
| Hex | AC | B4 | 77 | 4 | 0 | 22 | 1D | 44 | 1D | 3B |
| Octal | 254 | 264 | 167 | 4 | 0 | 42 | 35 | 104 | 35 | 73 |
| Binary | 10101100 | 10110100 | 1110111 | 100 | 0 | 100010 | 11101 | 1000100 | 11101 | 111011 |
Color Harmonies of #ACB477
Complementary color
Monochromatic Colors of #ACB477
Black with #ACB477
Text Example
Text Example
White with #ACB477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB477; }
p { color: rgb(172,180,119); }
H1.HeaderClassName
{
color: #ACB477;
}
.AnyTagClassName
{
color: #ACB477;
}
</style>
background-color css
<style>
a { background-color: #ACB477; }
a { background-color: rgb(172,180,119); }
div.DivClassName
{
background-color: #ACB477;
}
.BgClassName
{
background-color: #ACB477;
}
</style>
border-color css
<style>
span { border-color: #ACB477; }
span { border-color: rgb(172,180,119); }
td.TdClassName
{
border-color: #ACB477;
}
.TagClassName
{
border-color: #ACB477;
}
</style>