Shades of Bud #A6A996
Tints of Bud #A6A996
RGB
CMYK
RGB Variations
Color information
#A6A996 (or 0xA6A996) is known color: Bud. HEX triplet: A6, A9 and 96. RGB value is (166,169,150). Sum of RGB (Red+Green+Blue) = 166+169+150=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A996 is #595669. Grayscale: #A6A6A6. Windows color (decimal): -5854826 or 9873830. OLE color: 9873830.
HSL color Cylindrical-coordinate representation of color #A6A996: hue angle of 69.47º degrees, saturation: 0.1, 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 #A6A996 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 166 | 169 | 150 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.34 |
| HSL | 69.47º | 0.1% | 0.63% | - |
| HSV(B) | 69.47º | 0.11% | 0.66% | - |
| XYZ | 35.42 | 38.68 | 34.45 | - |
| YUV | 165.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 169 | 150 | 0.02 | 0 | 0.11 | 0.34 | 69.47 | 0.1 | 0.63 |
| Hex | A6 | A9 | 96 | 2 | 0 | B | 22 | 45 | A | 3F |
| Octal | 246 | 251 | 226 | 2 | 0 | 13 | 42 | 105 | 12 | 77 |
| Binary | 10100110 | 10101001 | 10010110 | 10 | 0 | 1011 | 100010 | 1000101 | 1010 | 111111 |
Color Harmonies of #A6A996
Complementary color
Monochromatic Colors of #A6A996
Black with #A6A996
Text Example
Text Example
White with #A6A996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A996; }
p { color: rgb(166,169,150); }
H1.HeaderClassName
{
color: #A6A996;
}
.AnyTagClassName
{
color: #A6A996;
}
</style>
background-color css
<style>
a { background-color: #A6A996; }
a { background-color: rgb(166,169,150); }
div.DivClassName
{
background-color: #A6A996;
}
.BgClassName
{
background-color: #A6A996;
}
</style>
border-color css
<style>
span { border-color: #A6A996; }
span { border-color: rgb(166,169,150); }
td.TdClassName
{
border-color: #A6A996;
}
.TagClassName
{
border-color: #A6A996;
}
</style>