Shades of Bud #A8A989
Tints of Bud #A8A989
RGB
CMYK
RGB Variations
Color information
#A8A989 (or 0xA8A989) is known color: Bud. HEX triplet: A8, A9 and 89. RGB value is (168,169,137). Sum of RGB (Red+Green+Blue) = 168+169+137=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A989 is #575676. Grayscale: #A5A5A5. Windows color (decimal): -5723767 or 9021864. OLE color: 9021864.
HSL color Cylindrical-coordinate representation of color #A8A989: hue angle of 61.88º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8A989 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 137 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.34 |
| HSL | 61.88º | 0.16% | 0.6% | - |
| HSV(B) | 61.88º | 0.19% | 0.66% | - |
| XYZ | 34.85 | 38.51 | 29.26 | - |
| YUV | 165.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 137 | 0.01 | 0 | 0.19 | 0.34 | 61.88 | 0.16 | 0.6 |
| Hex | A8 | A9 | 89 | 1 | 0 | 13 | 22 | 3E | 10 | 3C |
| Octal | 250 | 251 | 211 | 1 | 0 | 23 | 42 | 76 | 20 | 74 |
| Binary | 10101000 | 10101001 | 10001001 | 1 | 0 | 10011 | 100010 | 111110 | 10000 | 111100 |
Color Harmonies of #A8A989
Complementary color
Monochromatic Colors of #A8A989
Black with #A8A989
Text Example
Text Example
White with #A8A989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A989; }
p { color: rgb(168,169,137); }
H1.HeaderClassName
{
color: #A8A989;
}
.AnyTagClassName
{
color: #A8A989;
}
</style>
background-color css
<style>
a { background-color: #A8A989; }
a { background-color: rgb(168,169,137); }
div.DivClassName
{
background-color: #A8A989;
}
.BgClassName
{
background-color: #A8A989;
}
</style>
border-color css
<style>
span { border-color: #A8A989; }
span { border-color: rgb(168,169,137); }
td.TdClassName
{
border-color: #A8A989;
}
.TagClassName
{
border-color: #A8A989;
}
</style>