Shades of Bud #A6AF86
Tints of Bud #A6AF86
RGB
CMYK
RGB Variations
Color information
#A6AF86 (or 0xA6AF86) is known color: Bud. HEX triplet: A6, AF and 86. RGB value is (166,175,134). Sum of RGB (Red+Green+Blue) = 166+175+134=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AF86 is #595079. Grayscale: #A7A7A7. Windows color (decimal): -5853306 or 8826790. OLE color: 8826790.
HSL color Cylindrical-coordinate representation of color #A6AF86: hue angle of 73.17º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6AF86 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 134 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.31 |
| HSL | 73.17º | 0.2% | 0.61% | - |
| HSV(B) | 73.17º | 0.23% | 0.69% | - |
| XYZ | 35.36 | 40.49 | 28.51 | - |
| YUV | 167.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 134 | 0.05 | 0 | 0.23 | 0.31 | 73.17 | 0.2 | 0.61 |
| Hex | A6 | AF | 86 | 5 | 0 | 17 | 1F | 49 | 14 | 3D |
| Octal | 246 | 257 | 206 | 5 | 0 | 27 | 37 | 111 | 24 | 75 |
| Binary | 10100110 | 10101111 | 10000110 | 101 | 0 | 10111 | 11111 | 1001001 | 10100 | 111101 |
Color Harmonies of #A6AF86
Complementary color
Monochromatic Colors of #A6AF86
Black with #A6AF86
Text Example
Text Example
White with #A6AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF86; }
p { color: rgb(166,175,134); }
H1.HeaderClassName
{
color: #A6AF86;
}
.AnyTagClassName
{
color: #A6AF86;
}
</style>
background-color css
<style>
a { background-color: #A6AF86; }
a { background-color: rgb(166,175,134); }
div.DivClassName
{
background-color: #A6AF86;
}
.BgClassName
{
background-color: #A6AF86;
}
</style>
border-color css
<style>
span { border-color: #A6AF86; }
span { border-color: rgb(166,175,134); }
td.TdClassName
{
border-color: #A6AF86;
}
.TagClassName
{
border-color: #A6AF86;
}
</style>