Shades of Bud #A9AA93
Tints of Bud #A9AA93
RGB
CMYK
RGB Variations
Color information
#A9AA93 (or 0xA9AA93) is known color: Bud. HEX triplet: A9, AA and 93. RGB value is (169,170,147). Sum of RGB (Red+Green+Blue) = 169+170+147=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AA93 is #56556C. Grayscale: #A7A7A7. Windows color (decimal): -5657965 or 9677481. OLE color: 9677481.
HSL color Cylindrical-coordinate representation of color #A9AA93: hue angle of 62.61º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9AA93 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 147 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.33 |
| HSL | 62.61º | 0.12% | 0.62% | - |
| HSV(B) | 62.61º | 0.14% | 0.67% | - |
| XYZ | 36 | 39.29 | 33.29 | - |
| YUV | 167.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 147 | 0.01 | 0 | 0.14 | 0.33 | 62.61 | 0.12 | 0.62 |
| Hex | A9 | AA | 93 | 1 | 0 | E | 21 | 3F | C | 3E |
| Octal | 251 | 252 | 223 | 1 | 0 | 16 | 41 | 77 | 14 | 76 |
| Binary | 10101001 | 10101010 | 10010011 | 1 | 0 | 1110 | 100001 | 111111 | 1100 | 111110 |
Color Harmonies of #A9AA93
Complementary color
Monochromatic Colors of #A9AA93
Black with #A9AA93
Text Example
Text Example
White with #A9AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA93; }
p { color: rgb(169,170,147); }
H1.HeaderClassName
{
color: #A9AA93;
}
.AnyTagClassName
{
color: #A9AA93;
}
</style>
background-color css
<style>
a { background-color: #A9AA93; }
a { background-color: rgb(169,170,147); }
div.DivClassName
{
background-color: #A9AA93;
}
.BgClassName
{
background-color: #A9AA93;
}
</style>
border-color css
<style>
span { border-color: #A9AA93; }
span { border-color: rgb(169,170,147); }
td.TdClassName
{
border-color: #A9AA93;
}
.TagClassName
{
border-color: #A9AA93;
}
</style>