Shades of Locust #ACB281
Tints of Locust #ACB281
RGB
CMYK
RGB Variations
Color information
#ACB281 (or 0xACB281) is known color: Locust. HEX triplet: AC, B2 and 81. RGB value is (172,178,129). Sum of RGB (Red+Green+Blue) = 172+178+129=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB281 is #534D7E. Grayscale: #AAAAAA. Windows color (decimal): -5459327 or 8499884. OLE color: 8499884.
HSL color Cylindrical-coordinate representation of color #ACB281: hue angle of 67.35º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACB281 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 129 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.30 |
| HSL | 67.35º | 0.24% | 0.6% | - |
| HSV(B) | 67.35º | 0.28% | 0.7% | - |
| XYZ | 36.9 | 42.2 | 26.97 | - |
| YUV | 170.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 129 | 0.03 | 0 | 0.28 | 0.30 | 67.35 | 0.24 | 0.6 |
| Hex | AC | B2 | 81 | 3 | 0 | 1C | 1E | 43 | 18 | 3C |
| Octal | 254 | 262 | 201 | 3 | 0 | 34 | 36 | 103 | 30 | 74 |
| Binary | 10101100 | 10110010 | 10000001 | 11 | 0 | 11100 | 11110 | 1000011 | 11000 | 111100 |
Color Harmonies of #ACB281
Complementary color
Monochromatic Colors of #ACB281
Black with #ACB281
Text Example
Text Example
White with #ACB281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB281; }
p { color: rgb(172,178,129); }
H1.HeaderClassName
{
color: #ACB281;
}
.AnyTagClassName
{
color: #ACB281;
}
</style>
background-color css
<style>
a { background-color: #ACB281; }
a { background-color: rgb(172,178,129); }
div.DivClassName
{
background-color: #ACB281;
}
.BgClassName
{
background-color: #ACB281;
}
</style>
border-color css
<style>
span { border-color: #ACB281; }
span { border-color: rgb(172,178,129); }
td.TdClassName
{
border-color: #ACB281;
}
.TagClassName
{
border-color: #ACB281;
}
</style>