Shades of Brass #A1A949
Tints of Brass #A1A949
RGB
CMYK
RGB Variations
Color information
#A1A949 (or 0xA1A949) is known color: Brass. HEX triplet: A1, A9 and 49. RGB value is (161,169,73). Sum of RGB (Red+Green+Blue) = 161+169+73=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A949 is #5E56B6. Grayscale: #9C9C9C. Windows color (decimal): -6182583 or 4827553. OLE color: 4827553.
HSL color Cylindrical-coordinate representation of color #A1A949: hue angle of 65º 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 #A1A949 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 73 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.34 |
| HSL | 65º | 0.4% | 0.47% | - |
| HSV(B) | 65º | 0.57% | 0.66% | - |
| XYZ | 30.09 | 36.43 | 11.75 | - |
| YUV | 155.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 73 | 0.05 | 0 | 0.57 | 0.34 | 65 | 0.4 | 0.47 |
| Hex | A1 | A9 | 49 | 5 | 0 | 39 | 22 | 41 | 28 | 2F |
| Octal | 241 | 251 | 111 | 5 | 0 | 71 | 42 | 101 | 50 | 57 |
| Binary | 10100001 | 10101001 | 1001001 | 101 | 0 | 111001 | 100010 | 1000001 | 101000 | 101111 |
Color Harmonies of #A1A949
Complementary color
Monochromatic Colors of #A1A949
Black with #A1A949
Text Example
Text Example
White with #A1A949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A949; }
p { color: rgb(161,169,73); }
H1.HeaderClassName
{
color: #A1A949;
}
.AnyTagClassName
{
color: #A1A949;
}
</style>
background-color css
<style>
a { background-color: #A1A949; }
a { background-color: rgb(161,169,73); }
div.DivClassName
{
background-color: #A1A949;
}
.BgClassName
{
background-color: #A1A949;
}
</style>
border-color css
<style>
span { border-color: #A1A949; }
span { border-color: rgb(161,169,73); }
td.TdClassName
{
border-color: #A1A949;
}
.TagClassName
{
border-color: #A1A949;
}
</style>