Shades of Brass #A2A63A
Tints of Brass #A2A63A
RGB
CMYK
RGB Variations
Color information
#A2A63A (or 0xA2A63A) is known color: Brass. HEX triplet: A2, A6 and 3A. RGB value is (162,166,58). Sum of RGB (Red+Green+Blue) = 162+166+58=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A63A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A63A is #5D59C5. Grayscale: #989898. Windows color (decimal): -6117830 or 3843746. OLE color: 3843746.
HSL color Cylindrical-coordinate representation of color #A2A63A: hue angle of 62.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2A63A is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 166 | 58 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.35 |
| HSL | 62.22º | 0.48% | 0.44% | - |
| HSV(B) | 62.22º | 0.65% | 0.65% | - |
| XYZ | 29.3 | 35.26 | 9.26 | - |
| YUV | 152.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 58 | 0.02 | 0 | 0.65 | 0.35 | 62.22 | 0.48 | 0.44 |
| Hex | A2 | A6 | 3A | 2 | 0 | 41 | 23 | 3E | 30 | 2C |
| Octal | 242 | 246 | 72 | 2 | 0 | 101 | 43 | 76 | 60 | 54 |
| Binary | 10100010 | 10100110 | 111010 | 10 | 0 | 1000001 | 100011 | 111110 | 110000 | 101100 |
Color Harmonies of #A2A63A
Complementary color
Monochromatic Colors of #A2A63A
Black with #A2A63A
Text Example
Text Example
White with #A2A63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A63A; }
p { color: rgb(162,166,58); }
H1.HeaderClassName
{
color: #A2A63A;
}
.AnyTagClassName
{
color: #A2A63A;
}
</style>
background-color css
<style>
a { background-color: #A2A63A; }
a { background-color: rgb(162,166,58); }
div.DivClassName
{
background-color: #A2A63A;
}
.BgClassName
{
background-color: #A2A63A;
}
</style>
border-color css
<style>
span { border-color: #A2A63A; }
span { border-color: rgb(162,166,58); }
td.TdClassName
{
border-color: #A2A63A;
}
.TagClassName
{
border-color: #A2A63A;
}
</style>