Shades of Bud #ACB18B
Tints of Bud #ACB18B
RGB
CMYK
RGB Variations
Color information
#ACB18B (or 0xACB18B) is known color: Bud. HEX triplet: AC, B1 and 8B. RGB value is (172,177,139). Sum of RGB (Red+Green+Blue) = 172+177+139=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB18B is #534E74. Grayscale: #ABABAB. Windows color (decimal): -5459573 or 9154988. OLE color: 9154988.
HSL color Cylindrical-coordinate representation of color #ACB18B: hue angle of 67.89º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB18B is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 139 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.31 |
| HSL | 67.89º | 0.2% | 0.62% | - |
| HSV(B) | 67.89º | 0.21% | 0.69% | - |
| XYZ | 37.4 | 42.08 | 30.58 | - |
| YUV | 171.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 139 | 0.03 | 0 | 0.21 | 0.31 | 67.89 | 0.2 | 0.62 |
| Hex | AC | B1 | 8B | 3 | 0 | 15 | 1F | 44 | 14 | 3E |
| Octal | 254 | 261 | 213 | 3 | 0 | 25 | 37 | 104 | 24 | 76 |
| Binary | 10101100 | 10110001 | 10001011 | 11 | 0 | 10101 | 11111 | 1000100 | 10100 | 111110 |
Color Harmonies of #ACB18B
Complementary color
Monochromatic Colors of #ACB18B
Black with #ACB18B
Text Example
Text Example
White with #ACB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB18B; }
p { color: rgb(172,177,139); }
H1.HeaderClassName
{
color: #ACB18B;
}
.AnyTagClassName
{
color: #ACB18B;
}
</style>
background-color css
<style>
a { background-color: #ACB18B; }
a { background-color: rgb(172,177,139); }
div.DivClassName
{
background-color: #ACB18B;
}
.BgClassName
{
background-color: #ACB18B;
}
</style>
border-color css
<style>
span { border-color: #ACB18B; }
span { border-color: rgb(172,177,139); }
td.TdClassName
{
border-color: #ACB18B;
}
.TagClassName
{
border-color: #ACB18B;
}
</style>