Shades of Bud #A5A78F
Tints of Bud #A5A78F
RGB
CMYK
RGB Variations
Color information
#A5A78F (or 0xA5A78F) is known color: Bud. HEX triplet: A5, A7 and 8F. RGB value is (165,167,143). Sum of RGB (Red+Green+Blue) = 165+167+143=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A78F is #5A5870. Grayscale: #A3A3A3. Windows color (decimal): -5920881 or 9414565. OLE color: 9414565.
HSL color Cylindrical-coordinate representation of color #A5A78F: hue angle of 65º 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 #A5A78F is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 167 | 143 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.35 |
| HSL | 65º | 0.12% | 0.61% | - |
| HSV(B) | 65º | 0.14% | 0.65% | - |
| XYZ | 34.29 | 37.62 | 31.44 | - |
| YUV | 163.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 143 | 0.01 | 0 | 0.14 | 0.35 | 65 | 0.12 | 0.61 |
| Hex | A5 | A7 | 8F | 1 | 0 | E | 23 | 41 | C | 3D |
| Octal | 245 | 247 | 217 | 1 | 0 | 16 | 43 | 101 | 14 | 75 |
| Binary | 10100101 | 10100111 | 10001111 | 1 | 0 | 1110 | 100011 | 1000001 | 1100 | 111101 |
Color Harmonies of #A5A78F
Complementary color
Monochromatic Colors of #A5A78F
Black with #A5A78F
Text Example
Text Example
White with #A5A78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A78F; }
p { color: rgb(165,167,143); }
H1.HeaderClassName
{
color: #A5A78F;
}
.AnyTagClassName
{
color: #A5A78F;
}
</style>
background-color css
<style>
a { background-color: #A5A78F; }
a { background-color: rgb(165,167,143); }
div.DivClassName
{
background-color: #A5A78F;
}
.BgClassName
{
background-color: #A5A78F;
}
</style>
border-color css
<style>
span { border-color: #A5A78F; }
span { border-color: rgb(165,167,143); }
td.TdClassName
{
border-color: #A5A78F;
}
.TagClassName
{
border-color: #A5A78F;
}
</style>