Shades of Bud #A0AA85
Tints of Bud #A0AA85
RGB
CMYK
RGB Variations
Color information
#A0AA85 (or 0xA0AA85) is known color: Bud. HEX triplet: A0, AA and 85. RGB value is (160,170,133). Sum of RGB (Red+Green+Blue) = 160+170+133=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA85 is #5F557A. Grayscale: #A2A2A2. Windows color (decimal): -6247803 or 8759968. OLE color: 8759968.
HSL color Cylindrical-coordinate representation of color #A0AA85: hue angle of 76.22º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0AA85 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 133 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.33 |
| HSL | 76.22º | 0.18% | 0.59% | - |
| HSV(B) | 76.22º | 0.22% | 0.67% | - |
| XYZ | 33.11 | 37.92 | 27.76 | - |
| YUV | 162.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 133 | 0.06 | 0 | 0.22 | 0.33 | 76.22 | 0.18 | 0.59 |
| Hex | A0 | AA | 85 | 6 | 0 | 16 | 21 | 4C | 12 | 3B |
| Octal | 240 | 252 | 205 | 6 | 0 | 26 | 41 | 114 | 22 | 73 |
| Binary | 10100000 | 10101010 | 10000101 | 110 | 0 | 10110 | 100001 | 1001100 | 10010 | 111011 |
Color Harmonies of #A0AA85
Complementary color
Monochromatic Colors of #A0AA85
Black with #A0AA85
Text Example
Text Example
White with #A0AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA85; }
p { color: rgb(160,170,133); }
H1.HeaderClassName
{
color: #A0AA85;
}
.AnyTagClassName
{
color: #A0AA85;
}
</style>
background-color css
<style>
a { background-color: #A0AA85; }
a { background-color: rgb(160,170,133); }
div.DivClassName
{
background-color: #A0AA85;
}
.BgClassName
{
background-color: #A0AA85;
}
</style>
border-color css
<style>
span { border-color: #A0AA85; }
span { border-color: rgb(160,170,133); }
td.TdClassName
{
border-color: #A0AA85;
}
.TagClassName
{
border-color: #A0AA85;
}
</style>