Shades of Bud #A0AC86
Tints of Bud #A0AC86
RGB
CMYK
RGB Variations
Color information
#A0AC86 (or 0xA0AC86) is known color: Bud. HEX triplet: A0, AC and 86. RGB value is (160,172,134). Sum of RGB (Red+Green+Blue) = 160+172+134=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC86 is #5F5379. Grayscale: #A4A4A4. Windows color (decimal): -6247290 or 8826016. OLE color: 8826016.
HSL color Cylindrical-coordinate representation of color #A0AC86: hue angle of 78.95º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0AC86 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 134 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.33 |
| HSL | 78.95º | 0.19% | 0.6% | - |
| HSV(B) | 78.95º | 0.22% | 0.67% | - |
| XYZ | 33.55 | 38.7 | 28.26 | - |
| YUV | 164.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 134 | 0.07 | 0 | 0.22 | 0.33 | 78.95 | 0.19 | 0.6 |
| Hex | A0 | AC | 86 | 7 | 0 | 16 | 21 | 4F | 13 | 3C |
| Octal | 240 | 254 | 206 | 7 | 0 | 26 | 41 | 117 | 23 | 74 |
| Binary | 10100000 | 10101100 | 10000110 | 111 | 0 | 10110 | 100001 | 1001111 | 10011 | 111100 |
Color Harmonies of #A0AC86
Complementary color
Monochromatic Colors of #A0AC86
Black with #A0AC86
Text Example
Text Example
White with #A0AC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC86; }
p { color: rgb(160,172,134); }
H1.HeaderClassName
{
color: #A0AC86;
}
.AnyTagClassName
{
color: #A0AC86;
}
</style>
background-color css
<style>
a { background-color: #A0AC86; }
a { background-color: rgb(160,172,134); }
div.DivClassName
{
background-color: #A0AC86;
}
.BgClassName
{
background-color: #A0AC86;
}
</style>
border-color css
<style>
span { border-color: #A0AC86; }
span { border-color: rgb(160,172,134); }
td.TdClassName
{
border-color: #A0AC86;
}
.TagClassName
{
border-color: #A0AC86;
}
</style>