Shades of Brass #A2A036
Tints of Brass #A2A036
RGB
CMYK
RGB Variations
Color information
#A2A036 (or 0xA2A036) is known color: Brass. HEX triplet: A2, A0 and 36. RGB value is (162,160,54). Sum of RGB (Red+Green+Blue) = 162+160+54=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A036 is #5D5FC9. Grayscale: #949494. Windows color (decimal): -6119370 or 3580066. OLE color: 3580066.
HSL color Cylindrical-coordinate representation of color #A2A036: hue angle of 58.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2A036 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 54 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.36 |
| HSL | 58.89º | 0.5% | 0.42% | - |
| HSV(B) | 58.89º | 0.67% | 0.64% | - |
| XYZ | 28.14 | 33.09 | 8.39 | - |
| YUV | 148.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 54 | 0 | 0.01 | 0.67 | 0.36 | 58.89 | 0.5 | 0.42 |
| Hex | A2 | A0 | 36 | 0 | 1 | 43 | 24 | 3B | 32 | 2A |
| Octal | 242 | 240 | 66 | 0 | 1 | 103 | 44 | 73 | 62 | 52 |
| Binary | 10100010 | 10100000 | 110110 | 0 | 1 | 1000011 | 100100 | 111011 | 110010 | 101010 |
Color Harmonies of #A2A036
Complementary color
Monochromatic Colors of #A2A036
Black with #A2A036
Text Example
Text Example
White with #A2A036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A036; }
p { color: rgb(162,160,54); }
H1.HeaderClassName
{
color: #A2A036;
}
.AnyTagClassName
{
color: #A2A036;
}
</style>
background-color css
<style>
a { background-color: #A2A036; }
a { background-color: rgb(162,160,54); }
div.DivClassName
{
background-color: #A2A036;
}
.BgClassName
{
background-color: #A2A036;
}
</style>
border-color css
<style>
span { border-color: #A2A036; }
span { border-color: rgb(162,160,54); }
td.TdClassName
{
border-color: #A2A036;
}
.TagClassName
{
border-color: #A2A036;
}
</style>