Shades of Locust #ACB27D
Tints of Locust #ACB27D
RGB
CMYK
RGB Variations
Color information
#ACB27D (or 0xACB27D) is known color: Locust. HEX triplet: AC, B2 and 7D. RGB value is (172,178,125). Sum of RGB (Red+Green+Blue) = 172+178+125=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB27D is #534D82. Grayscale: #AAAAAA. Windows color (decimal): -5459331 or 8237740. OLE color: 8237740.
HSL color Cylindrical-coordinate representation of color #ACB27D: hue angle of 66.79º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB27D is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 125 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.30 |
| HSL | 66.79º | 0.26% | 0.59% | - |
| HSV(B) | 66.79º | 0.3% | 0.7% | - |
| XYZ | 36.64 | 42.09 | 25.6 | - |
| YUV | 170.16 | 102.51 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 125 | 0.03 | 0 | 0.30 | 0.30 | 66.79 | 0.26 | 0.59 |
| Hex | AC | B2 | 7D | 3 | 0 | 1E | 1E | 43 | 1A | 3B |
| Octal | 254 | 262 | 175 | 3 | 0 | 36 | 36 | 103 | 32 | 73 |
| Binary | 10101100 | 10110010 | 1111101 | 11 | 0 | 11110 | 11110 | 1000011 | 11010 | 111011 |
Color Harmonies of #ACB27D
Complementary color
Monochromatic Colors of #ACB27D
Black with #ACB27D
Text Example
Text Example
White with #ACB27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB27D; }
p { color: rgb(172,178,125); }
H1.HeaderClassName
{
color: #ACB27D;
}
.AnyTagClassName
{
color: #ACB27D;
}
</style>
background-color css
<style>
a { background-color: #ACB27D; }
a { background-color: rgb(172,178,125); }
div.DivClassName
{
background-color: #ACB27D;
}
.BgClassName
{
background-color: #ACB27D;
}
</style>
border-color css
<style>
span { border-color: #ACB27D; }
span { border-color: rgb(172,178,125); }
td.TdClassName
{
border-color: #ACB27D;
}
.TagClassName
{
border-color: #ACB27D;
}
</style>