Shades of Bud #A9AB8D
Tints of Bud #A9AB8D
RGB
CMYK
RGB Variations
Color information
#A9AB8D (or 0xA9AB8D) is known color: Bud. HEX triplet: A9, AB and 8D. RGB value is (169,171,141). Sum of RGB (Red+Green+Blue) = 169+171+141=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB8D is #565472. Grayscale: #A7A7A7. Windows color (decimal): -5657715 or 9284521. OLE color: 9284521.
HSL color Cylindrical-coordinate representation of color #A9AB8D: hue angle of 64º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9AB8D is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 171 | 141 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.33 |
| HSL | 64º | 0.15% | 0.61% | - |
| HSV(B) | 64º | 0.18% | 0.67% | - |
| XYZ | 35.73 | 39.48 | 30.94 | - |
| YUV | 166.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 171 | 141 | 0.01 | 0 | 0.18 | 0.33 | 64 | 0.15 | 0.61 |
| Hex | A9 | AB | 8D | 1 | 0 | 12 | 21 | 40 | F | 3D |
| Octal | 251 | 253 | 215 | 1 | 0 | 22 | 41 | 100 | 17 | 75 |
| Binary | 10101001 | 10101011 | 10001101 | 1 | 0 | 10010 | 100001 | 1000000 | 1111 | 111101 |
Color Harmonies of #A9AB8D
Complementary color
Monochromatic Colors of #A9AB8D
Black with #A9AB8D
Text Example
Text Example
White with #A9AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AB8D; }
p { color: rgb(169,171,141); }
H1.HeaderClassName
{
color: #A9AB8D;
}
.AnyTagClassName
{
color: #A9AB8D;
}
</style>
background-color css
<style>
a { background-color: #A9AB8D; }
a { background-color: rgb(169,171,141); }
div.DivClassName
{
background-color: #A9AB8D;
}
.BgClassName
{
background-color: #A9AB8D;
}
</style>
border-color css
<style>
span { border-color: #A9AB8D; }
span { border-color: rgb(169,171,141); }
td.TdClassName
{
border-color: #A9AB8D;
}
.TagClassName
{
border-color: #A9AB8D;
}
</style>