Shades of Bud #A7A78F
Tints of Bud #A7A78F
RGB
CMYK
RGB Variations
Color information
#A7A78F (or 0xA7A78F) is known color: Bud. HEX triplet: A7, A7 and 8F. RGB value is (167,167,143). Sum of RGB (Red+Green+Blue) = 167+167+143=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A78F is #585870. Grayscale: #A4A4A4. Windows color (decimal): -5789809 or 9414567. OLE color: 9414567.
HSL color Cylindrical-coordinate representation of color #A7A78F: 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.14%. Process color model (Four color, CMYK) of #A7A78F is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 167 | 143 | - |
| CMYK | 0 | 0 | 0.14 | 0.35 |
| HSL | 60º | 0.12% | 0.61% | - |
| HSV(B) | 60º | 0.14% | 0.65% | - |
| XYZ | 34.71 | 37.84 | 31.46 | - |
| YUV | 164.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 167 | 143 | 0 | 0 | 0.14 | 0.35 | 60 | 0.12 | 0.61 |
| Hex | A7 | A7 | 8F | 0 | 0 | E | 23 | 3C | C | 3D |
| Octal | 247 | 247 | 217 | 0 | 0 | 16 | 43 | 74 | 14 | 75 |
| Binary | 10100111 | 10100111 | 10001111 | 0 | 0 | 1110 | 100011 | 111100 | 1100 | 111101 |
Color Harmonies of #A7A78F
Complementary color
Monochromatic Colors of #A7A78F
Black with #A7A78F
Text Example
Text Example
White with #A7A78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A78F; }
p { color: rgb(167,167,143); }
H1.HeaderClassName
{
color: #A7A78F;
}
.AnyTagClassName
{
color: #A7A78F;
}
</style>
background-color css
<style>
a { background-color: #A7A78F; }
a { background-color: rgb(167,167,143); }
div.DivClassName
{
background-color: #A7A78F;
}
.BgClassName
{
background-color: #A7A78F;
}
</style>
border-color css
<style>
span { border-color: #A7A78F; }
span { border-color: rgb(167,167,143); }
td.TdClassName
{
border-color: #A7A78F;
}
.TagClassName
{
border-color: #A7A78F;
}
</style>