Shades of Bud #A9AC93
Tints of Bud #A9AC93
RGB
CMYK
RGB Variations
Color information
#A9AC93 (or 0xA9AC93) is known color: Bud. HEX triplet: A9, AC and 93. RGB value is (169,172,147). Sum of RGB (Red+Green+Blue) = 169+172+147=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AC93 is #56536C. Grayscale: #A8A8A8. Windows color (decimal): -5657453 or 9677993. OLE color: 9677993.
HSL color Cylindrical-coordinate representation of color #A9AC93: hue angle of 67.2º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9AC93 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 172 | 147 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.33 |
| HSL | 67.2º | 0.13% | 0.63% | - |
| HSV(B) | 67.2º | 0.15% | 0.67% | - |
| XYZ | 36.38 | 40.05 | 33.42 | - |
| YUV | 168.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 172 | 147 | 0.02 | 0 | 0.15 | 0.33 | 67.2 | 0.13 | 0.63 |
| Hex | A9 | AC | 93 | 2 | 0 | F | 21 | 43 | D | 3F |
| Octal | 251 | 254 | 223 | 2 | 0 | 17 | 41 | 103 | 15 | 77 |
| Binary | 10101001 | 10101100 | 10010011 | 10 | 0 | 1111 | 100001 | 1000011 | 1101 | 111111 |
Color Harmonies of #A9AC93
Complementary color
Monochromatic Colors of #A9AC93
Black with #A9AC93
Text Example
Text Example
White with #A9AC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AC93; }
p { color: rgb(169,172,147); }
H1.HeaderClassName
{
color: #A9AC93;
}
.AnyTagClassName
{
color: #A9AC93;
}
</style>
background-color css
<style>
a { background-color: #A9AC93; }
a { background-color: rgb(169,172,147); }
div.DivClassName
{
background-color: #A9AC93;
}
.BgClassName
{
background-color: #A9AC93;
}
</style>
border-color css
<style>
span { border-color: #A9AC93; }
span { border-color: rgb(169,172,147); }
td.TdClassName
{
border-color: #A9AC93;
}
.TagClassName
{
border-color: #A9AC93;
}
</style>