Shades of Brass #A4A949
Tints of Brass #A4A949
RGB
CMYK
RGB Variations
Color information
#A4A949 (or 0xA4A949) is known color: Brass. HEX triplet: A4, A9 and 49. RGB value is (164,169,73). Sum of RGB (Red+Green+Blue) = 164+169+73=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A949 is #5B56B6. Grayscale: #9C9C9C. Windows color (decimal): -5985975 or 4827556. OLE color: 4827556.
HSL color Cylindrical-coordinate representation of color #A4A949: hue angle of 63.12º 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 #A4A949 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 169 | 73 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.34 |
| HSL | 63.13º | 0.4% | 0.47% | - |
| HSV(B) | 63.13º | 0.57% | 0.66% | - |
| XYZ | 30.7 | 36.75 | 11.78 | - |
| YUV | 156.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 169 | 73 | 0.03 | 0 | 0.57 | 0.34 | 63.13 | 0.4 | 0.47 |
| Hex | A4 | A9 | 49 | 3 | 0 | 39 | 22 | 3F | 28 | 2F |
| Octal | 244 | 251 | 111 | 3 | 0 | 71 | 42 | 77 | 50 | 57 |
| Binary | 10100100 | 10101001 | 1001001 | 11 | 0 | 111001 | 100010 | 111111 | 101000 | 101111 |
Color Harmonies of #A4A949
Complementary color
Monochromatic Colors of #A4A949
Black with #A4A949
Text Example
Text Example
White with #A4A949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A949; }
p { color: rgb(164,169,73); }
H1.HeaderClassName
{
color: #A4A949;
}
.AnyTagClassName
{
color: #A4A949;
}
</style>
background-color css
<style>
a { background-color: #A4A949; }
a { background-color: rgb(164,169,73); }
div.DivClassName
{
background-color: #A4A949;
}
.BgClassName
{
background-color: #A4A949;
}
</style>
border-color css
<style>
span { border-color: #A4A949; }
span { border-color: rgb(164,169,73); }
td.TdClassName
{
border-color: #A4A949;
}
.TagClassName
{
border-color: #A4A949;
}
</style>