Shades of Brass #A1AC37
Tints of Brass #A1AC37
RGB
CMYK
RGB Variations
Color information
#A1AC37 (or 0xA1AC37) is known color: Brass. HEX triplet: A1, AC and 37. RGB value is (161,172,55). Sum of RGB (Red+Green+Blue) = 161+172+55=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 55 (21.88% from 255 or 14.18% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AC37 is #5E53C8. Grayscale: #9B9B9B. Windows color (decimal): -6181833 or 3648673. OLE color: 3648673.
HSL color Cylindrical-coordinate representation of color #A1AC37: hue angle of 65.64º 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 #A1AC37 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 55 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.33 |
| HSL | 65.64º | 0.52% | 0.45% | - |
| HSV(B) | 65.64º | 0.68% | 0.67% | - |
| XYZ | 30.14 | 37.36 | 9.24 | - |
| YUV | 155.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 55 | 0.06 | 0 | 0.68 | 0.33 | 65.64 | 0.52 | 0.45 |
| Hex | A1 | AC | 37 | 6 | 0 | 44 | 21 | 42 | 34 | 2D |
| Octal | 241 | 254 | 67 | 6 | 0 | 104 | 41 | 102 | 64 | 55 |
| Binary | 10100001 | 10101100 | 110111 | 110 | 0 | 1000100 | 100001 | 1000010 | 110100 | 101101 |
Color Harmonies of #A1AC37
Complementary color
Monochromatic Colors of #A1AC37
Black with #A1AC37
Text Example
Text Example
White with #A1AC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC37; }
p { color: rgb(161,172,55); }
H1.HeaderClassName
{
color: #A1AC37;
}
.AnyTagClassName
{
color: #A1AC37;
}
</style>
background-color css
<style>
a { background-color: #A1AC37; }
a { background-color: rgb(161,172,55); }
div.DivClassName
{
background-color: #A1AC37;
}
.BgClassName
{
background-color: #A1AC37;
}
</style>
border-color css
<style>
span { border-color: #A1AC37; }
span { border-color: rgb(161,172,55); }
td.TdClassName
{
border-color: #A1AC37;
}
.TagClassName
{
border-color: #A1AC37;
}
</style>