Shades of Brass #A2A940
Tints of Brass #A2A940
RGB
CMYK
RGB Variations
Color information
#A2A940 (or 0xA2A940) is known color: Brass. HEX triplet: A2, A9 and 40. RGB value is (162,169,64). Sum of RGB (Red+Green+Blue) = 162+169+64=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A940 is #5D56BF. Grayscale: #9B9B9B. Windows color (decimal): -6117056 or 4237730. OLE color: 4237730.
HSL color Cylindrical-coordinate representation of color #A2A940: hue angle of 64º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2A940 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 64 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.34 |
| HSL | 64º | 0.45% | 0.46% | - |
| HSV(B) | 64º | 0.62% | 0.66% | - |
| XYZ | 30.01 | 36.43 | 10.3 | - |
| YUV | 154.94 | 76.68 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 64 | 0.04 | 0 | 0.62 | 0.34 | 64 | 0.45 | 0.46 |
| Hex | A2 | A9 | 40 | 4 | 0 | 3E | 22 | 40 | 2D | 2E |
| Octal | 242 | 251 | 100 | 4 | 0 | 76 | 42 | 100 | 55 | 56 |
| Binary | 10100010 | 10101001 | 1000000 | 100 | 0 | 111110 | 100010 | 1000000 | 101101 | 101110 |
Color Harmonies of #A2A940
Complementary color
Monochromatic Colors of #A2A940
Black with #A2A940
Text Example
Text Example
White with #A2A940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A940; }
p { color: rgb(162,169,64); }
H1.HeaderClassName
{
color: #A2A940;
}
.AnyTagClassName
{
color: #A2A940;
}
</style>
background-color css
<style>
a { background-color: #A2A940; }
a { background-color: rgb(162,169,64); }
div.DivClassName
{
background-color: #A2A940;
}
.BgClassName
{
background-color: #A2A940;
}
</style>
border-color css
<style>
span { border-color: #A2A940; }
span { border-color: rgb(162,169,64); }
td.TdClassName
{
border-color: #A2A940;
}
.TagClassName
{
border-color: #A2A940;
}
</style>