Shades of Brass #A2A140
Tints of Brass #A2A140
RGB
CMYK
RGB Variations
Color information
#A2A140 (or 0xA2A140) is known color: Brass. HEX triplet: A2, A1 and 40. RGB value is (162,161,64). Sum of RGB (Red+Green+Blue) = 162+161+64=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A140 is #5D5EBF. Grayscale: #969696. Windows color (decimal): -6119104 or 4235682. OLE color: 4235682.
HSL color Cylindrical-coordinate representation of color #A2A140: hue angle of 59.39º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2A140 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 161 | 64 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.36 |
| HSL | 59.39º | 0.43% | 0.44% | - |
| HSV(B) | 59.39º | 0.6% | 0.64% | - |
| XYZ | 28.57 | 33.54 | 9.82 | - |
| YUV | 150.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 64 | 0 | 0.01 | 0.60 | 0.36 | 59.39 | 0.43 | 0.44 |
| Hex | A2 | A1 | 40 | 0 | 1 | 3C | 24 | 3B | 2B | 2C |
| Octal | 242 | 241 | 100 | 0 | 1 | 74 | 44 | 73 | 53 | 54 |
| Binary | 10100010 | 10100001 | 1000000 | 0 | 1 | 111100 | 100100 | 111011 | 101011 | 101100 |
Color Harmonies of #A2A140
Complementary color
Monochromatic Colors of #A2A140
Black with #A2A140
Text Example
Text Example
White with #A2A140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A140; }
p { color: rgb(162,161,64); }
H1.HeaderClassName
{
color: #A2A140;
}
.AnyTagClassName
{
color: #A2A140;
}
</style>
background-color css
<style>
a { background-color: #A2A140; }
a { background-color: rgb(162,161,64); }
div.DivClassName
{
background-color: #A2A140;
}
.BgClassName
{
background-color: #A2A140;
}
</style>
border-color css
<style>
span { border-color: #A2A140; }
span { border-color: rgb(162,161,64); }
td.TdClassName
{
border-color: #A2A140;
}
.TagClassName
{
border-color: #A2A140;
}
</style>