Shades of Bud #A9AF8E
Tints of Bud #A9AF8E
RGB
CMYK
RGB Variations
Color information
#A9AF8E (or 0xA9AF8E) is known color: Bud. HEX triplet: A9, AF and 8E. RGB value is (169,175,142). Sum of RGB (Red+Green+Blue) = 169+175+142=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AF8E is #565071. Grayscale: #A9A9A9. Windows color (decimal): -5656690 or 9351081. OLE color: 9351081.
HSL color Cylindrical-coordinate representation of color #A9AF8E: hue angle of 70.91º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9AF8E is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 175 | 142 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.31 |
| HSL | 70.91º | 0.17% | 0.62% | - |
| HSV(B) | 70.91º | 0.19% | 0.69% | - |
| XYZ | 36.57 | 41.05 | 31.59 | - |
| YUV | 169.44 | 112.51 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 175 | 142 | 0.03 | 0 | 0.19 | 0.31 | 70.91 | 0.17 | 0.62 |
| Hex | A9 | AF | 8E | 3 | 0 | 13 | 1F | 47 | 11 | 3E |
| Octal | 251 | 257 | 216 | 3 | 0 | 23 | 37 | 107 | 21 | 76 |
| Binary | 10101001 | 10101111 | 10001110 | 11 | 0 | 10011 | 11111 | 1000111 | 10001 | 111110 |
Color Harmonies of #A9AF8E
Complementary color
Monochromatic Colors of #A9AF8E
Black with #A9AF8E
Text Example
Text Example
White with #A9AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AF8E; }
p { color: rgb(169,175,142); }
H1.HeaderClassName
{
color: #A9AF8E;
}
.AnyTagClassName
{
color: #A9AF8E;
}
</style>
background-color css
<style>
a { background-color: #A9AF8E; }
a { background-color: rgb(169,175,142); }
div.DivClassName
{
background-color: #A9AF8E;
}
.BgClassName
{
background-color: #A9AF8E;
}
</style>
border-color css
<style>
span { border-color: #A9AF8E; }
span { border-color: rgb(169,175,142); }
td.TdClassName
{
border-color: #A9AF8E;
}
.TagClassName
{
border-color: #A9AF8E;
}
</style>