Shades of Bud #ACB189
Tints of Bud #ACB189
RGB
CMYK
RGB Variations
Color information
#ACB189 (or 0xACB189) is known color: Bud. HEX triplet: AC, B1 and 89. RGB value is (172,177,137). Sum of RGB (Red+Green+Blue) = 172+177+137=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB189 is #534E76. Grayscale: #ABABAB. Windows color (decimal): -5459575 or 9023916. OLE color: 9023916.
HSL color Cylindrical-coordinate representation of color #ACB189: hue angle of 67.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB189 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 137 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.31 |
| HSL | 67.5º | 0.2% | 0.62% | - |
| HSV(B) | 67.5º | 0.23% | 0.69% | - |
| XYZ | 37.25 | 42.02 | 29.81 | - |
| YUV | 170.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 137 | 0.03 | 0 | 0.23 | 0.31 | 67.5 | 0.2 | 0.62 |
| Hex | AC | B1 | 89 | 3 | 0 | 17 | 1F | 44 | 14 | 3E |
| Octal | 254 | 261 | 211 | 3 | 0 | 27 | 37 | 104 | 24 | 76 |
| Binary | 10101100 | 10110001 | 10001001 | 11 | 0 | 10111 | 11111 | 1000100 | 10100 | 111110 |
Color Harmonies of #ACB189
Complementary color
Monochromatic Colors of #ACB189
Black with #ACB189
Text Example
Text Example
White with #ACB189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB189; }
p { color: rgb(172,177,137); }
H1.HeaderClassName
{
color: #ACB189;
}
.AnyTagClassName
{
color: #ACB189;
}
</style>
background-color css
<style>
a { background-color: #ACB189; }
a { background-color: rgb(172,177,137); }
div.DivClassName
{
background-color: #ACB189;
}
.BgClassName
{
background-color: #ACB189;
}
</style>
border-color css
<style>
span { border-color: #ACB189; }
span { border-color: rgb(172,177,137); }
td.TdClassName
{
border-color: #ACB189;
}
.TagClassName
{
border-color: #ACB189;
}
</style>