Shades of Bud #ACB38B
Tints of Bud #ACB38B
RGB
CMYK
RGB Variations
Color information
#ACB38B (or 0xACB38B) is known color: Bud. HEX triplet: AC, B3 and 8B. RGB value is (172,179,139). Sum of RGB (Red+Green+Blue) = 172+179+139=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB38B is #534C74. Grayscale: #ACACAC. Windows color (decimal): -5459061 or 9155500. OLE color: 9155500.
HSL color Cylindrical-coordinate representation of color #ACB38B: hue angle of 70.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB38B is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 139 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.30 |
| HSL | 70.5º | 0.21% | 0.62% | - |
| HSV(B) | 70.5º | 0.22% | 0.7% | - |
| XYZ | 37.79 | 42.87 | 30.71 | - |
| YUV | 172.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 139 | 0.04 | 0 | 0.22 | 0.30 | 70.5 | 0.21 | 0.62 |
| Hex | AC | B3 | 8B | 4 | 0 | 16 | 1E | 46 | 15 | 3E |
| Octal | 254 | 263 | 213 | 4 | 0 | 26 | 36 | 106 | 25 | 76 |
| Binary | 10101100 | 10110011 | 10001011 | 100 | 0 | 10110 | 11110 | 1000110 | 10101 | 111110 |
Color Harmonies of #ACB38B
Complementary color
Monochromatic Colors of #ACB38B
Black with #ACB38B
Text Example
Text Example
White with #ACB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB38B; }
p { color: rgb(172,179,139); }
H1.HeaderClassName
{
color: #ACB38B;
}
.AnyTagClassName
{
color: #ACB38B;
}
</style>
background-color css
<style>
a { background-color: #ACB38B; }
a { background-color: rgb(172,179,139); }
div.DivClassName
{
background-color: #ACB38B;
}
.BgClassName
{
background-color: #ACB38B;
}
</style>
border-color css
<style>
span { border-color: #ACB38B; }
span { border-color: rgb(172,179,139); }
td.TdClassName
{
border-color: #ACB38B;
}
.TagClassName
{
border-color: #ACB38B;
}
</style>