Shades of Locust #ACB47A
Tints of Locust #ACB47A
RGB
CMYK
RGB Variations
Color information
#ACB47A (or 0xACB47A) is known color: Locust. HEX triplet: AC, B4 and 7A. RGB value is (172,180,122). Sum of RGB (Red+Green+Blue) = 172+180+122=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB47A is #534B85. Grayscale: #ABABAB. Windows color (decimal): -5458822 or 8041644. OLE color: 8041644.
HSL color Cylindrical-coordinate representation of color #ACB47A: hue angle of 68.28º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB47A is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 122 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.29 |
| HSL | 68.28º | 0.28% | 0.59% | - |
| HSV(B) | 68.28º | 0.32% | 0.71% | - |
| XYZ | 36.85 | 42.82 | 24.74 | - |
| YUV | 171 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 122 | 0.04 | 0 | 0.32 | 0.29 | 68.28 | 0.28 | 0.59 |
| Hex | AC | B4 | 7A | 4 | 0 | 20 | 1D | 44 | 1C | 3B |
| Octal | 254 | 264 | 172 | 4 | 0 | 40 | 35 | 104 | 34 | 73 |
| Binary | 10101100 | 10110100 | 1111010 | 100 | 0 | 100000 | 11101 | 1000100 | 11100 | 111011 |
Color Harmonies of #ACB47A
Complementary color
Monochromatic Colors of #ACB47A
Black with #ACB47A
Text Example
Text Example
White with #ACB47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB47A; }
p { color: rgb(172,180,122); }
H1.HeaderClassName
{
color: #ACB47A;
}
.AnyTagClassName
{
color: #ACB47A;
}
</style>
background-color css
<style>
a { background-color: #ACB47A; }
a { background-color: rgb(172,180,122); }
div.DivClassName
{
background-color: #ACB47A;
}
.BgClassName
{
background-color: #ACB47A;
}
</style>
border-color css
<style>
span { border-color: #ACB47A; }
span { border-color: rgb(172,180,122); }
td.TdClassName
{
border-color: #ACB47A;
}
.TagClassName
{
border-color: #ACB47A;
}
</style>