Shades of Bud #A0AC84
Tints of Bud #A0AC84
RGB
CMYK
RGB Variations
Color information
#A0AC84 (or 0xA0AC84) is known color: Bud. HEX triplet: A0, AC and 84. RGB value is (160,172,132). Sum of RGB (Red+Green+Blue) = 160+172+132=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC84 is #5F537B. Grayscale: #A4A4A4. Windows color (decimal): -6247292 or 8694944. OLE color: 8694944.
HSL color Cylindrical-coordinate representation of color #A0AC84: hue angle of 78º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0AC84 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 132 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.33 |
| HSL | 78º | 0.19% | 0.6% | - |
| HSV(B) | 78º | 0.23% | 0.67% | - |
| XYZ | 33.41 | 38.64 | 27.53 | - |
| YUV | 163.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 132 | 0.07 | 0 | 0.23 | 0.33 | 78 | 0.19 | 0.6 |
| Hex | A0 | AC | 84 | 7 | 0 | 17 | 21 | 4E | 13 | 3C |
| Octal | 240 | 254 | 204 | 7 | 0 | 27 | 41 | 116 | 23 | 74 |
| Binary | 10100000 | 10101100 | 10000100 | 111 | 0 | 10111 | 100001 | 1001110 | 10011 | 111100 |
Color Harmonies of #A0AC84
Complementary color
Monochromatic Colors of #A0AC84
Black with #A0AC84
Text Example
Text Example
White with #A0AC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC84; }
p { color: rgb(160,172,132); }
H1.HeaderClassName
{
color: #A0AC84;
}
.AnyTagClassName
{
color: #A0AC84;
}
</style>
background-color css
<style>
a { background-color: #A0AC84; }
a { background-color: rgb(160,172,132); }
div.DivClassName
{
background-color: #A0AC84;
}
.BgClassName
{
background-color: #A0AC84;
}
</style>
border-color css
<style>
span { border-color: #A0AC84; }
span { border-color: rgb(160,172,132); }
td.TdClassName
{
border-color: #A0AC84;
}
.TagClassName
{
border-color: #A0AC84;
}
</style>