Shades of Bud #A1A687
Tints of Bud #A1A687
RGB
CMYK
RGB Variations
Color information
#A1A687 (or 0xA1A687) is known color: Bud. HEX triplet: A1, A6 and 87. RGB value is (161,166,135). Sum of RGB (Red+Green+Blue) = 161+166+135=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A687 is #5E5978. Grayscale: #A1A1A1. Windows color (decimal): -6183289 or 8890017. OLE color: 8890017.
HSL color Cylindrical-coordinate representation of color #A1A687: hue angle of 69.68º 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 #A1A687 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 135 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.35 |
| HSL | 69.68º | 0.15% | 0.59% | - |
| HSV(B) | 69.68º | 0.19% | 0.65% | - |
| XYZ | 32.71 | 36.6 | 28.26 | - |
| YUV | 160.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 135 | 0.03 | 0 | 0.19 | 0.35 | 69.68 | 0.15 | 0.59 |
| Hex | A1 | A6 | 87 | 3 | 0 | 13 | 23 | 46 | F | 3B |
| Octal | 241 | 246 | 207 | 3 | 0 | 23 | 43 | 106 | 17 | 73 |
| Binary | 10100001 | 10100110 | 10000111 | 11 | 0 | 10011 | 100011 | 1000110 | 1111 | 111011 |
Color Harmonies of #A1A687
Complementary color
Monochromatic Colors of #A1A687
Black with #A1A687
Text Example
Text Example
White with #A1A687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A687; }
p { color: rgb(161,166,135); }
H1.HeaderClassName
{
color: #A1A687;
}
.AnyTagClassName
{
color: #A1A687;
}
</style>
background-color css
<style>
a { background-color: #A1A687; }
a { background-color: rgb(161,166,135); }
div.DivClassName
{
background-color: #A1A687;
}
.BgClassName
{
background-color: #A1A687;
}
</style>
border-color css
<style>
span { border-color: #A1A687; }
span { border-color: rgb(161,166,135); }
td.TdClassName
{
border-color: #A1A687;
}
.TagClassName
{
border-color: #A1A687;
}
</style>