Shades of Locust #ACB17A
Tints of Locust #ACB17A
RGB
CMYK
RGB Variations
Color information
#ACB17A (or 0xACB17A) is known color: Locust. HEX triplet: AC, B1 and 7A. RGB value is (172,177,122). Sum of RGB (Red+Green+Blue) = 172+177+122=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB17A is #534E85. Grayscale: #A9A9A9. Windows color (decimal): -5459590 or 8040876. OLE color: 8040876.
HSL color Cylindrical-coordinate representation of color #ACB17A: hue angle of 65.45º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB17A is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 122 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.31 |
| HSL | 65.45º | 0.26% | 0.59% | - |
| HSV(B) | 65.45º | 0.31% | 0.69% | - |
| XYZ | 36.25 | 41.62 | 24.54 | - |
| YUV | 169.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 122 | 0.03 | 0 | 0.31 | 0.31 | 65.45 | 0.26 | 0.59 |
| Hex | AC | B1 | 7A | 3 | 0 | 1F | 1F | 41 | 1A | 3B |
| Octal | 254 | 261 | 172 | 3 | 0 | 37 | 37 | 101 | 32 | 73 |
| Binary | 10101100 | 10110001 | 1111010 | 11 | 0 | 11111 | 11111 | 1000001 | 11010 | 111011 |
Color Harmonies of #ACB17A
Complementary color
Monochromatic Colors of #ACB17A
Black with #ACB17A
Text Example
Text Example
White with #ACB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB17A; }
p { color: rgb(172,177,122); }
H1.HeaderClassName
{
color: #ACB17A;
}
.AnyTagClassName
{
color: #ACB17A;
}
</style>
background-color css
<style>
a { background-color: #ACB17A; }
a { background-color: rgb(172,177,122); }
div.DivClassName
{
background-color: #ACB17A;
}
.BgClassName
{
background-color: #ACB17A;
}
</style>
border-color css
<style>
span { border-color: #ACB17A; }
span { border-color: rgb(172,177,122); }
td.TdClassName
{
border-color: #ACB17A;
}
.TagClassName
{
border-color: #ACB17A;
}
</style>