Shades of Bud #A0AA86
Tints of Bud #A0AA86
RGB
CMYK
RGB Variations
Color information
#A0AA86 (or 0xA0AA86) is known color: Bud. HEX triplet: A0, AA and 86. RGB value is (160,170,134). Sum of RGB (Red+Green+Blue) = 160+170+134=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA86 is #5F5579. Grayscale: #A3A3A3. Windows color (decimal): -6247802 or 8825504. OLE color: 8825504.
HSL color Cylindrical-coordinate representation of color #A0AA86: hue angle of 76.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0AA86 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 134 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.33 |
| HSL | 76.67º | 0.17% | 0.6% | - |
| HSV(B) | 76.67º | 0.21% | 0.67% | - |
| XYZ | 33.18 | 37.94 | 28.13 | - |
| YUV | 162.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 134 | 0.06 | 0 | 0.21 | 0.33 | 76.67 | 0.17 | 0.6 |
| Hex | A0 | AA | 86 | 6 | 0 | 15 | 21 | 4D | 11 | 3C |
| Octal | 240 | 252 | 206 | 6 | 0 | 25 | 41 | 115 | 21 | 74 |
| Binary | 10100000 | 10101010 | 10000110 | 110 | 0 | 10101 | 100001 | 1001101 | 10001 | 111100 |
Color Harmonies of #A0AA86
Complementary color
Monochromatic Colors of #A0AA86
Black with #A0AA86
Text Example
Text Example
White with #A0AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA86; }
p { color: rgb(160,170,134); }
H1.HeaderClassName
{
color: #A0AA86;
}
.AnyTagClassName
{
color: #A0AA86;
}
</style>
background-color css
<style>
a { background-color: #A0AA86; }
a { background-color: rgb(160,170,134); }
div.DivClassName
{
background-color: #A0AA86;
}
.BgClassName
{
background-color: #A0AA86;
}
</style>
border-color css
<style>
span { border-color: #A0AA86; }
span { border-color: rgb(160,170,134); }
td.TdClassName
{
border-color: #A0AA86;
}
.TagClassName
{
border-color: #A0AA86;
}
</style>