Shades of Bud #ACB18D
Tints of Bud #ACB18D
RGB
CMYK
RGB Variations
Color information
#ACB18D (or 0xACB18D) is known color: Bud. HEX triplet: AC, B1 and 8D. RGB value is (172,177,141). Sum of RGB (Red+Green+Blue) = 172+177+141=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB18D is #534E72. Grayscale: #ABABAB. Windows color (decimal): -5459571 or 9286060. OLE color: 9286060.
HSL color Cylindrical-coordinate representation of color #ACB18D: hue angle of 68.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACB18D is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 141 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.31 |
| HSL | 68.33º | 0.19% | 0.62% | - |
| HSV(B) | 68.33º | 0.2% | 0.69% | - |
| XYZ | 37.54 | 42.14 | 31.35 | - |
| YUV | 171.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 141 | 0.03 | 0 | 0.20 | 0.31 | 68.33 | 0.19 | 0.62 |
| Hex | AC | B1 | 8D | 3 | 0 | 14 | 1F | 44 | 13 | 3E |
| Octal | 254 | 261 | 215 | 3 | 0 | 24 | 37 | 104 | 23 | 76 |
| Binary | 10101100 | 10110001 | 10001101 | 11 | 0 | 10100 | 11111 | 1000100 | 10011 | 111110 |
Color Harmonies of #ACB18D
Complementary color
Monochromatic Colors of #ACB18D
Black with #ACB18D
Text Example
Text Example
White with #ACB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB18D; }
p { color: rgb(172,177,141); }
H1.HeaderClassName
{
color: #ACB18D;
}
.AnyTagClassName
{
color: #ACB18D;
}
</style>
background-color css
<style>
a { background-color: #ACB18D; }
a { background-color: rgb(172,177,141); }
div.DivClassName
{
background-color: #ACB18D;
}
.BgClassName
{
background-color: #ACB18D;
}
</style>
border-color css
<style>
span { border-color: #ACB18D; }
span { border-color: rgb(172,177,141); }
td.TdClassName
{
border-color: #ACB18D;
}
.TagClassName
{
border-color: #ACB18D;
}
</style>