Shades of Brass #A2A34E
Tints of Brass #A2A34E
RGB
CMYK
RGB Variations
Color information
#A2A34E (or 0xA2A34E) is known color: Brass. HEX triplet: A2, A3 and 4E. RGB value is (162,163,78). Sum of RGB (Red+Green+Blue) = 162+163+78=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A34E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A34E is #5D5CB1. Grayscale: #999999. Windows color (decimal): -6118578 or 5153698. OLE color: 5153698.
HSL color Cylindrical-coordinate representation of color #A2A34E: hue angle of 60.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2A34E is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 163 | 78 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.36 |
| HSL | 60.71º | 0.35% | 0.47% | - |
| HSV(B) | 60.71º | 0.52% | 0.64% | - |
| XYZ | 29.37 | 34.43 | 12.3 | - |
| YUV | 153.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 78 | 0.01 | 0 | 0.52 | 0.36 | 60.71 | 0.35 | 0.47 |
| Hex | A2 | A3 | 4E | 1 | 0 | 34 | 24 | 3D | 23 | 2F |
| Octal | 242 | 243 | 116 | 1 | 0 | 64 | 44 | 75 | 43 | 57 |
| Binary | 10100010 | 10100011 | 1001110 | 1 | 0 | 110100 | 100100 | 111101 | 100011 | 101111 |
Color Harmonies of #A2A34E
Complementary color
Monochromatic Colors of #A2A34E
Black with #A2A34E
Text Example
Text Example
White with #A2A34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A34E; }
p { color: rgb(162,163,78); }
H1.HeaderClassName
{
color: #A2A34E;
}
.AnyTagClassName
{
color: #A2A34E;
}
</style>
background-color css
<style>
a { background-color: #A2A34E; }
a { background-color: rgb(162,163,78); }
div.DivClassName
{
background-color: #A2A34E;
}
.BgClassName
{
background-color: #A2A34E;
}
</style>
border-color css
<style>
span { border-color: #A2A34E; }
span { border-color: rgb(162,163,78); }
td.TdClassName
{
border-color: #A2A34E;
}
.TagClassName
{
border-color: #A2A34E;
}
</style>