Shades of Bud #A6A997
Tints of Bud #A6A997
RGB
CMYK
RGB Variations
Color information
#A6A997 (or 0xA6A997) is known color: Bud. HEX triplet: A6, A9 and 97. RGB value is (166,169,151). Sum of RGB (Red+Green+Blue) = 166+169+151=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A997 is #595668. Grayscale: #A6A6A6. Windows color (decimal): -5854825 or 9939366. OLE color: 9939366.
HSL color Cylindrical-coordinate representation of color #A6A997: hue angle of 70º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6A997 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 169 | 151 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.34 |
| HSL | 70º | 0.09% | 0.63% | - |
| HSV(B) | 70º | 0.11% | 0.66% | - |
| XYZ | 35.5 | 38.72 | 34.88 | - |
| YUV | 166.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 151 | 0.02 | 0 | 0.11 | 0.34 | 70 | 0.09 | 0.63 |
| Hex | A6 | A9 | 97 | 2 | 0 | B | 22 | 46 | 9 | 3F |
| Octal | 246 | 251 | 227 | 2 | 0 | 13 | 42 | 106 | 11 | 77 |
| Binary | 10100110 | 10101001 | 10010111 | 10 | 0 | 1011 | 100010 | 1000110 | 1001 | 111111 |
Color Harmonies of #A6A997
Complementary color
Monochromatic Colors of #A6A997
Black with #A6A997
Text Example
Text Example
White with #A6A997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A997; }
p { color: rgb(166,169,151); }
H1.HeaderClassName
{
color: #A6A997;
}
.AnyTagClassName
{
color: #A6A997;
}
</style>
background-color css
<style>
a { background-color: #A6A997; }
a { background-color: rgb(166,169,151); }
div.DivClassName
{
background-color: #A6A997;
}
.BgClassName
{
background-color: #A6A997;
}
</style>
border-color css
<style>
span { border-color: #A6A997; }
span { border-color: rgb(166,169,151); }
td.TdClassName
{
border-color: #A6A997;
}
.TagClassName
{
border-color: #A6A997;
}
</style>