Shades of Locust #ACB27B
Tints of Locust #ACB27B
RGB
CMYK
RGB Variations
Color information
#ACB27B (or 0xACB27B) is known color: Locust. HEX triplet: AC, B2 and 7B. RGB value is (172,178,123). Sum of RGB (Red+Green+Blue) = 172+178+123=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB27B is #534D84. Grayscale: #AAAAAA. Windows color (decimal): -5459333 or 8106668. OLE color: 8106668.
HSL color Cylindrical-coordinate representation of color #ACB27B: hue angle of 66.55º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB27B is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 123 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.30 |
| HSL | 66.55º | 0.26% | 0.59% | - |
| HSV(B) | 66.55º | 0.31% | 0.7% | - |
| XYZ | 36.51 | 42.04 | 24.93 | - |
| YUV | 169.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 123 | 0.03 | 0 | 0.31 | 0.30 | 66.55 | 0.26 | 0.59 |
| Hex | AC | B2 | 7B | 3 | 0 | 1F | 1E | 43 | 1A | 3B |
| Octal | 254 | 262 | 173 | 3 | 0 | 37 | 36 | 103 | 32 | 73 |
| Binary | 10101100 | 10110010 | 1111011 | 11 | 0 | 11111 | 11110 | 1000011 | 11010 | 111011 |
Color Harmonies of #ACB27B
Complementary color
Monochromatic Colors of #ACB27B
Black with #ACB27B
Text Example
Text Example
White with #ACB27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB27B; }
p { color: rgb(172,178,123); }
H1.HeaderClassName
{
color: #ACB27B;
}
.AnyTagClassName
{
color: #ACB27B;
}
</style>
background-color css
<style>
a { background-color: #ACB27B; }
a { background-color: rgb(172,178,123); }
div.DivClassName
{
background-color: #ACB27B;
}
.BgClassName
{
background-color: #ACB27B;
}
</style>
border-color css
<style>
span { border-color: #ACB27B; }
span { border-color: rgb(172,178,123); }
td.TdClassName
{
border-color: #ACB27B;
}
.TagClassName
{
border-color: #ACB27B;
}
</style>