Shades of Bud #ACB488
Tints of Bud #ACB488
RGB
CMYK
RGB Variations
Color information
#ACB488 (or 0xACB488) is known color: Bud. HEX triplet: AC, B4 and 88. RGB value is (172,180,136). Sum of RGB (Red+Green+Blue) = 172+180+136=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB488 is #534B77. Grayscale: #ACACAC. Windows color (decimal): -5458808 or 8959148. OLE color: 8959148.
HSL color Cylindrical-coordinate representation of color #ACB488: hue angle of 70.91º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACB488 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 136 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.29 |
| HSL | 70.91º | 0.23% | 0.62% | - |
| HSV(B) | 70.91º | 0.24% | 0.71% | - |
| XYZ | 37.78 | 43.19 | 29.64 | - |
| YUV | 172.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 136 | 0.04 | 0 | 0.24 | 0.29 | 70.91 | 0.23 | 0.62 |
| Hex | AC | B4 | 88 | 4 | 0 | 18 | 1D | 47 | 17 | 3E |
| Octal | 254 | 264 | 210 | 4 | 0 | 30 | 35 | 107 | 27 | 76 |
| Binary | 10101100 | 10110100 | 10001000 | 100 | 0 | 11000 | 11101 | 1000111 | 10111 | 111110 |
Color Harmonies of #ACB488
Complementary color
Monochromatic Colors of #ACB488
Black with #ACB488
Text Example
Text Example
White with #ACB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB488; }
p { color: rgb(172,180,136); }
H1.HeaderClassName
{
color: #ACB488;
}
.AnyTagClassName
{
color: #ACB488;
}
</style>
background-color css
<style>
a { background-color: #ACB488; }
a { background-color: rgb(172,180,136); }
div.DivClassName
{
background-color: #ACB488;
}
.BgClassName
{
background-color: #ACB488;
}
</style>
border-color css
<style>
span { border-color: #ACB488; }
span { border-color: rgb(172,180,136); }
td.TdClassName
{
border-color: #ACB488;
}
.TagClassName
{
border-color: #ACB488;
}
</style>