Shades of Bud #A1A787
Tints of Bud #A1A787
RGB
CMYK
RGB Variations
Color information
#A1A787 (or 0xA1A787) is known color: Bud. HEX triplet: A1, A7 and 87. RGB value is (161,167,135). Sum of RGB (Red+Green+Blue) = 161+167+135=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A787 is #5E5878. Grayscale: #A1A1A1. Windows color (decimal): -6183033 or 8890273. OLE color: 8890273.
HSL color Cylindrical-coordinate representation of color #A1A787: hue angle of 71.25º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1A787 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 167 | 135 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.35 |
| HSL | 71.25º | 0.15% | 0.59% | - |
| HSV(B) | 71.25º | 0.19% | 0.65% | - |
| XYZ | 32.89 | 36.96 | 28.32 | - |
| YUV | 161.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 135 | 0.04 | 0 | 0.19 | 0.35 | 71.25 | 0.15 | 0.59 |
| Hex | A1 | A7 | 87 | 4 | 0 | 13 | 23 | 47 | F | 3B |
| Octal | 241 | 247 | 207 | 4 | 0 | 23 | 43 | 107 | 17 | 73 |
| Binary | 10100001 | 10100111 | 10000111 | 100 | 0 | 10011 | 100011 | 1000111 | 1111 | 111011 |
Color Harmonies of #A1A787
Complementary color
Monochromatic Colors of #A1A787
Black with #A1A787
Text Example
Text Example
White with #A1A787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A787; }
p { color: rgb(161,167,135); }
H1.HeaderClassName
{
color: #A1A787;
}
.AnyTagClassName
{
color: #A1A787;
}
</style>
background-color css
<style>
a { background-color: #A1A787; }
a { background-color: rgb(161,167,135); }
div.DivClassName
{
background-color: #A1A787;
}
.BgClassName
{
background-color: #A1A787;
}
</style>
border-color css
<style>
span { border-color: #A1A787; }
span { border-color: rgb(161,167,135); }
td.TdClassName
{
border-color: #A1A787;
}
.TagClassName
{
border-color: #A1A787;
}
</style>