Shades of Bud #ACB184
Tints of Bud #ACB184
RGB
CMYK
RGB Variations
Color information
#ACB184 (or 0xACB184) is known color: Bud. HEX triplet: AC, B1 and 84. RGB value is (172,177,132). Sum of RGB (Red+Green+Blue) = 172+177+132=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB184 is #534E7B. Grayscale: #AAAAAA. Windows color (decimal): -5459580 or 8696236. OLE color: 8696236.
HSL color Cylindrical-coordinate representation of color #ACB184: hue angle of 66.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACB184 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 132 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.31 |
| HSL | 66.67º | 0.22% | 0.61% | - |
| HSV(B) | 66.67º | 0.25% | 0.69% | - |
| XYZ | 36.9 | 41.88 | 27.97 | - |
| YUV | 170.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 132 | 0.03 | 0 | 0.25 | 0.31 | 66.67 | 0.22 | 0.61 |
| Hex | AC | B1 | 84 | 3 | 0 | 19 | 1F | 43 | 16 | 3D |
| Octal | 254 | 261 | 204 | 3 | 0 | 31 | 37 | 103 | 26 | 75 |
| Binary | 10101100 | 10110001 | 10000100 | 11 | 0 | 11001 | 11111 | 1000011 | 10110 | 111101 |
Color Harmonies of #ACB184
Complementary color
Monochromatic Colors of #ACB184
Black with #ACB184
Text Example
Text Example
White with #ACB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB184; }
p { color: rgb(172,177,132); }
H1.HeaderClassName
{
color: #ACB184;
}
.AnyTagClassName
{
color: #ACB184;
}
</style>
background-color css
<style>
a { background-color: #ACB184; }
a { background-color: rgb(172,177,132); }
div.DivClassName
{
background-color: #ACB184;
}
.BgClassName
{
background-color: #ACB184;
}
</style>
border-color css
<style>
span { border-color: #ACB184; }
span { border-color: rgb(172,177,132); }
td.TdClassName
{
border-color: #ACB184;
}
.TagClassName
{
border-color: #ACB184;
}
</style>