Shades of Brass #A1A246
Tints of Brass #A1A246
RGB
CMYK
RGB Variations
Color information
#A1A246 (or 0xA1A246) is known color: Brass. HEX triplet: A1, A2 and 46. RGB value is (161,162,70). Sum of RGB (Red+Green+Blue) = 161+162+70=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A246 is #5E5DB9. Grayscale: #979797. Windows color (decimal): -6184378 or 4629153. OLE color: 4629153.
HSL color Cylindrical-coordinate representation of color #A1A246: hue angle of 60.65º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1A246 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 70 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.36 |
| HSL | 60.65º | 0.4% | 0.45% | - |
| HSV(B) | 60.65º | 0.57% | 0.64% | - |
| XYZ | 28.72 | 33.86 | 10.82 | - |
| YUV | 151.21 | 82.17 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 70 | 0.01 | 0 | 0.57 | 0.36 | 60.65 | 0.4 | 0.45 |
| Hex | A1 | A2 | 46 | 1 | 0 | 39 | 24 | 3D | 28 | 2D |
| Octal | 241 | 242 | 106 | 1 | 0 | 71 | 44 | 75 | 50 | 55 |
| Binary | 10100001 | 10100010 | 1000110 | 1 | 0 | 111001 | 100100 | 111101 | 101000 | 101101 |
Color Harmonies of #A1A246
Complementary color
Monochromatic Colors of #A1A246
Black with #A1A246
Text Example
Text Example
White with #A1A246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A246; }
p { color: rgb(161,162,70); }
H1.HeaderClassName
{
color: #A1A246;
}
.AnyTagClassName
{
color: #A1A246;
}
</style>
background-color css
<style>
a { background-color: #A1A246; }
a { background-color: rgb(161,162,70); }
div.DivClassName
{
background-color: #A1A246;
}
.BgClassName
{
background-color: #A1A246;
}
</style>
border-color css
<style>
span { border-color: #A1A246; }
span { border-color: rgb(161,162,70); }
td.TdClassName
{
border-color: #A1A246;
}
.TagClassName
{
border-color: #A1A246;
}
</style>