Shades of Brass #A3A949
Tints of Brass #A3A949
RGB
CMYK
RGB Variations
Color information
#A3A949 (or 0xA3A949) is known color: Brass. HEX triplet: A3, A9 and 49. RGB value is (163,169,73). Sum of RGB (Red+Green+Blue) = 163+169+73=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A949 is #5C56B6. Grayscale: #9C9C9C. Windows color (decimal): -6051511 or 4827555. OLE color: 4827555.
HSL color Cylindrical-coordinate representation of color #A3A949: hue angle of 63.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 #A3A949 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 169 | 73 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.34 |
| HSL | 63.75º | 0.4% | 0.47% | - |
| HSV(B) | 63.75º | 0.57% | 0.66% | - |
| XYZ | 30.49 | 36.64 | 11.77 | - |
| YUV | 156.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 169 | 73 | 0.04 | 0 | 0.57 | 0.34 | 63.75 | 0.4 | 0.47 |
| Hex | A3 | A9 | 49 | 4 | 0 | 39 | 22 | 40 | 28 | 2F |
| Octal | 243 | 251 | 111 | 4 | 0 | 71 | 42 | 100 | 50 | 57 |
| Binary | 10100011 | 10101001 | 1001001 | 100 | 0 | 111001 | 100010 | 1000000 | 101000 | 101111 |
Color Harmonies of #A3A949
Complementary color
Monochromatic Colors of #A3A949
Black with #A3A949
Text Example
Text Example
White with #A3A949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A949; }
p { color: rgb(163,169,73); }
H1.HeaderClassName
{
color: #A3A949;
}
.AnyTagClassName
{
color: #A3A949;
}
</style>
background-color css
<style>
a { background-color: #A3A949; }
a { background-color: rgb(163,169,73); }
div.DivClassName
{
background-color: #A3A949;
}
.BgClassName
{
background-color: #A3A949;
}
</style>
border-color css
<style>
span { border-color: #A3A949; }
span { border-color: rgb(163,169,73); }
td.TdClassName
{
border-color: #A3A949;
}
.TagClassName
{
border-color: #A3A949;
}
</style>