Shades of Brass #A9A747
Tints of Brass #A9A747
RGB
CMYK
RGB Variations
Color information
#A9A747 (or 0xA9A747) is known color: Brass. HEX triplet: A9, A7 and 47. RGB value is (169,167,71). Sum of RGB (Red+Green+Blue) = 169+167+71=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A747 is #5658B8. Grayscale: #9D9D9D. Windows color (decimal): -5658809 or 4695977. OLE color: 4695977.
HSL color Cylindrical-coordinate representation of color #A9A747: hue angle of 58.78º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A9A747 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 167 | 71 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.34 |
| HSL | 58.78º | 0.41% | 0.47% | - |
| HSV(B) | 58.78º | 0.58% | 0.66% | - |
| XYZ | 31.32 | 36.53 | 11.36 | - |
| YUV | 156.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 167 | 71 | 0 | 0.01 | 0.58 | 0.34 | 58.78 | 0.41 | 0.47 |
| Hex | A9 | A7 | 47 | 0 | 1 | 3A | 22 | 3B | 29 | 2F |
| Octal | 251 | 247 | 107 | 0 | 1 | 72 | 42 | 73 | 51 | 57 |
| Binary | 10101001 | 10100111 | 1000111 | 0 | 1 | 111010 | 100010 | 111011 | 101001 | 101111 |
Color Harmonies of #A9A747
Complementary color
Monochromatic Colors of #A9A747
Black with #A9A747
Text Example
Text Example
White with #A9A747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A747; }
p { color: rgb(169,167,71); }
H1.HeaderClassName
{
color: #A9A747;
}
.AnyTagClassName
{
color: #A9A747;
}
</style>
background-color css
<style>
a { background-color: #A9A747; }
a { background-color: rgb(169,167,71); }
div.DivClassName
{
background-color: #A9A747;
}
.BgClassName
{
background-color: #A9A747;
}
</style>
border-color css
<style>
span { border-color: #A9A747; }
span { border-color: rgb(169,167,71); }
td.TdClassName
{
border-color: #A9A747;
}
.TagClassName
{
border-color: #A9A747;
}
</style>