Shades of Bud #A9AC87
Tints of Bud #A9AC87
RGB
CMYK
RGB Variations
Color information
#A9AC87 (or 0xA9AC87) is known color: Bud. HEX triplet: A9, AC and 87. RGB value is (169,172,135). Sum of RGB (Red+Green+Blue) = 169+172+135=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AC87 is #565378. Grayscale: #A7A7A7. Windows color (decimal): -5657465 or 8891561. OLE color: 8891561.
HSL color Cylindrical-coordinate representation of color #A9AC87: hue angle of 64.86º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9AC87 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 172 | 135 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.33 |
| HSL | 64.86º | 0.18% | 0.6% | - |
| HSV(B) | 64.86º | 0.22% | 0.67% | - |
| XYZ | 35.49 | 39.69 | 28.71 | - |
| YUV | 166.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 172 | 135 | 0.02 | 0 | 0.22 | 0.33 | 64.86 | 0.18 | 0.6 |
| Hex | A9 | AC | 87 | 2 | 0 | 16 | 21 | 41 | 12 | 3C |
| Octal | 251 | 254 | 207 | 2 | 0 | 26 | 41 | 101 | 22 | 74 |
| Binary | 10101001 | 10101100 | 10000111 | 10 | 0 | 10110 | 100001 | 1000001 | 10010 | 111100 |
Color Harmonies of #A9AC87
Complementary color
Monochromatic Colors of #A9AC87
Black with #A9AC87
Text Example
Text Example
White with #A9AC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AC87; }
p { color: rgb(169,172,135); }
H1.HeaderClassName
{
color: #A9AC87;
}
.AnyTagClassName
{
color: #A9AC87;
}
</style>
background-color css
<style>
a { background-color: #A9AC87; }
a { background-color: rgb(169,172,135); }
div.DivClassName
{
background-color: #A9AC87;
}
.BgClassName
{
background-color: #A9AC87;
}
</style>
border-color css
<style>
span { border-color: #A9AC87; }
span { border-color: rgb(169,172,135); }
td.TdClassName
{
border-color: #A9AC87;
}
.TagClassName
{
border-color: #A9AC87;
}
</style>