Shades of Bud #A0A886
Tints of Bud #A0A886
RGB
CMYK
RGB Variations
Color information
#A0A886 (or 0xA0A886) is known color: Bud. HEX triplet: A0, A8 and 86. RGB value is (160,168,134). Sum of RGB (Red+Green+Blue) = 160+168+134=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A886 is #5F5779. Grayscale: #A1A1A1. Windows color (decimal): -6248314 or 8824992. OLE color: 8824992.
HSL color Cylindrical-coordinate representation of color #A0A886: hue angle of 74.12º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0A886 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 168 | 134 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.34 |
| HSL | 74.12º | 0.16% | 0.59% | - |
| HSV(B) | 74.12º | 0.2% | 0.66% | - |
| XYZ | 32.8 | 37.2 | 28.01 | - |
| YUV | 161.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 134 | 0.05 | 0 | 0.20 | 0.34 | 74.12 | 0.16 | 0.59 |
| Hex | A0 | A8 | 86 | 5 | 0 | 14 | 22 | 4A | 10 | 3B |
| Octal | 240 | 250 | 206 | 5 | 0 | 24 | 42 | 112 | 20 | 73 |
| Binary | 10100000 | 10101000 | 10000110 | 101 | 0 | 10100 | 100010 | 1001010 | 10000 | 111011 |
Color Harmonies of #A0A886
Complementary color
Monochromatic Colors of #A0A886
Black with #A0A886
Text Example
Text Example
White with #A0A886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A886; }
p { color: rgb(160,168,134); }
H1.HeaderClassName
{
color: #A0A886;
}
.AnyTagClassName
{
color: #A0A886;
}
</style>
background-color css
<style>
a { background-color: #A0A886; }
a { background-color: rgb(160,168,134); }
div.DivClassName
{
background-color: #A0A886;
}
.BgClassName
{
background-color: #A0A886;
}
</style>
border-color css
<style>
span { border-color: #A0A886; }
span { border-color: rgb(160,168,134); }
td.TdClassName
{
border-color: #A0A886;
}
.TagClassName
{
border-color: #A0A886;
}
</style>