Shades of Bud #A6A791
Tints of Bud #A6A791
RGB
CMYK
RGB Variations
Color information
#A6A791 (or 0xA6A791) is known color: Bud. HEX triplet: A6, A7 and 91. RGB value is (166,167,145). Sum of RGB (Red+Green+Blue) = 166+167+145=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A791 is #59586E. Grayscale: #A4A4A4. Windows color (decimal): -5855343 or 9545638. OLE color: 9545638.
HSL color Cylindrical-coordinate representation of color #A6A791: hue angle of 62.73º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6A791 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 145 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.35 |
| HSL | 62.73º | 0.11% | 0.61% | - |
| HSV(B) | 62.73º | 0.13% | 0.65% | - |
| XYZ | 34.66 | 37.79 | 32.26 | - |
| YUV | 164.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 145 | 0.01 | 0 | 0.13 | 0.35 | 62.73 | 0.11 | 0.61 |
| Hex | A6 | A7 | 91 | 1 | 0 | D | 23 | 3F | B | 3D |
| Octal | 246 | 247 | 221 | 1 | 0 | 15 | 43 | 77 | 13 | 75 |
| Binary | 10100110 | 10100111 | 10010001 | 1 | 0 | 1101 | 100011 | 111111 | 1011 | 111101 |
Color Harmonies of #A6A791
Complementary color
Monochromatic Colors of #A6A791
Black with #A6A791
Text Example
Text Example
White with #A6A791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A791; }
p { color: rgb(166,167,145); }
H1.HeaderClassName
{
color: #A6A791;
}
.AnyTagClassName
{
color: #A6A791;
}
</style>
background-color css
<style>
a { background-color: #A6A791; }
a { background-color: rgb(166,167,145); }
div.DivClassName
{
background-color: #A6A791;
}
.BgClassName
{
background-color: #A6A791;
}
</style>
border-color css
<style>
span { border-color: #A6A791; }
span { border-color: rgb(166,167,145); }
td.TdClassName
{
border-color: #A6A791;
}
.TagClassName
{
border-color: #A6A791;
}
</style>