Shades of Brass #A2A047
Tints of Brass #A2A047
RGB
CMYK
RGB Variations
Color information
#A2A047 (or 0xA2A047) is known color: Brass. HEX triplet: A2, A0 and 47. RGB value is (162,160,71). Sum of RGB (Red+Green+Blue) = 162+160+71=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A047 is #5D5FB8. Grayscale: #969696. Windows color (decimal): -6119353 or 4694178. OLE color: 4694178.
HSL color Cylindrical-coordinate representation of color #A2A047: hue angle of 58.68º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2A047 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 71 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.36 |
| HSL | 58.68º | 0.39% | 0.46% | - |
| HSV(B) | 58.68º | 0.56% | 0.64% | - |
| XYZ | 28.61 | 33.28 | 10.88 | - |
| YUV | 150.45 | 83.16 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 71 | 0 | 0.01 | 0.56 | 0.36 | 58.68 | 0.39 | 0.46 |
| Hex | A2 | A0 | 47 | 0 | 1 | 38 | 24 | 3B | 27 | 2E |
| Octal | 242 | 240 | 107 | 0 | 1 | 70 | 44 | 73 | 47 | 56 |
| Binary | 10100010 | 10100000 | 1000111 | 0 | 1 | 111000 | 100100 | 111011 | 100111 | 101110 |
Color Harmonies of #A2A047
Complementary color
Monochromatic Colors of #A2A047
Black with #A2A047
Text Example
Text Example
White with #A2A047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A047; }
p { color: rgb(162,160,71); }
H1.HeaderClassName
{
color: #A2A047;
}
.AnyTagClassName
{
color: #A2A047;
}
</style>
background-color css
<style>
a { background-color: #A2A047; }
a { background-color: rgb(162,160,71); }
div.DivClassName
{
background-color: #A2A047;
}
.BgClassName
{
background-color: #A2A047;
}
</style>
border-color css
<style>
span { border-color: #A2A047; }
span { border-color: rgb(162,160,71); }
td.TdClassName
{
border-color: #A2A047;
}
.TagClassName
{
border-color: #A2A047;
}
</style>