Shades of Locust #ACB180
Tints of Locust #ACB180
RGB
CMYK
RGB Variations
Color information
#ACB180 (or 0xACB180) is known color: Locust. HEX triplet: AC, B1 and 80. RGB value is (172,177,128). Sum of RGB (Red+Green+Blue) = 172+177+128=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB180 is #534E7F. Grayscale: #AAAAAA. Windows color (decimal): -5459584 or 8434092. OLE color: 8434092.
HSL color Cylindrical-coordinate representation of color #ACB180: hue angle of 66.12º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACB180 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 128 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.31 |
| HSL | 66.12º | 0.24% | 0.6% | - |
| HSV(B) | 66.12º | 0.28% | 0.69% | - |
| XYZ | 36.63 | 41.77 | 26.55 | - |
| YUV | 169.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 128 | 0.03 | 0 | 0.28 | 0.31 | 66.12 | 0.24 | 0.6 |
| Hex | AC | B1 | 80 | 3 | 0 | 1C | 1F | 42 | 18 | 3C |
| Octal | 254 | 261 | 200 | 3 | 0 | 34 | 37 | 102 | 30 | 74 |
| Binary | 10101100 | 10110001 | 10000000 | 11 | 0 | 11100 | 11111 | 1000010 | 11000 | 111100 |
Color Harmonies of #ACB180
Complementary color
Monochromatic Colors of #ACB180
Black with #ACB180
Text Example
Text Example
White with #ACB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB180; }
p { color: rgb(172,177,128); }
H1.HeaderClassName
{
color: #ACB180;
}
.AnyTagClassName
{
color: #ACB180;
}
</style>
background-color css
<style>
a { background-color: #ACB180; }
a { background-color: rgb(172,177,128); }
div.DivClassName
{
background-color: #ACB180;
}
.BgClassName
{
background-color: #ACB180;
}
</style>
border-color css
<style>
span { border-color: #ACB180; }
span { border-color: rgb(172,177,128); }
td.TdClassName
{
border-color: #ACB180;
}
.TagClassName
{
border-color: #ACB180;
}
</style>