Shades of Bud #A1A78B
Tints of Bud #A1A78B
RGB
CMYK
RGB Variations
Color information
#A1A78B (or 0xA1A78B) is known color: Bud. HEX triplet: A1, A7 and 8B. RGB value is (161,167,139). Sum of RGB (Red+Green+Blue) = 161+167+139=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A78B is #5E5874. Grayscale: #A2A2A2. Windows color (decimal): -6183029 or 9152417. OLE color: 9152417.
HSL color Cylindrical-coordinate representation of color #A1A78B: hue angle of 72.86º 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 #A1A78B is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 167 | 139 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.35 |
| HSL | 72.86º | 0.14% | 0.6% | - |
| HSV(B) | 72.86º | 0.17% | 0.65% | - |
| XYZ | 33.18 | 37.08 | 29.83 | - |
| YUV | 162.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 139 | 0.04 | 0 | 0.17 | 0.35 | 72.86 | 0.14 | 0.6 |
| Hex | A1 | A7 | 8B | 4 | 0 | 11 | 23 | 49 | E | 3C |
| Octal | 241 | 247 | 213 | 4 | 0 | 21 | 43 | 111 | 16 | 74 |
| Binary | 10100001 | 10100111 | 10001011 | 100 | 0 | 10001 | 100011 | 1001001 | 1110 | 111100 |
Color Harmonies of #A1A78B
Complementary color
Monochromatic Colors of #A1A78B
Black with #A1A78B
Text Example
Text Example
White with #A1A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A78B; }
p { color: rgb(161,167,139); }
H1.HeaderClassName
{
color: #A1A78B;
}
.AnyTagClassName
{
color: #A1A78B;
}
</style>
background-color css
<style>
a { background-color: #A1A78B; }
a { background-color: rgb(161,167,139); }
div.DivClassName
{
background-color: #A1A78B;
}
.BgClassName
{
background-color: #A1A78B;
}
</style>
border-color css
<style>
span { border-color: #A1A78B; }
span { border-color: rgb(161,167,139); }
td.TdClassName
{
border-color: #A1A78B;
}
.TagClassName
{
border-color: #A1A78B;
}
</style>