Shades of Bud #A6A78B
Tints of Bud #A6A78B
RGB
CMYK
RGB Variations
Color information
#A6A78B (or 0xA6A78B) is known color: Bud. HEX triplet: A6, A7 and 8B. RGB value is (166,167,139). Sum of RGB (Red+Green+Blue) = 166+167+139=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A78B is #595874. Grayscale: #A3A3A3. Windows color (decimal): -5855349 or 9152422. OLE color: 9152422.
HSL color Cylindrical-coordinate representation of color #A6A78B: hue angle of 62.14º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6A78B is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 139 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.35 |
| HSL | 62.14º | 0.14% | 0.6% | - |
| HSV(B) | 62.14º | 0.17% | 0.65% | - |
| XYZ | 34.2 | 37.61 | 29.88 | - |
| YUV | 163.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 139 | 0.01 | 0 | 0.17 | 0.35 | 62.14 | 0.14 | 0.6 |
| Hex | A6 | A7 | 8B | 1 | 0 | 11 | 23 | 3E | E | 3C |
| Octal | 246 | 247 | 213 | 1 | 0 | 21 | 43 | 76 | 16 | 74 |
| Binary | 10100110 | 10100111 | 10001011 | 1 | 0 | 10001 | 100011 | 111110 | 1110 | 111100 |
Color Harmonies of #A6A78B
Complementary color
Monochromatic Colors of #A6A78B
Black with #A6A78B
Text Example
Text Example
White with #A6A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A78B; }
p { color: rgb(166,167,139); }
H1.HeaderClassName
{
color: #A6A78B;
}
.AnyTagClassName
{
color: #A6A78B;
}
</style>
background-color css
<style>
a { background-color: #A6A78B; }
a { background-color: rgb(166,167,139); }
div.DivClassName
{
background-color: #A6A78B;
}
.BgClassName
{
background-color: #A6A78B;
}
</style>
border-color css
<style>
span { border-color: #A6A78B; }
span { border-color: rgb(166,167,139); }
td.TdClassName
{
border-color: #A6A78B;
}
.TagClassName
{
border-color: #A6A78B;
}
</style>