Shades of Bud #ACB38D
Tints of Bud #ACB38D
RGB
CMYK
RGB Variations
Color information
#ACB38D (or 0xACB38D) is known color: Bud. HEX triplet: AC, B3 and 8D. RGB value is (172,179,141). Sum of RGB (Red+Green+Blue) = 172+179+141=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB38D is #534C72. Grayscale: #ACACAC. Windows color (decimal): -5459059 or 9286572. OLE color: 9286572.
HSL color Cylindrical-coordinate representation of color #ACB38D: hue angle of 71.05º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB38D is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 141 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.30 |
| HSL | 71.05º | 0.2% | 0.63% | - |
| HSV(B) | 71.05º | 0.21% | 0.7% | - |
| XYZ | 37.94 | 42.93 | 31.49 | - |
| YUV | 172.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 141 | 0.04 | 0 | 0.21 | 0.30 | 71.05 | 0.2 | 0.63 |
| Hex | AC | B3 | 8D | 4 | 0 | 15 | 1E | 47 | 14 | 3F |
| Octal | 254 | 263 | 215 | 4 | 0 | 25 | 36 | 107 | 24 | 77 |
| Binary | 10101100 | 10110011 | 10001101 | 100 | 0 | 10101 | 11110 | 1000111 | 10100 | 111111 |
Color Harmonies of #ACB38D
Complementary color
Monochromatic Colors of #ACB38D
Black with #ACB38D
Text Example
Text Example
White with #ACB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB38D; }
p { color: rgb(172,179,141); }
H1.HeaderClassName
{
color: #ACB38D;
}
.AnyTagClassName
{
color: #ACB38D;
}
</style>
background-color css
<style>
a { background-color: #ACB38D; }
a { background-color: rgb(172,179,141); }
div.DivClassName
{
background-color: #ACB38D;
}
.BgClassName
{
background-color: #ACB38D;
}
</style>
border-color css
<style>
span { border-color: #ACB38D; }
span { border-color: rgb(172,179,141); }
td.TdClassName
{
border-color: #ACB38D;
}
.TagClassName
{
border-color: #ACB38D;
}
</style>