Shades of Brass #A1A03D
Tints of Brass #A1A03D
RGB
CMYK
RGB Variations
Color information
#A1A03D (or 0xA1A03D) is known color: Brass. HEX triplet: A1, A0 and 3D. RGB value is (161,160,61). Sum of RGB (Red+Green+Blue) = 161+160+61=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A03D is #5E5FC2. Grayscale: #959595. Windows color (decimal): -6184899 or 4038817. OLE color: 4038817.
HSL color Cylindrical-coordinate representation of color #A1A03D: hue angle of 59.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1A03D is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 61 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.37 |
| HSL | 59.4º | 0.45% | 0.44% | - |
| HSV(B) | 59.4º | 0.62% | 0.63% | - |
| XYZ | 28.11 | 33.06 | 9.31 | - |
| YUV | 149.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 61 | 0 | 0.01 | 0.62 | 0.37 | 59.4 | 0.45 | 0.44 |
| Hex | A1 | A0 | 3D | 0 | 1 | 3E | 25 | 3B | 2D | 2C |
| Octal | 241 | 240 | 75 | 0 | 1 | 76 | 45 | 73 | 55 | 54 |
| Binary | 10100001 | 10100000 | 111101 | 0 | 1 | 111110 | 100101 | 111011 | 101101 | 101100 |
Color Harmonies of #A1A03D
Complementary color
Monochromatic Colors of #A1A03D
Black with #A1A03D
Text Example
Text Example
White with #A1A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A03D; }
p { color: rgb(161,160,61); }
H1.HeaderClassName
{
color: #A1A03D;
}
.AnyTagClassName
{
color: #A1A03D;
}
</style>
background-color css
<style>
a { background-color: #A1A03D; }
a { background-color: rgb(161,160,61); }
div.DivClassName
{
background-color: #A1A03D;
}
.BgClassName
{
background-color: #A1A03D;
}
</style>
border-color css
<style>
span { border-color: #A1A03D; }
span { border-color: rgb(161,160,61); }
td.TdClassName
{
border-color: #A1A03D;
}
.TagClassName
{
border-color: #A1A03D;
}
</style>