Shades of Bud #A5A78B
Tints of Bud #A5A78B
RGB
CMYK
RGB Variations
Color information
#A5A78B (or 0xA5A78B) is known color: Bud. HEX triplet: A5, A7 and 8B. RGB value is (165,167,139). Sum of RGB (Red+Green+Blue) = 165+167+139=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A78B is #5A5874. Grayscale: #A3A3A3. Windows color (decimal): -5920885 or 9152421. OLE color: 9152421.
HSL color Cylindrical-coordinate representation of color #A5A78B: hue angle of 64.29º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5A78B is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 167 | 139 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.35 |
| HSL | 64.29º | 0.14% | 0.6% | - |
| HSV(B) | 64.29º | 0.17% | 0.65% | - |
| XYZ | 34 | 37.5 | 29.87 | - |
| YUV | 163.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 139 | 0.01 | 0 | 0.17 | 0.35 | 64.29 | 0.14 | 0.6 |
| Hex | A5 | A7 | 8B | 1 | 0 | 11 | 23 | 40 | E | 3C |
| Octal | 245 | 247 | 213 | 1 | 0 | 21 | 43 | 100 | 16 | 74 |
| Binary | 10100101 | 10100111 | 10001011 | 1 | 0 | 10001 | 100011 | 1000000 | 1110 | 111100 |
Color Harmonies of #A5A78B
Complementary color
Monochromatic Colors of #A5A78B
Black with #A5A78B
Text Example
Text Example
White with #A5A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A78B; }
p { color: rgb(165,167,139); }
H1.HeaderClassName
{
color: #A5A78B;
}
.AnyTagClassName
{
color: #A5A78B;
}
</style>
background-color css
<style>
a { background-color: #A5A78B; }
a { background-color: rgb(165,167,139); }
div.DivClassName
{
background-color: #A5A78B;
}
.BgClassName
{
background-color: #A5A78B;
}
</style>
border-color css
<style>
span { border-color: #A5A78B; }
span { border-color: rgb(165,167,139); }
td.TdClassName
{
border-color: #A5A78B;
}
.TagClassName
{
border-color: #A5A78B;
}
</style>