Shades of Bud #ACB38C
Tints of Bud #ACB38C
RGB
CMYK
RGB Variations
Color information
#ACB38C (or 0xACB38C) is known color: Bud. HEX triplet: AC, B3 and 8C. RGB value is (172,179,140). Sum of RGB (Red+Green+Blue) = 172+179+140=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB38C is #534C73. Grayscale: #ACACAC. Windows color (decimal): -5459060 or 9221036. OLE color: 9221036.
HSL color Cylindrical-coordinate representation of color #ACB38C: hue angle of 70.77º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB38C is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 140 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.30 |
| HSL | 70.77º | 0.2% | 0.63% | - |
| HSV(B) | 70.77º | 0.22% | 0.7% | - |
| XYZ | 37.87 | 42.9 | 31.1 | - |
| YUV | 172.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 140 | 0.04 | 0 | 0.22 | 0.30 | 70.77 | 0.2 | 0.63 |
| Hex | AC | B3 | 8C | 4 | 0 | 16 | 1E | 47 | 14 | 3F |
| Octal | 254 | 263 | 214 | 4 | 0 | 26 | 36 | 107 | 24 | 77 |
| Binary | 10101100 | 10110011 | 10001100 | 100 | 0 | 10110 | 11110 | 1000111 | 10100 | 111111 |
Color Harmonies of #ACB38C
Complementary color
Monochromatic Colors of #ACB38C
Black with #ACB38C
Text Example
Text Example
White with #ACB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB38C; }
p { color: rgb(172,179,140); }
H1.HeaderClassName
{
color: #ACB38C;
}
.AnyTagClassName
{
color: #ACB38C;
}
</style>
background-color css
<style>
a { background-color: #ACB38C; }
a { background-color: rgb(172,179,140); }
div.DivClassName
{
background-color: #ACB38C;
}
.BgClassName
{
background-color: #ACB38C;
}
</style>
border-color css
<style>
span { border-color: #ACB38C; }
span { border-color: rgb(172,179,140); }
td.TdClassName
{
border-color: #ACB38C;
}
.TagClassName
{
border-color: #ACB38C;
}
</style>