Shades of Brass #A2A04E
Tints of Brass #A2A04E
RGB
CMYK
RGB Variations
Color information
#A2A04E (or 0xA2A04E) is known color: Brass. HEX triplet: A2, A0 and 4E. RGB value is (162,160,78). Sum of RGB (Red+Green+Blue) = 162+160+78=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A04E is #5D5FB1. Grayscale: #979797. Windows color (decimal): -6119346 or 5152930. OLE color: 5152930.
HSL color Cylindrical-coordinate representation of color #A2A04E: hue angle of 58.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2A04E is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 78 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.36 |
| HSL | 58.57º | 0.35% | 0.47% | - |
| HSV(B) | 58.57º | 0.52% | 0.64% | - |
| XYZ | 28.85 | 33.37 | 12.13 | - |
| YUV | 151.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 78 | 0 | 0.01 | 0.52 | 0.36 | 58.57 | 0.35 | 0.47 |
| Hex | A2 | A0 | 4E | 0 | 1 | 34 | 24 | 3B | 23 | 2F |
| Octal | 242 | 240 | 116 | 0 | 1 | 64 | 44 | 73 | 43 | 57 |
| Binary | 10100010 | 10100000 | 1001110 | 0 | 1 | 110100 | 100100 | 111011 | 100011 | 101111 |
Color Harmonies of #A2A04E
Complementary color
Monochromatic Colors of #A2A04E
Black with #A2A04E
Text Example
Text Example
White with #A2A04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A04E; }
p { color: rgb(162,160,78); }
H1.HeaderClassName
{
color: #A2A04E;
}
.AnyTagClassName
{
color: #A2A04E;
}
</style>
background-color css
<style>
a { background-color: #A2A04E; }
a { background-color: rgb(162,160,78); }
div.DivClassName
{
background-color: #A2A04E;
}
.BgClassName
{
background-color: #A2A04E;
}
</style>
border-color css
<style>
span { border-color: #A2A04E; }
span { border-color: rgb(162,160,78); }
td.TdClassName
{
border-color: #A2A04E;
}
.TagClassName
{
border-color: #A2A04E;
}
</style>