Shades of Locust #ACB07A
Tints of Locust #ACB07A
RGB
CMYK
RGB Variations
Color information
#ACB07A (or 0xACB07A) is known color: Locust. HEX triplet: AC, B0 and 7A. RGB value is (172,176,122). Sum of RGB (Red+Green+Blue) = 172+176+122=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB07A is #534F85. Grayscale: #A8A8A8. Windows color (decimal): -5459846 or 8040620. OLE color: 8040620.
HSL color Cylindrical-coordinate representation of color #ACB07A: hue angle of 64.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB07A is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 122 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.31 |
| HSL | 64.44º | 0.25% | 0.58% | - |
| HSV(B) | 64.44º | 0.31% | 0.69% | - |
| XYZ | 36.05 | 41.23 | 24.47 | - |
| YUV | 168.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 122 | 0.02 | 0 | 0.31 | 0.31 | 64.44 | 0.25 | 0.58 |
| Hex | AC | B0 | 7A | 2 | 0 | 1F | 1F | 40 | 19 | 3A |
| Octal | 254 | 260 | 172 | 2 | 0 | 37 | 37 | 100 | 31 | 72 |
| Binary | 10101100 | 10110000 | 1111010 | 10 | 0 | 11111 | 11111 | 1000000 | 11001 | 111010 |
Color Harmonies of #ACB07A
Complementary color
Monochromatic Colors of #ACB07A
Black with #ACB07A
Text Example
Text Example
White with #ACB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB07A; }
p { color: rgb(172,176,122); }
H1.HeaderClassName
{
color: #ACB07A;
}
.AnyTagClassName
{
color: #ACB07A;
}
</style>
background-color css
<style>
a { background-color: #ACB07A; }
a { background-color: rgb(172,176,122); }
div.DivClassName
{
background-color: #ACB07A;
}
.BgClassName
{
background-color: #ACB07A;
}
</style>
border-color css
<style>
span { border-color: #ACB07A; }
span { border-color: rgb(172,176,122); }
td.TdClassName
{
border-color: #ACB07A;
}
.TagClassName
{
border-color: #ACB07A;
}
</style>