Shades of Brass #A2AC37
Tints of Brass #A2AC37
RGB
CMYK
RGB Variations
Color information
#A2AC37 (or 0xA2AC37) is known color: Brass. HEX triplet: A2, AC and 37. RGB value is (162,172,55). Sum of RGB (Red+Green+Blue) = 162+172+55=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AC37 is #5D53C8. Grayscale: #9C9C9C. Windows color (decimal): -6116297 or 3648674. OLE color: 3648674.
HSL color Cylindrical-coordinate representation of color #A2AC37: hue angle of 65.13º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2AC37 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 55 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.33 |
| HSL | 65.13º | 0.52% | 0.45% | - |
| HSV(B) | 65.13º | 0.68% | 0.67% | - |
| XYZ | 30.34 | 37.46 | 9.25 | - |
| YUV | 155.67 | 71.19 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 55 | 0.06 | 0 | 0.68 | 0.33 | 65.13 | 0.52 | 0.45 |
| Hex | A2 | AC | 37 | 6 | 0 | 44 | 21 | 41 | 34 | 2D |
| Octal | 242 | 254 | 67 | 6 | 0 | 104 | 41 | 101 | 64 | 55 |
| Binary | 10100010 | 10101100 | 110111 | 110 | 0 | 1000100 | 100001 | 1000001 | 110100 | 101101 |
Color Harmonies of #A2AC37
Complementary color
Monochromatic Colors of #A2AC37
Black with #A2AC37
Text Example
Text Example
White with #A2AC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC37; }
p { color: rgb(162,172,55); }
H1.HeaderClassName
{
color: #A2AC37;
}
.AnyTagClassName
{
color: #A2AC37;
}
</style>
background-color css
<style>
a { background-color: #A2AC37; }
a { background-color: rgb(162,172,55); }
div.DivClassName
{
background-color: #A2AC37;
}
.BgClassName
{
background-color: #A2AC37;
}
</style>
border-color css
<style>
span { border-color: #A2AC37; }
span { border-color: rgb(162,172,55); }
td.TdClassName
{
border-color: #A2AC37;
}
.TagClassName
{
border-color: #A2AC37;
}
</style>