Shades of Brass #A9A749
Tints of Brass #A9A749
RGB
CMYK
RGB Variations
Color information
#A9A749 (or 0xA9A749) is known color: Brass. HEX triplet: A9, A7 and 49. RGB value is (169,167,73). Sum of RGB (Red+Green+Blue) = 169+167+73=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A749 is #5658B6. Grayscale: #9D9D9D. Windows color (decimal): -5658807 or 4827049. OLE color: 4827049.
HSL color Cylindrical-coordinate representation of color #A9A749: hue angle of 58.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9A749 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 167 | 73 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.34 |
| HSL | 58.75º | 0.4% | 0.47% | - |
| HSV(B) | 58.75º | 0.57% | 0.66% | - |
| XYZ | 31.38 | 36.55 | 11.7 | - |
| YUV | 156.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 167 | 73 | 0 | 0.01 | 0.57 | 0.34 | 58.75 | 0.4 | 0.47 |
| Hex | A9 | A7 | 49 | 0 | 1 | 39 | 22 | 3B | 28 | 2F |
| Octal | 251 | 247 | 111 | 0 | 1 | 71 | 42 | 73 | 50 | 57 |
| Binary | 10101001 | 10100111 | 1001001 | 0 | 1 | 111001 | 100010 | 111011 | 101000 | 101111 |
Color Harmonies of #A9A749
Complementary color
Monochromatic Colors of #A9A749
Black with #A9A749
Text Example
Text Example
White with #A9A749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A749; }
p { color: rgb(169,167,73); }
H1.HeaderClassName
{
color: #A9A749;
}
.AnyTagClassName
{
color: #A9A749;
}
</style>
background-color css
<style>
a { background-color: #A9A749; }
a { background-color: rgb(169,167,73); }
div.DivClassName
{
background-color: #A9A749;
}
.BgClassName
{
background-color: #A9A749;
}
</style>
border-color css
<style>
span { border-color: #A9A749; }
span { border-color: rgb(169,167,73); }
td.TdClassName
{
border-color: #A9A749;
}
.TagClassName
{
border-color: #A9A749;
}
</style>