Shades of Locust #ACB174
Tints of Locust #ACB174
RGB
CMYK
RGB Variations
Color information
#ACB174 (or 0xACB174) is known color: Locust. HEX triplet: AC, B1 and 74. RGB value is (172,177,116). Sum of RGB (Red+Green+Blue) = 172+177+116=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB174 is #534E8B. Grayscale: #A8A8A8. Windows color (decimal): -5459596 or 7647660. OLE color: 7647660.
HSL color Cylindrical-coordinate representation of color #ACB174: hue angle of 64.92º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACB174 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 116 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.31 |
| HSL | 64.92º | 0.28% | 0.57% | - |
| HSV(B) | 64.92º | 0.34% | 0.69% | - |
| XYZ | 35.89 | 41.48 | 22.64 | - |
| YUV | 168.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 116 | 0.03 | 0 | 0.34 | 0.31 | 64.92 | 0.28 | 0.57 |
| Hex | AC | B1 | 74 | 3 | 0 | 22 | 1F | 41 | 1C | 39 |
| Octal | 254 | 261 | 164 | 3 | 0 | 42 | 37 | 101 | 34 | 71 |
| Binary | 10101100 | 10110001 | 1110100 | 11 | 0 | 100010 | 11111 | 1000001 | 11100 | 111001 |
Color Harmonies of #ACB174
Complementary color
Monochromatic Colors of #ACB174
Black with #ACB174
Text Example
Text Example
White with #ACB174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB174; }
p { color: rgb(172,177,116); }
H1.HeaderClassName
{
color: #ACB174;
}
.AnyTagClassName
{
color: #ACB174;
}
</style>
background-color css
<style>
a { background-color: #ACB174; }
a { background-color: rgb(172,177,116); }
div.DivClassName
{
background-color: #ACB174;
}
.BgClassName
{
background-color: #ACB174;
}
</style>
border-color css
<style>
span { border-color: #ACB174; }
span { border-color: rgb(172,177,116); }
td.TdClassName
{
border-color: #ACB174;
}
.TagClassName
{
border-color: #ACB174;
}
</style>