Shades of Bud #A9AA91
Tints of Bud #A9AA91
RGB
CMYK
RGB Variations
Color information
#A9AA91 (or 0xA9AA91) is known color: Bud. HEX triplet: A9, AA and 91. RGB value is (169,170,145). Sum of RGB (Red+Green+Blue) = 169+170+145=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AA91 is #56556E. Grayscale: #A6A6A6. Windows color (decimal): -5657967 or 9546409. OLE color: 9546409.
HSL color Cylindrical-coordinate representation of color #A9AA91: hue angle of 62.4º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9AA91 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 145 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.33 |
| HSL | 62.4º | 0.13% | 0.62% | - |
| HSV(B) | 62.4º | 0.15% | 0.67% | - |
| XYZ | 35.85 | 39.23 | 32.47 | - |
| YUV | 166.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 145 | 0.01 | 0 | 0.15 | 0.33 | 62.4 | 0.13 | 0.62 |
| Hex | A9 | AA | 91 | 1 | 0 | F | 21 | 3E | D | 3E |
| Octal | 251 | 252 | 221 | 1 | 0 | 17 | 41 | 76 | 15 | 76 |
| Binary | 10101001 | 10101010 | 10010001 | 1 | 0 | 1111 | 100001 | 111110 | 1101 | 111110 |
Color Harmonies of #A9AA91
Complementary color
Monochromatic Colors of #A9AA91
Black with #A9AA91
Text Example
Text Example
White with #A9AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA91; }
p { color: rgb(169,170,145); }
H1.HeaderClassName
{
color: #A9AA91;
}
.AnyTagClassName
{
color: #A9AA91;
}
</style>
background-color css
<style>
a { background-color: #A9AA91; }
a { background-color: rgb(169,170,145); }
div.DivClassName
{
background-color: #A9AA91;
}
.BgClassName
{
background-color: #A9AA91;
}
</style>
border-color css
<style>
span { border-color: #A9AA91; }
span { border-color: rgb(169,170,145); }
td.TdClassName
{
border-color: #A9AA91;
}
.TagClassName
{
border-color: #A9AA91;
}
</style>