Shades of Bud #A6AD87
Tints of Bud #A6AD87
RGB
CMYK
RGB Variations
Color information
#A6AD87 (or 0xA6AD87) is known color: Bud. HEX triplet: A6, AD and 87. RGB value is (166,173,135). Sum of RGB (Red+Green+Blue) = 166+173+135=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD87 is #595278. Grayscale: #A6A6A6. Windows color (decimal): -5853817 or 8891814. OLE color: 8891814.
HSL color Cylindrical-coordinate representation of color #A6AD87: hue angle of 71.05º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6AD87 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 135 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.32 |
| HSL | 71.05º | 0.19% | 0.6% | - |
| HSV(B) | 71.05º | 0.22% | 0.68% | - |
| XYZ | 35.04 | 39.74 | 28.75 | - |
| YUV | 166.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 135 | 0.04 | 0 | 0.22 | 0.32 | 71.05 | 0.19 | 0.6 |
| Hex | A6 | AD | 87 | 4 | 0 | 16 | 20 | 47 | 13 | 3C |
| Octal | 246 | 255 | 207 | 4 | 0 | 26 | 40 | 107 | 23 | 74 |
| Binary | 10100110 | 10101101 | 10000111 | 100 | 0 | 10110 | 100000 | 1000111 | 10011 | 111100 |
Color Harmonies of #A6AD87
Complementary color
Monochromatic Colors of #A6AD87
Black with #A6AD87
Text Example
Text Example
White with #A6AD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD87; }
p { color: rgb(166,173,135); }
H1.HeaderClassName
{
color: #A6AD87;
}
.AnyTagClassName
{
color: #A6AD87;
}
</style>
background-color css
<style>
a { background-color: #A6AD87; }
a { background-color: rgb(166,173,135); }
div.DivClassName
{
background-color: #A6AD87;
}
.BgClassName
{
background-color: #A6AD87;
}
</style>
border-color css
<style>
span { border-color: #A6AD87; }
span { border-color: rgb(166,173,135); }
td.TdClassName
{
border-color: #A6AD87;
}
.TagClassName
{
border-color: #A6AD87;
}
</style>