Shades of Brass #A2A93E
Tints of Brass #A2A93E
RGB
CMYK
RGB Variations
Color information
#A2A93E (or 0xA2A93E) is known color: Brass. HEX triplet: A2, A9 and 3E. RGB value is (162,169,62). Sum of RGB (Red+Green+Blue) = 162+169+62=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A93E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A93E is #5D56C1. Grayscale: #9B9B9B. Windows color (decimal): -6117058 or 4106658. OLE color: 4106658.
HSL color Cylindrical-coordinate representation of color #A2A93E: hue angle of 63.93º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2A93E is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 62 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.34 |
| HSL | 63.93º | 0.46% | 0.45% | - |
| HSV(B) | 63.93º | 0.63% | 0.66% | - |
| XYZ | 29.96 | 36.41 | 10.01 | - |
| YUV | 154.71 | 75.68 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 62 | 0.04 | 0 | 0.63 | 0.34 | 63.93 | 0.46 | 0.45 |
| Hex | A2 | A9 | 3E | 4 | 0 | 3F | 22 | 40 | 2E | 2D |
| Octal | 242 | 251 | 76 | 4 | 0 | 77 | 42 | 100 | 56 | 55 |
| Binary | 10100010 | 10101001 | 111110 | 100 | 0 | 111111 | 100010 | 1000000 | 101110 | 101101 |
Color Harmonies of #A2A93E
Complementary color
Monochromatic Colors of #A2A93E
Black with #A2A93E
Text Example
Text Example
White with #A2A93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A93E; }
p { color: rgb(162,169,62); }
H1.HeaderClassName
{
color: #A2A93E;
}
.AnyTagClassName
{
color: #A2A93E;
}
</style>
background-color css
<style>
a { background-color: #A2A93E; }
a { background-color: rgb(162,169,62); }
div.DivClassName
{
background-color: #A2A93E;
}
.BgClassName
{
background-color: #A2A93E;
}
</style>
border-color css
<style>
span { border-color: #A2A93E; }
span { border-color: rgb(162,169,62); }
td.TdClassName
{
border-color: #A2A93E;
}
.TagClassName
{
border-color: #A2A93E;
}
</style>