Shades of Locust #ACB17D
Tints of Locust #ACB17D
RGB
CMYK
RGB Variations
Color information
#ACB17D (or 0xACB17D) is known color: Locust. HEX triplet: AC, B1 and 7D. RGB value is (172,177,125). Sum of RGB (Red+Green+Blue) = 172+177+125=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB17D is #534E82. Grayscale: #A9A9A9. Windows color (decimal): -5459587 or 8237484. OLE color: 8237484.
HSL color Cylindrical-coordinate representation of color #ACB17D: hue angle of 65.77º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB17D is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 125 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.31 |
| HSL | 65.77º | 0.25% | 0.59% | - |
| HSV(B) | 65.77º | 0.29% | 0.69% | - |
| XYZ | 36.44 | 41.7 | 25.53 | - |
| YUV | 169.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 125 | 0.03 | 0 | 0.29 | 0.31 | 65.77 | 0.25 | 0.59 |
| Hex | AC | B1 | 7D | 3 | 0 | 1D | 1F | 42 | 19 | 3B |
| Octal | 254 | 261 | 175 | 3 | 0 | 35 | 37 | 102 | 31 | 73 |
| Binary | 10101100 | 10110001 | 1111101 | 11 | 0 | 11101 | 11111 | 1000010 | 11001 | 111011 |
Color Harmonies of #ACB17D
Complementary color
Monochromatic Colors of #ACB17D
Black with #ACB17D
Text Example
Text Example
White with #ACB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB17D; }
p { color: rgb(172,177,125); }
H1.HeaderClassName
{
color: #ACB17D;
}
.AnyTagClassName
{
color: #ACB17D;
}
</style>
background-color css
<style>
a { background-color: #ACB17D; }
a { background-color: rgb(172,177,125); }
div.DivClassName
{
background-color: #ACB17D;
}
.BgClassName
{
background-color: #ACB17D;
}
</style>
border-color css
<style>
span { border-color: #ACB17D; }
span { border-color: rgb(172,177,125); }
td.TdClassName
{
border-color: #ACB17D;
}
.TagClassName
{
border-color: #ACB17D;
}
</style>