Shades of Bud #A6A789
Tints of Bud #A6A789
RGB
CMYK
RGB Variations
Color information
#A6A789 (or 0xA6A789) is known color: Bud. HEX triplet: A6, A7 and 89. RGB value is (166,167,137). Sum of RGB (Red+Green+Blue) = 166+167+137=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A789 is #595876. Grayscale: #A3A3A3. Windows color (decimal): -5855351 or 9021350. OLE color: 9021350.
HSL color Cylindrical-coordinate representation of color #A6A789: hue angle of 62º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6A789 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 137 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.35 |
| HSL | 62º | 0.15% | 0.6% | - |
| HSV(B) | 62º | 0.18% | 0.65% | - |
| XYZ | 34.06 | 37.55 | 29.12 | - |
| YUV | 163.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 137 | 0.01 | 0 | 0.18 | 0.35 | 62 | 0.15 | 0.6 |
| Hex | A6 | A7 | 89 | 1 | 0 | 12 | 23 | 3E | F | 3C |
| Octal | 246 | 247 | 211 | 1 | 0 | 22 | 43 | 76 | 17 | 74 |
| Binary | 10100110 | 10100111 | 10001001 | 1 | 0 | 10010 | 100011 | 111110 | 1111 | 111100 |
Color Harmonies of #A6A789
Complementary color
Monochromatic Colors of #A6A789
Black with #A6A789
Text Example
Text Example
White with #A6A789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A789; }
p { color: rgb(166,167,137); }
H1.HeaderClassName
{
color: #A6A789;
}
.AnyTagClassName
{
color: #A6A789;
}
</style>
background-color css
<style>
a { background-color: #A6A789; }
a { background-color: rgb(166,167,137); }
div.DivClassName
{
background-color: #A6A789;
}
.BgClassName
{
background-color: #A6A789;
}
</style>
border-color css
<style>
span { border-color: #A6A789; }
span { border-color: rgb(166,167,137); }
td.TdClassName
{
border-color: #A6A789;
}
.TagClassName
{
border-color: #A6A789;
}
</style>