Shades of Brass #A2AC41
Tints of Brass #A2AC41
RGB
CMYK
RGB Variations
Color information
#A2AC41 (or 0xA2AC41) is known color: Brass. HEX triplet: A2, AC and 41. RGB value is (162,172,65). Sum of RGB (Red+Green+Blue) = 162+172+65=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AC41 is #5D53BE. Grayscale: #9D9D9D. Windows color (decimal): -6116287 or 4304034. OLE color: 4304034.
HSL color Cylindrical-coordinate representation of color #A2AC41: hue angle of 65.61º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2AC41 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 65 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.33 |
| HSL | 65.61º | 0.45% | 0.46% | - |
| HSV(B) | 65.61º | 0.62% | 0.67% | - |
| XYZ | 30.61 | 37.57 | 10.64 | - |
| YUV | 156.81 | 76.19 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 65 | 0.06 | 0 | 0.62 | 0.33 | 65.61 | 0.45 | 0.46 |
| Hex | A2 | AC | 41 | 6 | 0 | 3E | 21 | 42 | 2D | 2E |
| Octal | 242 | 254 | 101 | 6 | 0 | 76 | 41 | 102 | 55 | 56 |
| Binary | 10100010 | 10101100 | 1000001 | 110 | 0 | 111110 | 100001 | 1000010 | 101101 | 101110 |
Color Harmonies of #A2AC41
Complementary color
Monochromatic Colors of #A2AC41
Black with #A2AC41
Text Example
Text Example
White with #A2AC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC41; }
p { color: rgb(162,172,65); }
H1.HeaderClassName
{
color: #A2AC41;
}
.AnyTagClassName
{
color: #A2AC41;
}
</style>
background-color css
<style>
a { background-color: #A2AC41; }
a { background-color: rgb(162,172,65); }
div.DivClassName
{
background-color: #A2AC41;
}
.BgClassName
{
background-color: #A2AC41;
}
</style>
border-color css
<style>
span { border-color: #A2AC41; }
span { border-color: rgb(162,172,65); }
td.TdClassName
{
border-color: #A2AC41;
}
.TagClassName
{
border-color: #A2AC41;
}
</style>