Shades of Bud #ACB28E
Tints of Bud #ACB28E
RGB
CMYK
RGB Variations
Color information
#ACB28E (or 0xACB28E) is known color: Bud. HEX triplet: AC, B2 and 8E. RGB value is (172,178,142). Sum of RGB (Red+Green+Blue) = 172+178+142=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB28E is #534D71. Grayscale: #ACACAC. Windows color (decimal): -5459314 or 9351852. OLE color: 9351852.
HSL color Cylindrical-coordinate representation of color #ACB28E: hue angle of 70º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACB28E is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 142 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.30 |
| HSL | 70º | 0.19% | 0.63% | - |
| HSV(B) | 70º | 0.2% | 0.7% | - |
| XYZ | 37.82 | 42.56 | 31.81 | - |
| YUV | 172.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 142 | 0.03 | 0 | 0.20 | 0.30 | 70 | 0.19 | 0.63 |
| Hex | AC | B2 | 8E | 3 | 0 | 14 | 1E | 46 | 13 | 3F |
| Octal | 254 | 262 | 216 | 3 | 0 | 24 | 36 | 106 | 23 | 77 |
| Binary | 10101100 | 10110010 | 10001110 | 11 | 0 | 10100 | 11110 | 1000110 | 10011 | 111111 |
Color Harmonies of #ACB28E
Complementary color
Monochromatic Colors of #ACB28E
Black with #ACB28E
Text Example
Text Example
White with #ACB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB28E; }
p { color: rgb(172,178,142); }
H1.HeaderClassName
{
color: #ACB28E;
}
.AnyTagClassName
{
color: #ACB28E;
}
</style>
background-color css
<style>
a { background-color: #ACB28E; }
a { background-color: rgb(172,178,142); }
div.DivClassName
{
background-color: #ACB28E;
}
.BgClassName
{
background-color: #ACB28E;
}
</style>
border-color css
<style>
span { border-color: #ACB28E; }
span { border-color: rgb(172,178,142); }
td.TdClassName
{
border-color: #ACB28E;
}
.TagClassName
{
border-color: #ACB28E;
}
</style>