Shades of Bud #ACB28C
Tints of Bud #ACB28C
RGB
CMYK
RGB Variations
Color information
#ACB28C (or 0xACB28C) is known color: Bud. HEX triplet: AC, B2 and 8C. RGB value is (172,178,140). Sum of RGB (Red+Green+Blue) = 172+178+140=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB28C is #534D73. Grayscale: #ACACAC. Windows color (decimal): -5459316 or 9220780. OLE color: 9220780.
HSL color Cylindrical-coordinate representation of color #ACB28C: hue angle of 69.47º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB28C is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 140 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.30 |
| HSL | 69.47º | 0.2% | 0.62% | - |
| HSV(B) | 69.47º | 0.21% | 0.7% | - |
| XYZ | 37.67 | 42.5 | 31.03 | - |
| YUV | 171.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 140 | 0.03 | 0 | 0.21 | 0.30 | 69.47 | 0.2 | 0.62 |
| Hex | AC | B2 | 8C | 3 | 0 | 15 | 1E | 45 | 14 | 3E |
| Octal | 254 | 262 | 214 | 3 | 0 | 25 | 36 | 105 | 24 | 76 |
| Binary | 10101100 | 10110010 | 10001100 | 11 | 0 | 10101 | 11110 | 1000101 | 10100 | 111110 |
Color Harmonies of #ACB28C
Complementary color
Monochromatic Colors of #ACB28C
Black with #ACB28C
Text Example
Text Example
White with #ACB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB28C; }
p { color: rgb(172,178,140); }
H1.HeaderClassName
{
color: #ACB28C;
}
.AnyTagClassName
{
color: #ACB28C;
}
</style>
background-color css
<style>
a { background-color: #ACB28C; }
a { background-color: rgb(172,178,140); }
div.DivClassName
{
background-color: #ACB28C;
}
.BgClassName
{
background-color: #ACB28C;
}
</style>
border-color css
<style>
span { border-color: #ACB28C; }
span { border-color: rgb(172,178,140); }
td.TdClassName
{
border-color: #ACB28C;
}
.TagClassName
{
border-color: #ACB28C;
}
</style>