Shades of Locust #ACB183
Tints of Locust #ACB183
RGB
CMYK
RGB Variations
Color information
#ACB183 (or 0xACB183) is known color: Locust. HEX triplet: AC, B1 and 83. RGB value is (172,177,131). Sum of RGB (Red+Green+Blue) = 172+177+131=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB183 is #534E7C. Grayscale: #AAAAAA. Windows color (decimal): -5459581 or 8630700. OLE color: 8630700.
HSL color Cylindrical-coordinate representation of color #ACB183: hue angle of 66.52º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACB183 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 131 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.31 |
| HSL | 66.52º | 0.23% | 0.6% | - |
| HSV(B) | 66.52º | 0.26% | 0.69% | - |
| XYZ | 36.83 | 41.85 | 27.61 | - |
| YUV | 170.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 131 | 0.03 | 0 | 0.26 | 0.31 | 66.52 | 0.23 | 0.6 |
| Hex | AC | B1 | 83 | 3 | 0 | 1A | 1F | 43 | 17 | 3C |
| Octal | 254 | 261 | 203 | 3 | 0 | 32 | 37 | 103 | 27 | 74 |
| Binary | 10101100 | 10110001 | 10000011 | 11 | 0 | 11010 | 11111 | 1000011 | 10111 | 111100 |
Color Harmonies of #ACB183
Complementary color
Monochromatic Colors of #ACB183
Black with #ACB183
Text Example
Text Example
White with #ACB183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB183; }
p { color: rgb(172,177,131); }
H1.HeaderClassName
{
color: #ACB183;
}
.AnyTagClassName
{
color: #ACB183;
}
</style>
background-color css
<style>
a { background-color: #ACB183; }
a { background-color: rgb(172,177,131); }
div.DivClassName
{
background-color: #ACB183;
}
.BgClassName
{
background-color: #ACB183;
}
</style>
border-color css
<style>
span { border-color: #ACB183; }
span { border-color: rgb(172,177,131); }
td.TdClassName
{
border-color: #ACB183;
}
.TagClassName
{
border-color: #ACB183;
}
</style>