Shades of Bud #ACB38A
Tints of Bud #ACB38A
RGB
CMYK
RGB Variations
Color information
#ACB38A (or 0xACB38A) is known color: Bud. HEX triplet: AC, B3 and 8A. RGB value is (172,179,138). Sum of RGB (Red+Green+Blue) = 172+179+138=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB38A is #534C75. Grayscale: #ACACAC. Windows color (decimal): -5459062 or 9089964. OLE color: 9089964.
HSL color Cylindrical-coordinate representation of color #ACB38A: hue angle of 70.24º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB38A is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 138 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.30 |
| HSL | 70.24º | 0.21% | 0.62% | - |
| HSV(B) | 70.24º | 0.23% | 0.7% | - |
| XYZ | 37.72 | 42.85 | 30.33 | - |
| YUV | 172.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 138 | 0.04 | 0 | 0.23 | 0.30 | 70.24 | 0.21 | 0.62 |
| Hex | AC | B3 | 8A | 4 | 0 | 17 | 1E | 46 | 15 | 3E |
| Octal | 254 | 263 | 212 | 4 | 0 | 27 | 36 | 106 | 25 | 76 |
| Binary | 10101100 | 10110011 | 10001010 | 100 | 0 | 10111 | 11110 | 1000110 | 10101 | 111110 |
Color Harmonies of #ACB38A
Complementary color
Monochromatic Colors of #ACB38A
Black with #ACB38A
Text Example
Text Example
White with #ACB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB38A; }
p { color: rgb(172,179,138); }
H1.HeaderClassName
{
color: #ACB38A;
}
.AnyTagClassName
{
color: #ACB38A;
}
</style>
background-color css
<style>
a { background-color: #ACB38A; }
a { background-color: rgb(172,179,138); }
div.DivClassName
{
background-color: #ACB38A;
}
.BgClassName
{
background-color: #ACB38A;
}
</style>
border-color css
<style>
span { border-color: #ACB38A; }
span { border-color: rgb(172,179,138); }
td.TdClassName
{
border-color: #ACB38A;
}
.TagClassName
{
border-color: #ACB38A;
}
</style>