Shades of Brass #A2A949
Tints of Brass #A2A949
RGB
CMYK
RGB Variations
Color information
#A2A949 (or 0xA2A949) is known color: Brass. HEX triplet: A2, A9 and 49. RGB value is (162,169,73). Sum of RGB (Red+Green+Blue) = 162+169+73=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A949 is #5D56B6. Grayscale: #9C9C9C. Windows color (decimal): -6117047 or 4827554. OLE color: 4827554.
HSL color Cylindrical-coordinate representation of color #A2A949: hue angle of 64.38º 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 #A2A949 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 73 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.34 |
| HSL | 64.38º | 0.4% | 0.47% | - |
| HSV(B) | 64.38º | 0.57% | 0.66% | - |
| XYZ | 30.29 | 36.54 | 11.76 | - |
| YUV | 155.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 73 | 0.04 | 0 | 0.57 | 0.34 | 64.38 | 0.4 | 0.47 |
| Hex | A2 | A9 | 49 | 4 | 0 | 39 | 22 | 40 | 28 | 2F |
| Octal | 242 | 251 | 111 | 4 | 0 | 71 | 42 | 100 | 50 | 57 |
| Binary | 10100010 | 10101001 | 1001001 | 100 | 0 | 111001 | 100010 | 1000000 | 101000 | 101111 |
Color Harmonies of #A2A949
Complementary color
Monochromatic Colors of #A2A949
Black with #A2A949
Text Example
Text Example
White with #A2A949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A949; }
p { color: rgb(162,169,73); }
H1.HeaderClassName
{
color: #A2A949;
}
.AnyTagClassName
{
color: #A2A949;
}
</style>
background-color css
<style>
a { background-color: #A2A949; }
a { background-color: rgb(162,169,73); }
div.DivClassName
{
background-color: #A2A949;
}
.BgClassName
{
background-color: #A2A949;
}
</style>
border-color css
<style>
span { border-color: #A2A949; }
span { border-color: rgb(162,169,73); }
td.TdClassName
{
border-color: #A2A949;
}
.TagClassName
{
border-color: #A2A949;
}
</style>