Shades of Bud #A3A78F
Tints of Bud #A3A78F
RGB
CMYK
RGB Variations
Color information
#A3A78F (or 0xA3A78F) is known color: Bud. HEX triplet: A3, A7 and 8F. RGB value is (163,167,143). Sum of RGB (Red+Green+Blue) = 163+167+143=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A78F is #5C5870. Grayscale: #A3A3A3. Windows color (decimal): -6051953 or 9414563. OLE color: 9414563.
HSL color Cylindrical-coordinate representation of color #A3A78F: hue angle of 70º 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 #A3A78F is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 167 | 143 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.35 |
| HSL | 70º | 0.12% | 0.61% | - |
| HSV(B) | 70º | 0.14% | 0.65% | - |
| XYZ | 33.88 | 37.41 | 31.42 | - |
| YUV | 163.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 167 | 143 | 0.02 | 0 | 0.14 | 0.35 | 70 | 0.12 | 0.61 |
| Hex | A3 | A7 | 8F | 2 | 0 | E | 23 | 46 | C | 3D |
| Octal | 243 | 247 | 217 | 2 | 0 | 16 | 43 | 106 | 14 | 75 |
| Binary | 10100011 | 10100111 | 10001111 | 10 | 0 | 1110 | 100011 | 1000110 | 1100 | 111101 |
Color Harmonies of #A3A78F
Complementary color
Monochromatic Colors of #A3A78F
Black with #A3A78F
Text Example
Text Example
White with #A3A78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A78F; }
p { color: rgb(163,167,143); }
H1.HeaderClassName
{
color: #A3A78F;
}
.AnyTagClassName
{
color: #A3A78F;
}
</style>
background-color css
<style>
a { background-color: #A3A78F; }
a { background-color: rgb(163,167,143); }
div.DivClassName
{
background-color: #A3A78F;
}
.BgClassName
{
background-color: #A3A78F;
}
</style>
border-color css
<style>
span { border-color: #A3A78F; }
span { border-color: rgb(163,167,143); }
td.TdClassName
{
border-color: #A3A78F;
}
.TagClassName
{
border-color: #A3A78F;
}
</style>