Shades of Brass #A0A940
Tints of Brass #A0A940
RGB
CMYK
RGB Variations
Color information
#A0A940 (or 0xA0A940) is known color: Brass. HEX triplet: A0, A9 and 40. RGB value is (160,169,64). Sum of RGB (Red+Green+Blue) = 160+169+64=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A940 is #5F56BF. Grayscale: #9A9A9A. Windows color (decimal): -6248128 or 4237728. OLE color: 4237728.
HSL color Cylindrical-coordinate representation of color #A0A940: hue angle of 65.14º 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 #A0A940 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 169 | 64 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.34 |
| HSL | 65.14º | 0.45% | 0.46% | - |
| HSV(B) | 65.14º | 0.62% | 0.66% | - |
| XYZ | 29.61 | 36.22 | 10.28 | - |
| YUV | 154.34 | 77.02 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 169 | 64 | 0.05 | 0 | 0.62 | 0.34 | 65.14 | 0.45 | 0.46 |
| Hex | A0 | A9 | 40 | 5 | 0 | 3E | 22 | 41 | 2D | 2E |
| Octal | 240 | 251 | 100 | 5 | 0 | 76 | 42 | 101 | 55 | 56 |
| Binary | 10100000 | 10101001 | 1000000 | 101 | 0 | 111110 | 100010 | 1000001 | 101101 | 101110 |
Color Harmonies of #A0A940
Complementary color
Monochromatic Colors of #A0A940
Black with #A0A940
Text Example
Text Example
White with #A0A940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A940; }
p { color: rgb(160,169,64); }
H1.HeaderClassName
{
color: #A0A940;
}
.AnyTagClassName
{
color: #A0A940;
}
</style>
background-color css
<style>
a { background-color: #A0A940; }
a { background-color: rgb(160,169,64); }
div.DivClassName
{
background-color: #A0A940;
}
.BgClassName
{
background-color: #A0A940;
}
</style>
border-color css
<style>
span { border-color: #A0A940; }
span { border-color: rgb(160,169,64); }
td.TdClassName
{
border-color: #A0A940;
}
.TagClassName
{
border-color: #A0A940;
}
</style>