Shades of Brass #A0AA37
Tints of Brass #A0AA37
RGB
CMYK
RGB Variations
Color information
#A0AA37 (or 0xA0AA37) is known color: Brass. HEX triplet: A0, AA and 37. RGB value is (160,170,55). Sum of RGB (Red+Green+Blue) = 160+170+55=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA37 is #5F55C8. Grayscale: #9A9A9A. Windows color (decimal): -6247881 or 3648160. OLE color: 3648160.
HSL color Cylindrical-coordinate representation of color #A0AA37: hue angle of 65.22º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0AA37 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 55 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.33 |
| HSL | 65.22º | 0.51% | 0.44% | - |
| HSV(B) | 65.22º | 0.68% | 0.67% | - |
| XYZ | 29.56 | 36.5 | 9.1 | - |
| YUV | 153.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 55 | 0.06 | 0 | 0.68 | 0.33 | 65.22 | 0.51 | 0.44 |
| Hex | A0 | AA | 37 | 6 | 0 | 44 | 21 | 41 | 33 | 2C |
| Octal | 240 | 252 | 67 | 6 | 0 | 104 | 41 | 101 | 63 | 54 |
| Binary | 10100000 | 10101010 | 110111 | 110 | 0 | 1000100 | 100001 | 1000001 | 110011 | 101100 |
Color Harmonies of #A0AA37
Complementary color
Monochromatic Colors of #A0AA37
Black with #A0AA37
Text Example
Text Example
White with #A0AA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA37; }
p { color: rgb(160,170,55); }
H1.HeaderClassName
{
color: #A0AA37;
}
.AnyTagClassName
{
color: #A0AA37;
}
</style>
background-color css
<style>
a { background-color: #A0AA37; }
a { background-color: rgb(160,170,55); }
div.DivClassName
{
background-color: #A0AA37;
}
.BgClassName
{
background-color: #A0AA37;
}
</style>
border-color css
<style>
span { border-color: #A0AA37; }
span { border-color: rgb(160,170,55); }
td.TdClassName
{
border-color: #A0AA37;
}
.TagClassName
{
border-color: #A0AA37;
}
</style>