Shades of Bud #A1A589
Tints of Bud #A1A589
RGB
CMYK
RGB Variations
Color information
#A1A589 (or 0xA1A589) is known color: Bud. HEX triplet: A1, A5 and 89. RGB value is (161,165,137). Sum of RGB (Red+Green+Blue) = 161+165+137=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A589 is #5E5A76. Grayscale: #A0A0A0. Windows color (decimal): -6183543 or 9020833. OLE color: 9020833.
HSL color Cylindrical-coordinate representation of color #A1A589: hue angle of 68.57º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1A589 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 137 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.35 |
| HSL | 68.57º | 0.13% | 0.59% | - |
| HSV(B) | 68.57º | 0.17% | 0.65% | - |
| XYZ | 32.67 | 36.29 | 28.95 | - |
| YUV | 160.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 137 | 0.02 | 0 | 0.17 | 0.35 | 68.57 | 0.13 | 0.59 |
| Hex | A1 | A5 | 89 | 2 | 0 | 11 | 23 | 45 | D | 3B |
| Octal | 241 | 245 | 211 | 2 | 0 | 21 | 43 | 105 | 15 | 73 |
| Binary | 10100001 | 10100101 | 10001001 | 10 | 0 | 10001 | 100011 | 1000101 | 1101 | 111011 |
Color Harmonies of #A1A589
Complementary color
Monochromatic Colors of #A1A589
Black with #A1A589
Text Example
Text Example
White with #A1A589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A589; }
p { color: rgb(161,165,137); }
H1.HeaderClassName
{
color: #A1A589;
}
.AnyTagClassName
{
color: #A1A589;
}
</style>
background-color css
<style>
a { background-color: #A1A589; }
a { background-color: rgb(161,165,137); }
div.DivClassName
{
background-color: #A1A589;
}
.BgClassName
{
background-color: #A1A589;
}
</style>
border-color css
<style>
span { border-color: #A1A589; }
span { border-color: rgb(161,165,137); }
td.TdClassName
{
border-color: #A1A589;
}
.TagClassName
{
border-color: #A1A589;
}
</style>