Shades of Brass #A4A049
Tints of Brass #A4A049
RGB
CMYK
RGB Variations
Color information
#A4A049 (or 0xA4A049) is known color: Brass. HEX triplet: A4, A0 and 49. RGB value is (164,160,73). Sum of RGB (Red+Green+Blue) = 164+160+73=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A049 is #5B5FB6. Grayscale: #979797. Windows color (decimal): -5988279 or 4825252. OLE color: 4825252.
HSL color Cylindrical-coordinate representation of color #A4A049: hue angle of 57.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4A049 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 160 | 73 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.36 |
| HSL | 57.36º | 0.38% | 0.46% | - |
| HSV(B) | 57.36º | 0.55% | 0.64% | - |
| XYZ | 29.08 | 33.52 | 11.24 | - |
| YUV | 151.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 160 | 73 | 0 | 0.02 | 0.55 | 0.36 | 57.36 | 0.38 | 0.46 |
| Hex | A4 | A0 | 49 | 0 | 2 | 37 | 24 | 39 | 26 | 2E |
| Octal | 244 | 240 | 111 | 0 | 2 | 67 | 44 | 71 | 46 | 56 |
| Binary | 10100100 | 10100000 | 1001001 | 0 | 10 | 110111 | 100100 | 111001 | 100110 | 101110 |
Color Harmonies of #A4A049
Complementary color
Monochromatic Colors of #A4A049
Black with #A4A049
Text Example
Text Example
White with #A4A049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A049; }
p { color: rgb(164,160,73); }
H1.HeaderClassName
{
color: #A4A049;
}
.AnyTagClassName
{
color: #A4A049;
}
</style>
background-color css
<style>
a { background-color: #A4A049; }
a { background-color: rgb(164,160,73); }
div.DivClassName
{
background-color: #A4A049;
}
.BgClassName
{
background-color: #A4A049;
}
</style>
border-color css
<style>
span { border-color: #A4A049; }
span { border-color: rgb(164,160,73); }
td.TdClassName
{
border-color: #A4A049;
}
.TagClassName
{
border-color: #A4A049;
}
</style>