Shades of Bud #ACB48A
Tints of Bud #ACB48A
RGB
CMYK
RGB Variations
Color information
#ACB48A (or 0xACB48A) is known color: Bud. HEX triplet: AC, B4 and 8A. RGB value is (172,180,138). Sum of RGB (Red+Green+Blue) = 172+180+138=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB48A is #534B75. Grayscale: #ACACAC. Windows color (decimal): -5458806 or 9090220. OLE color: 9090220.
HSL color Cylindrical-coordinate representation of color #ACB48A: hue angle of 71.43º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB48A is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 138 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.29 |
| HSL | 71.43º | 0.22% | 0.62% | - |
| HSV(B) | 71.43º | 0.23% | 0.71% | - |
| XYZ | 37.92 | 43.25 | 30.39 | - |
| YUV | 172.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 138 | 0.04 | 0 | 0.23 | 0.29 | 71.43 | 0.22 | 0.62 |
| Hex | AC | B4 | 8A | 4 | 0 | 17 | 1D | 47 | 16 | 3E |
| Octal | 254 | 264 | 212 | 4 | 0 | 27 | 35 | 107 | 26 | 76 |
| Binary | 10101100 | 10110100 | 10001010 | 100 | 0 | 10111 | 11101 | 1000111 | 10110 | 111110 |
Color Harmonies of #ACB48A
Complementary color
Monochromatic Colors of #ACB48A
Black with #ACB48A
Text Example
Text Example
White with #ACB48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB48A; }
p { color: rgb(172,180,138); }
H1.HeaderClassName
{
color: #ACB48A;
}
.AnyTagClassName
{
color: #ACB48A;
}
</style>
background-color css
<style>
a { background-color: #ACB48A; }
a { background-color: rgb(172,180,138); }
div.DivClassName
{
background-color: #ACB48A;
}
.BgClassName
{
background-color: #ACB48A;
}
</style>
border-color css
<style>
span { border-color: #ACB48A; }
span { border-color: rgb(172,180,138); }
td.TdClassName
{
border-color: #ACB48A;
}
.TagClassName
{
border-color: #ACB48A;
}
</style>