Shades of Bud #A9AD8A
Tints of Bud #A9AD8A
RGB
CMYK
RGB Variations
Color information
#A9AD8A (or 0xA9AD8A) is known color: Bud. HEX triplet: A9, AD and 8A. RGB value is (169,173,138). Sum of RGB (Red+Green+Blue) = 169+173+138=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AD8A is #565275. Grayscale: #A7A7A7. Windows color (decimal): -5657206 or 9088425. OLE color: 9088425.
HSL color Cylindrical-coordinate representation of color #A9AD8A: hue angle of 66.86º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9AD8A is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 173 | 138 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.32 |
| HSL | 66.86º | 0.18% | 0.61% | - |
| HSV(B) | 66.86º | 0.2% | 0.68% | - |
| XYZ | 35.89 | 40.16 | 29.9 | - |
| YUV | 167.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 138 | 0.02 | 0 | 0.20 | 0.32 | 66.86 | 0.18 | 0.61 |
| Hex | A9 | AD | 8A | 2 | 0 | 14 | 20 | 43 | 12 | 3D |
| Octal | 251 | 255 | 212 | 2 | 0 | 24 | 40 | 103 | 22 | 75 |
| Binary | 10101001 | 10101101 | 10001010 | 10 | 0 | 10100 | 100000 | 1000011 | 10010 | 111101 |
Color Harmonies of #A9AD8A
Complementary color
Monochromatic Colors of #A9AD8A
Black with #A9AD8A
Text Example
Text Example
White with #A9AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AD8A; }
p { color: rgb(169,173,138); }
H1.HeaderClassName
{
color: #A9AD8A;
}
.AnyTagClassName
{
color: #A9AD8A;
}
</style>
background-color css
<style>
a { background-color: #A9AD8A; }
a { background-color: rgb(169,173,138); }
div.DivClassName
{
background-color: #A9AD8A;
}
.BgClassName
{
background-color: #A9AD8A;
}
</style>
border-color css
<style>
span { border-color: #A9AD8A; }
span { border-color: rgb(169,173,138); }
td.TdClassName
{
border-color: #A9AD8A;
}
.TagClassName
{
border-color: #A9AD8A;
}
</style>