Shades of Locust #ACB07B
Tints of Locust #ACB07B
RGB
CMYK
RGB Variations
Color information
#ACB07B (or 0xACB07B) is known color: Locust. HEX triplet: AC, B0 and 7B. RGB value is (172,176,123). Sum of RGB (Red+Green+Blue) = 172+176+123=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB07B is #534F84. Grayscale: #A8A8A8. Windows color (decimal): -5459845 or 8106156. OLE color: 8106156.
HSL color Cylindrical-coordinate representation of color #ACB07B: hue angle of 64.53º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB07B is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 123 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.31 |
| HSL | 64.53º | 0.25% | 0.59% | - |
| HSV(B) | 64.53º | 0.3% | 0.69% | - |
| XYZ | 36.11 | 41.25 | 24.8 | - |
| YUV | 168.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 123 | 0.02 | 0 | 0.30 | 0.31 | 64.53 | 0.25 | 0.59 |
| Hex | AC | B0 | 7B | 2 | 0 | 1E | 1F | 41 | 19 | 3B |
| Octal | 254 | 260 | 173 | 2 | 0 | 36 | 37 | 101 | 31 | 73 |
| Binary | 10101100 | 10110000 | 1111011 | 10 | 0 | 11110 | 11111 | 1000001 | 11001 | 111011 |
Color Harmonies of #ACB07B
Complementary color
Monochromatic Colors of #ACB07B
Black with #ACB07B
Text Example
Text Example
White with #ACB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB07B; }
p { color: rgb(172,176,123); }
H1.HeaderClassName
{
color: #ACB07B;
}
.AnyTagClassName
{
color: #ACB07B;
}
</style>
background-color css
<style>
a { background-color: #ACB07B; }
a { background-color: rgb(172,176,123); }
div.DivClassName
{
background-color: #ACB07B;
}
.BgClassName
{
background-color: #ACB07B;
}
</style>
border-color css
<style>
span { border-color: #ACB07B; }
span { border-color: rgb(172,176,123); }
td.TdClassName
{
border-color: #ACB07B;
}
.TagClassName
{
border-color: #ACB07B;
}
</style>