Shades of Brass #A1A03A
Tints of Brass #A1A03A
RGB
CMYK
RGB Variations
Color information
#A1A03A (or 0xA1A03A) is known color: Brass. HEX triplet: A1, A0 and 3A. RGB value is (161,160,58). Sum of RGB (Red+Green+Blue) = 161+160+58=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A03A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A03A is #5E5FC5. Grayscale: #959595. Windows color (decimal): -6184902 or 3842209. OLE color: 3842209.
HSL color Cylindrical-coordinate representation of color #A1A03A: hue angle of 59.42º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1A03A is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 58 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.37 |
| HSL | 59.42º | 0.47% | 0.43% | - |
| HSV(B) | 59.42º | 0.64% | 0.63% | - |
| XYZ | 28.03 | 33.02 | 8.9 | - |
| YUV | 148.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 58 | 0 | 0.01 | 0.64 | 0.37 | 59.42 | 0.47 | 0.43 |
| Hex | A1 | A0 | 3A | 0 | 1 | 40 | 25 | 3B | 2F | 2B |
| Octal | 241 | 240 | 72 | 0 | 1 | 100 | 45 | 73 | 57 | 53 |
| Binary | 10100001 | 10100000 | 111010 | 0 | 1 | 1000000 | 100101 | 111011 | 101111 | 101011 |
Color Harmonies of #A1A03A
Complementary color
Monochromatic Colors of #A1A03A
Black with #A1A03A
Text Example
Text Example
White with #A1A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A03A; }
p { color: rgb(161,160,58); }
H1.HeaderClassName
{
color: #A1A03A;
}
.AnyTagClassName
{
color: #A1A03A;
}
</style>
background-color css
<style>
a { background-color: #A1A03A; }
a { background-color: rgb(161,160,58); }
div.DivClassName
{
background-color: #A1A03A;
}
.BgClassName
{
background-color: #A1A03A;
}
</style>
border-color css
<style>
span { border-color: #A1A03A; }
span { border-color: rgb(161,160,58); }
td.TdClassName
{
border-color: #A1A03A;
}
.TagClassName
{
border-color: #A1A03A;
}
</style>