Shades of Bud #ACB28B
Tints of Bud #ACB28B
RGB
CMYK
RGB Variations
Color information
#ACB28B (or 0xACB28B) is known color: Bud. HEX triplet: AC, B2 and 8B. RGB value is (172,178,139). Sum of RGB (Red+Green+Blue) = 172+178+139=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB28B is #534D74. Grayscale: #ABABAB. Windows color (decimal): -5459317 or 9155244. OLE color: 9155244.
HSL color Cylindrical-coordinate representation of color #ACB28B: hue angle of 69.23º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB28B is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 139 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.30 |
| HSL | 69.23º | 0.2% | 0.62% | - |
| HSV(B) | 69.23º | 0.22% | 0.7% | - |
| XYZ | 37.59 | 42.48 | 30.64 | - |
| YUV | 171.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 139 | 0.03 | 0 | 0.22 | 0.30 | 69.23 | 0.2 | 0.62 |
| Hex | AC | B2 | 8B | 3 | 0 | 16 | 1E | 45 | 14 | 3E |
| Octal | 254 | 262 | 213 | 3 | 0 | 26 | 36 | 105 | 24 | 76 |
| Binary | 10101100 | 10110010 | 10001011 | 11 | 0 | 10110 | 11110 | 1000101 | 10100 | 111110 |
Color Harmonies of #ACB28B
Complementary color
Monochromatic Colors of #ACB28B
Black with #ACB28B
Text Example
Text Example
White with #ACB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB28B; }
p { color: rgb(172,178,139); }
H1.HeaderClassName
{
color: #ACB28B;
}
.AnyTagClassName
{
color: #ACB28B;
}
</style>
background-color css
<style>
a { background-color: #ACB28B; }
a { background-color: rgb(172,178,139); }
div.DivClassName
{
background-color: #ACB28B;
}
.BgClassName
{
background-color: #ACB28B;
}
</style>
border-color css
<style>
span { border-color: #ACB28B; }
span { border-color: rgb(172,178,139); }
td.TdClassName
{
border-color: #ACB28B;
}
.TagClassName
{
border-color: #ACB28B;
}
</style>