Shades of Bud #A7A78E
Tints of Bud #A7A78E
RGB
CMYK
RGB Variations
Color information
#A7A78E (or 0xA7A78E) is known color: Bud. HEX triplet: A7, A7 and 8E. RGB value is (167,167,142). Sum of RGB (Red+Green+Blue) = 167+167+142=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A78E is #585871. Grayscale: #A4A4A4. Windows color (decimal): -5789810 or 9349031. OLE color: 9349031.
HSL color Cylindrical-coordinate representation of color #A7A78E: hue angle of 60º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7A78E is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 167 | 142 | - |
| CMYK | 0 | 0 | 0.15 | 0.35 |
| HSL | 60º | 0.12% | 0.61% | - |
| HSV(B) | 60º | 0.15% | 0.65% | - |
| XYZ | 34.64 | 37.81 | 31.06 | - |
| YUV | 164.15 | 115.5 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 167 | 142 | 0 | 0 | 0.15 | 0.35 | 60 | 0.12 | 0.61 |
| Hex | A7 | A7 | 8E | 0 | 0 | F | 23 | 3C | C | 3D |
| Octal | 247 | 247 | 216 | 0 | 0 | 17 | 43 | 74 | 14 | 75 |
| Binary | 10100111 | 10100111 | 10001110 | 0 | 0 | 1111 | 100011 | 111100 | 1100 | 111101 |
Color Harmonies of #A7A78E
Complementary color
Monochromatic Colors of #A7A78E
Black with #A7A78E
Text Example
Text Example
White with #A7A78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A78E; }
p { color: rgb(167,167,142); }
H1.HeaderClassName
{
color: #A7A78E;
}
.AnyTagClassName
{
color: #A7A78E;
}
</style>
background-color css
<style>
a { background-color: #A7A78E; }
a { background-color: rgb(167,167,142); }
div.DivClassName
{
background-color: #A7A78E;
}
.BgClassName
{
background-color: #A7A78E;
}
</style>
border-color css
<style>
span { border-color: #A7A78E; }
span { border-color: rgb(167,167,142); }
td.TdClassName
{
border-color: #A7A78E;
}
.TagClassName
{
border-color: #A7A78E;
}
</style>