Shades of Locust #ACB181
Tints of Locust #ACB181
RGB
CMYK
RGB Variations
Color information
#ACB181 (or 0xACB181) is known color: Locust. HEX triplet: AC, B1 and 81. RGB value is (172,177,129). Sum of RGB (Red+Green+Blue) = 172+177+129=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB181 is #534E7E. Grayscale: #AAAAAA. Windows color (decimal): -5459583 or 8499628. OLE color: 8499628.
HSL color Cylindrical-coordinate representation of color #ACB181: hue angle of 66.25º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB181 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 129 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.31 |
| HSL | 66.25º | 0.24% | 0.6% | - |
| HSV(B) | 66.25º | 0.27% | 0.69% | - |
| XYZ | 36.7 | 41.8 | 26.9 | - |
| YUV | 170.03 | 104.84 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 129 | 0.03 | 0 | 0.27 | 0.31 | 66.25 | 0.24 | 0.6 |
| Hex | AC | B1 | 81 | 3 | 0 | 1B | 1F | 42 | 18 | 3C |
| Octal | 254 | 261 | 201 | 3 | 0 | 33 | 37 | 102 | 30 | 74 |
| Binary | 10101100 | 10110001 | 10000001 | 11 | 0 | 11011 | 11111 | 1000010 | 11000 | 111100 |
Color Harmonies of #ACB181
Complementary color
Monochromatic Colors of #ACB181
Black with #ACB181
Text Example
Text Example
White with #ACB181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB181; }
p { color: rgb(172,177,129); }
H1.HeaderClassName
{
color: #ACB181;
}
.AnyTagClassName
{
color: #ACB181;
}
</style>
background-color css
<style>
a { background-color: #ACB181; }
a { background-color: rgb(172,177,129); }
div.DivClassName
{
background-color: #ACB181;
}
.BgClassName
{
background-color: #ACB181;
}
</style>
border-color css
<style>
span { border-color: #ACB181; }
span { border-color: rgb(172,177,129); }
td.TdClassName
{
border-color: #ACB181;
}
.TagClassName
{
border-color: #ACB181;
}
</style>