Shades of Bud #ACB186
Tints of Bud #ACB186
RGB
CMYK
RGB Variations
Color information
#ACB186 (or 0xACB186) is known color: Bud. HEX triplet: AC, B1 and 86. RGB value is (172,177,134). Sum of RGB (Red+Green+Blue) = 172+177+134=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB186 is #534E79. Grayscale: #AAAAAA. Windows color (decimal): -5459578 or 8827308. OLE color: 8827308.
HSL color Cylindrical-coordinate representation of color #ACB186: hue angle of 66.98º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACB186 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 134 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.31 |
| HSL | 66.98º | 0.22% | 0.61% | - |
| HSV(B) | 66.98º | 0.24% | 0.69% | - |
| XYZ | 37.04 | 41.94 | 28.7 | - |
| YUV | 170.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 134 | 0.03 | 0 | 0.24 | 0.31 | 66.98 | 0.22 | 0.61 |
| Hex | AC | B1 | 86 | 3 | 0 | 18 | 1F | 43 | 16 | 3D |
| Octal | 254 | 261 | 206 | 3 | 0 | 30 | 37 | 103 | 26 | 75 |
| Binary | 10101100 | 10110001 | 10000110 | 11 | 0 | 11000 | 11111 | 1000011 | 10110 | 111101 |
Color Harmonies of #ACB186
Complementary color
Monochromatic Colors of #ACB186
Black with #ACB186
Text Example
Text Example
White with #ACB186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB186; }
p { color: rgb(172,177,134); }
H1.HeaderClassName
{
color: #ACB186;
}
.AnyTagClassName
{
color: #ACB186;
}
</style>
background-color css
<style>
a { background-color: #ACB186; }
a { background-color: rgb(172,177,134); }
div.DivClassName
{
background-color: #ACB186;
}
.BgClassName
{
background-color: #ACB186;
}
</style>
border-color css
<style>
span { border-color: #ACB186; }
span { border-color: rgb(172,177,134); }
td.TdClassName
{
border-color: #ACB186;
}
.TagClassName
{
border-color: #ACB186;
}
</style>