Shades of Bud #A0AA87
Tints of Bud #A0AA87
RGB
CMYK
RGB Variations
Color information
#A0AA87 (or 0xA0AA87) is known color: Bud. HEX triplet: A0, AA and 87. RGB value is (160,170,135). Sum of RGB (Red+Green+Blue) = 160+170+135=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA87 is #5F5578. Grayscale: #A3A3A3. Windows color (decimal): -6247801 or 8891040. OLE color: 8891040.
HSL color Cylindrical-coordinate representation of color #A0AA87: hue angle of 77.14º 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 #A0AA87 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 135 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.33 |
| HSL | 77.14º | 0.17% | 0.6% | - |
| HSV(B) | 77.14º | 0.21% | 0.67% | - |
| XYZ | 33.25 | 37.97 | 28.5 | - |
| YUV | 163.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 135 | 0.06 | 0 | 0.21 | 0.33 | 77.14 | 0.17 | 0.6 |
| Hex | A0 | AA | 87 | 6 | 0 | 15 | 21 | 4D | 11 | 3C |
| Octal | 240 | 252 | 207 | 6 | 0 | 25 | 41 | 115 | 21 | 74 |
| Binary | 10100000 | 10101010 | 10000111 | 110 | 0 | 10101 | 100001 | 1001101 | 10001 | 111100 |
Color Harmonies of #A0AA87
Complementary color
Monochromatic Colors of #A0AA87
Black with #A0AA87
Text Example
Text Example
White with #A0AA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA87; }
p { color: rgb(160,170,135); }
H1.HeaderClassName
{
color: #A0AA87;
}
.AnyTagClassName
{
color: #A0AA87;
}
</style>
background-color css
<style>
a { background-color: #A0AA87; }
a { background-color: rgb(160,170,135); }
div.DivClassName
{
background-color: #A0AA87;
}
.BgClassName
{
background-color: #A0AA87;
}
</style>
border-color css
<style>
span { border-color: #A0AA87; }
span { border-color: rgb(160,170,135); }
td.TdClassName
{
border-color: #A0AA87;
}
.TagClassName
{
border-color: #A0AA87;
}
</style>