Shades of Bud #A6A78F
Tints of Bud #A6A78F
RGB
CMYK
RGB Variations
Color information
#A6A78F (or 0xA6A78F) is known color: Bud. HEX triplet: A6, A7 and 8F. RGB value is (166,167,143). Sum of RGB (Red+Green+Blue) = 166+167+143=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A78F is #595870. Grayscale: #A4A4A4. Windows color (decimal): -5855345 or 9414566. OLE color: 9414566.
HSL color Cylindrical-coordinate representation of color #A6A78F: hue angle of 62.5º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6A78F is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 167 | 143 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.35 |
| HSL | 62.5º | 0.12% | 0.61% | - |
| HSV(B) | 62.5º | 0.14% | 0.65% | - |
| XYZ | 34.5 | 37.73 | 31.45 | - |
| YUV | 163.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 167 | 143 | 0.01 | 0 | 0.14 | 0.35 | 62.5 | 0.12 | 0.61 |
| Hex | A6 | A7 | 8F | 1 | 0 | E | 23 | 3F | C | 3D |
| Octal | 246 | 247 | 217 | 1 | 0 | 16 | 43 | 77 | 14 | 75 |
| Binary | 10100110 | 10100111 | 10001111 | 1 | 0 | 1110 | 100011 | 111111 | 1100 | 111101 |
Color Harmonies of #A6A78F
Complementary color
Monochromatic Colors of #A6A78F
Black with #A6A78F
Text Example
Text Example
White with #A6A78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A78F; }
p { color: rgb(166,167,143); }
H1.HeaderClassName
{
color: #A6A78F;
}
.AnyTagClassName
{
color: #A6A78F;
}
</style>
background-color css
<style>
a { background-color: #A6A78F; }
a { background-color: rgb(166,167,143); }
div.DivClassName
{
background-color: #A6A78F;
}
.BgClassName
{
background-color: #A6A78F;
}
</style>
border-color css
<style>
span { border-color: #A6A78F; }
span { border-color: rgb(166,167,143); }
td.TdClassName
{
border-color: #A6A78F;
}
.TagClassName
{
border-color: #A6A78F;
}
</style>