Shades of Bud #ACB093
Tints of Bud #ACB093
RGB
CMYK
RGB Variations
Color information
#ACB093 (or 0xACB093) is known color: Bud. HEX triplet: AC, B0 and 93. RGB value is (172,176,147). Sum of RGB (Red+Green+Blue) = 172+176+147=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB093 is #534F6C. Grayscale: #ABABAB. Windows color (decimal): -5459821 or 9679020. OLE color: 9679020.
HSL color Cylindrical-coordinate representation of color #ACB093: hue angle of 68.28º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACB093 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 147 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.31 |
| HSL | 68.28º | 0.16% | 0.63% | - |
| HSV(B) | 68.28º | 0.16% | 0.69% | - |
| XYZ | 37.81 | 41.93 | 33.7 | - |
| YUV | 171.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 147 | 0.02 | 0 | 0.16 | 0.31 | 68.28 | 0.16 | 0.63 |
| Hex | AC | B0 | 93 | 2 | 0 | 10 | 1F | 44 | 10 | 3F |
| Octal | 254 | 260 | 223 | 2 | 0 | 20 | 37 | 104 | 20 | 77 |
| Binary | 10101100 | 10110000 | 10010011 | 10 | 0 | 10000 | 11111 | 1000100 | 10000 | 111111 |
Color Harmonies of #ACB093
Complementary color
Monochromatic Colors of #ACB093
Black with #ACB093
Text Example
Text Example
White with #ACB093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB093; }
p { color: rgb(172,176,147); }
H1.HeaderClassName
{
color: #ACB093;
}
.AnyTagClassName
{
color: #ACB093;
}
</style>
background-color css
<style>
a { background-color: #ACB093; }
a { background-color: rgb(172,176,147); }
div.DivClassName
{
background-color: #ACB093;
}
.BgClassName
{
background-color: #ACB093;
}
</style>
border-color css
<style>
span { border-color: #ACB093; }
span { border-color: rgb(172,176,147); }
td.TdClassName
{
border-color: #ACB093;
}
.TagClassName
{
border-color: #ACB093;
}
</style>