Shades of Brass #A2AA37
Tints of Brass #A2AA37
RGB
CMYK
RGB Variations
Color information
#A2AA37 (or 0xA2AA37) is known color: Brass. HEX triplet: A2, AA and 37. RGB value is (162,170,55). Sum of RGB (Red+Green+Blue) = 162+170+55=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AA37 is #5D55C8. Grayscale: #9A9A9A. Windows color (decimal): -6116809 or 3648162. OLE color: 3648162.
HSL color Cylindrical-coordinate representation of color #A2AA37: hue angle of 64.17º 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 #A2AA37 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 55 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.33 |
| HSL | 64.17º | 0.51% | 0.44% | - |
| HSV(B) | 64.17º | 0.68% | 0.67% | - |
| XYZ | 29.96 | 36.71 | 9.12 | - |
| YUV | 154.5 | 71.85 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 55 | 0.05 | 0 | 0.68 | 0.33 | 64.17 | 0.51 | 0.44 |
| Hex | A2 | AA | 37 | 5 | 0 | 44 | 21 | 40 | 33 | 2C |
| Octal | 242 | 252 | 67 | 5 | 0 | 104 | 41 | 100 | 63 | 54 |
| Binary | 10100010 | 10101010 | 110111 | 101 | 0 | 1000100 | 100001 | 1000000 | 110011 | 101100 |
Color Harmonies of #A2AA37
Complementary color
Monochromatic Colors of #A2AA37
Black with #A2AA37
Text Example
Text Example
White with #A2AA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA37; }
p { color: rgb(162,170,55); }
H1.HeaderClassName
{
color: #A2AA37;
}
.AnyTagClassName
{
color: #A2AA37;
}
</style>
background-color css
<style>
a { background-color: #A2AA37; }
a { background-color: rgb(162,170,55); }
div.DivClassName
{
background-color: #A2AA37;
}
.BgClassName
{
background-color: #A2AA37;
}
</style>
border-color css
<style>
span { border-color: #A2AA37; }
span { border-color: rgb(162,170,55); }
td.TdClassName
{
border-color: #A2AA37;
}
.TagClassName
{
border-color: #A2AA37;
}
</style>