Shades of Brass #A1A04D
Tints of Brass #A1A04D
RGB
CMYK
RGB Variations
Color information
#A1A04D (or 0xA1A04D) is known color: Brass. HEX triplet: A1, A0 and 4D. RGB value is (161,160,77). Sum of RGB (Red+Green+Blue) = 161+160+77=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A04D is #5E5FB2. Grayscale: #979797. Windows color (decimal): -6184883 or 5087393. OLE color: 5087393.
HSL color Cylindrical-coordinate representation of color #A1A04D: hue angle of 59.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1A04D is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 77 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.37 |
| HSL | 59.29º | 0.35% | 0.47% | - |
| HSV(B) | 59.29º | 0.52% | 0.63% | - |
| XYZ | 28.61 | 33.25 | 11.93 | - |
| YUV | 150.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 77 | 0 | 0.01 | 0.52 | 0.37 | 59.29 | 0.35 | 0.47 |
| Hex | A1 | A0 | 4D | 0 | 1 | 34 | 25 | 3B | 23 | 2F |
| Octal | 241 | 240 | 115 | 0 | 1 | 64 | 45 | 73 | 43 | 57 |
| Binary | 10100001 | 10100000 | 1001101 | 0 | 1 | 110100 | 100101 | 111011 | 100011 | 101111 |
Color Harmonies of #A1A04D
Complementary color
Monochromatic Colors of #A1A04D
Black with #A1A04D
Text Example
Text Example
White with #A1A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A04D; }
p { color: rgb(161,160,77); }
H1.HeaderClassName
{
color: #A1A04D;
}
.AnyTagClassName
{
color: #A1A04D;
}
</style>
background-color css
<style>
a { background-color: #A1A04D; }
a { background-color: rgb(161,160,77); }
div.DivClassName
{
background-color: #A1A04D;
}
.BgClassName
{
background-color: #A1A04D;
}
</style>
border-color css
<style>
span { border-color: #A1A04D; }
span { border-color: rgb(161,160,77); }
td.TdClassName
{
border-color: #A1A04D;
}
.TagClassName
{
border-color: #A1A04D;
}
</style>