Shades of Bud #A1A78F
Tints of Bud #A1A78F
RGB
CMYK
RGB Variations
Color information
#A1A78F (or 0xA1A78F) is known color: Bud. HEX triplet: A1, A7 and 8F. RGB value is (161,167,143). Sum of RGB (Red+Green+Blue) = 161+167+143=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A78F is #5E5870. Grayscale: #A2A2A2. Windows color (decimal): -6183025 or 9414561. OLE color: 9414561.
HSL color Cylindrical-coordinate representation of color #A1A78F: hue angle of 75º 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 #A1A78F is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 167 | 143 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.35 |
| HSL | 75º | 0.12% | 0.61% | - |
| HSV(B) | 75º | 0.14% | 0.65% | - |
| XYZ | 33.47 | 37.2 | 31.4 | - |
| YUV | 162.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 143 | 0.04 | 0 | 0.14 | 0.35 | 75 | 0.12 | 0.61 |
| Hex | A1 | A7 | 8F | 4 | 0 | E | 23 | 4B | C | 3D |
| Octal | 241 | 247 | 217 | 4 | 0 | 16 | 43 | 113 | 14 | 75 |
| Binary | 10100001 | 10100111 | 10001111 | 100 | 0 | 1110 | 100011 | 1001011 | 1100 | 111101 |
Color Harmonies of #A1A78F
Complementary color
Monochromatic Colors of #A1A78F
Black with #A1A78F
Text Example
Text Example
White with #A1A78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A78F; }
p { color: rgb(161,167,143); }
H1.HeaderClassName
{
color: #A1A78F;
}
.AnyTagClassName
{
color: #A1A78F;
}
</style>
background-color css
<style>
a { background-color: #A1A78F; }
a { background-color: rgb(161,167,143); }
div.DivClassName
{
background-color: #A1A78F;
}
.BgClassName
{
background-color: #A1A78F;
}
</style>
border-color css
<style>
span { border-color: #A1A78F; }
span { border-color: rgb(161,167,143); }
td.TdClassName
{
border-color: #A1A78F;
}
.TagClassName
{
border-color: #A1A78F;
}
</style>