Shades of Brass #A2A04D
Tints of Brass #A2A04D
RGB
CMYK
RGB Variations
Color information
#A2A04D (or 0xA2A04D) is known color: Brass. HEX triplet: A2, A0 and 4D. RGB value is (162,160,77). Sum of RGB (Red+Green+Blue) = 162+160+77=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A04D is #5D5FB2. Grayscale: #979797. Windows color (decimal): -6119347 or 5087394. OLE color: 5087394.
HSL color Cylindrical-coordinate representation of color #A2A04D: hue angle of 58.59º degrees, saturation: 0.36, 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 #A2A04D is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 77 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.36 |
| HSL | 58.59º | 0.36% | 0.47% | - |
| HSV(B) | 58.59º | 0.52% | 0.64% | - |
| XYZ | 28.81 | 33.36 | 11.94 | - |
| YUV | 151.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 77 | 0 | 0.01 | 0.52 | 0.36 | 58.59 | 0.36 | 0.47 |
| Hex | A2 | A0 | 4D | 0 | 1 | 34 | 24 | 3B | 24 | 2F |
| Octal | 242 | 240 | 115 | 0 | 1 | 64 | 44 | 73 | 44 | 57 |
| Binary | 10100010 | 10100000 | 1001101 | 0 | 1 | 110100 | 100100 | 111011 | 100100 | 101111 |
Color Harmonies of #A2A04D
Complementary color
Monochromatic Colors of #A2A04D
Black with #A2A04D
Text Example
Text Example
White with #A2A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A04D; }
p { color: rgb(162,160,77); }
H1.HeaderClassName
{
color: #A2A04D;
}
.AnyTagClassName
{
color: #A2A04D;
}
</style>
background-color css
<style>
a { background-color: #A2A04D; }
a { background-color: rgb(162,160,77); }
div.DivClassName
{
background-color: #A2A04D;
}
.BgClassName
{
background-color: #A2A04D;
}
</style>
border-color css
<style>
span { border-color: #A2A04D; }
span { border-color: rgb(162,160,77); }
td.TdClassName
{
border-color: #A2A04D;
}
.TagClassName
{
border-color: #A2A04D;
}
</style>