Shades of Locust #ACB070
Tints of Locust #ACB070
RGB
CMYK
RGB Variations
Color information
#ACB070 (or 0xACB070) is known color: Locust. HEX triplet: AC, B0 and 70. RGB value is (172,176,112). Sum of RGB (Red+Green+Blue) = 172+176+112=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB070 is #534F8F. Grayscale: #A7A7A7. Windows color (decimal): -5459856 or 7385260. OLE color: 7385260.
HSL color Cylindrical-coordinate representation of color #ACB070: hue angle of 63.75º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACB070 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 112 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.31 |
| HSL | 63.75º | 0.29% | 0.56% | - |
| HSV(B) | 63.75º | 0.36% | 0.69% | - |
| XYZ | 35.46 | 40.99 | 21.37 | - |
| YUV | 167.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 112 | 0.02 | 0 | 0.36 | 0.31 | 63.75 | 0.29 | 0.56 |
| Hex | AC | B0 | 70 | 2 | 0 | 24 | 1F | 40 | 1D | 38 |
| Octal | 254 | 260 | 160 | 2 | 0 | 44 | 37 | 100 | 35 | 70 |
| Binary | 10101100 | 10110000 | 1110000 | 10 | 0 | 100100 | 11111 | 1000000 | 11101 | 111000 |
Color Harmonies of #ACB070
Complementary color
Monochromatic Colors of #ACB070
Black with #ACB070
Text Example
Text Example
White with #ACB070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB070; }
p { color: rgb(172,176,112); }
H1.HeaderClassName
{
color: #ACB070;
}
.AnyTagClassName
{
color: #ACB070;
}
</style>
background-color css
<style>
a { background-color: #ACB070; }
a { background-color: rgb(172,176,112); }
div.DivClassName
{
background-color: #ACB070;
}
.BgClassName
{
background-color: #ACB070;
}
</style>
border-color css
<style>
span { border-color: #ACB070; }
span { border-color: rgb(172,176,112); }
td.TdClassName
{
border-color: #ACB070;
}
.TagClassName
{
border-color: #ACB070;
}
</style>