Shades of Bud #A9AB91
Tints of Bud #A9AB91
RGB
CMYK
RGB Variations
Color information
#A9AB91 (or 0xA9AB91) is known color: Bud. HEX triplet: A9, AB and 91. RGB value is (169,171,145). Sum of RGB (Red+Green+Blue) = 169+171+145=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB91 is #56546E. Grayscale: #A7A7A7. Windows color (decimal): -5657711 or 9546665. OLE color: 9546665.
HSL color Cylindrical-coordinate representation of color #A9AB91: hue angle of 64.62º 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 #A9AB91 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 171 | 145 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.33 |
| HSL | 64.62º | 0.13% | 0.62% | - |
| HSV(B) | 64.62º | 0.15% | 0.67% | - |
| XYZ | 36.04 | 39.61 | 32.53 | - |
| YUV | 167.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 145 | 0.01 | 0 | 0.15 | 0.33 | 64.62 | 0.13 | 0.62 |
| Hex | A9 | AB | 91 | 1 | 0 | F | 21 | 41 | D | 3E |
| Octal | 251 | 253 | 221 | 1 | 0 | 17 | 41 | 101 | 15 | 76 |
| Binary | 10101001 | 10101011 | 10010001 | 1 | 0 | 1111 | 100001 | 1000001 | 1101 | 111110 |
Color Harmonies of #A9AB91
Complementary color
Monochromatic Colors of #A9AB91
Black with #A9AB91
Text Example
Text Example
White with #A9AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AB91; }
p { color: rgb(169,171,145); }
H1.HeaderClassName
{
color: #A9AB91;
}
.AnyTagClassName
{
color: #A9AB91;
}
</style>
background-color css
<style>
a { background-color: #A9AB91; }
a { background-color: rgb(169,171,145); }
div.DivClassName
{
background-color: #A9AB91;
}
.BgClassName
{
background-color: #A9AB91;
}
</style>
border-color css
<style>
span { border-color: #A9AB91; }
span { border-color: rgb(169,171,145); }
td.TdClassName
{
border-color: #A9AB91;
}
.TagClassName
{
border-color: #A9AB91;
}
</style>