Shades of Bud #A9AA89
Tints of Bud #A9AA89
RGB
CMYK
RGB Variations
Color information
#A9AA89 (or 0xA9AA89) is known color: Bud. HEX triplet: A9, AA and 89. RGB value is (169,170,137). Sum of RGB (Red+Green+Blue) = 169+170+137=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AA89 is #565576. Grayscale: #A6A6A6. Windows color (decimal): -5657975 or 9022121. OLE color: 9022121.
HSL color Cylindrical-coordinate representation of color #A9AA89: hue angle of 61.82º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9AA89 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 137 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.33 |
| HSL | 61.82º | 0.16% | 0.6% | - |
| HSV(B) | 61.82º | 0.19% | 0.67% | - |
| XYZ | 35.25 | 38.99 | 29.33 | - |
| YUV | 165.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 137 | 0.01 | 0 | 0.19 | 0.33 | 61.82 | 0.16 | 0.6 |
| Hex | A9 | AA | 89 | 1 | 0 | 13 | 21 | 3E | 10 | 3C |
| Octal | 251 | 252 | 211 | 1 | 0 | 23 | 41 | 76 | 20 | 74 |
| Binary | 10101001 | 10101010 | 10001001 | 1 | 0 | 10011 | 100001 | 111110 | 10000 | 111100 |
Color Harmonies of #A9AA89
Complementary color
Monochromatic Colors of #A9AA89
Black with #A9AA89
Text Example
Text Example
White with #A9AA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA89; }
p { color: rgb(169,170,137); }
H1.HeaderClassName
{
color: #A9AA89;
}
.AnyTagClassName
{
color: #A9AA89;
}
</style>
background-color css
<style>
a { background-color: #A9AA89; }
a { background-color: rgb(169,170,137); }
div.DivClassName
{
background-color: #A9AA89;
}
.BgClassName
{
background-color: #A9AA89;
}
</style>
border-color css
<style>
span { border-color: #A9AA89; }
span { border-color: rgb(169,170,137); }
td.TdClassName
{
border-color: #A9AA89;
}
.TagClassName
{
border-color: #A9AA89;
}
</style>