Shades of Brass #A2A134
Tints of Brass #A2A134
RGB
CMYK
RGB Variations
Color information
#A2A134 (or 0xA2A134) is known color: Brass. HEX triplet: A2, A1 and 34. RGB value is (162,161,52). Sum of RGB (Red+Green+Blue) = 162+161+52=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A134 is #5D5ECB. Grayscale: #959595. Windows color (decimal): -6119116 or 3449250. OLE color: 3449250.
HSL color Cylindrical-coordinate representation of color #A2A134: hue angle of 59.45º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2A134 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 161 | 52 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.36 |
| HSL | 59.45º | 0.51% | 0.42% | - |
| HSV(B) | 59.45º | 0.68% | 0.64% | - |
| XYZ | 28.27 | 33.42 | 8.21 | - |
| YUV | 148.87 | 73.33 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 52 | 0 | 0.01 | 0.68 | 0.36 | 59.45 | 0.51 | 0.42 |
| Hex | A2 | A1 | 34 | 0 | 1 | 44 | 24 | 3B | 33 | 2A |
| Octal | 242 | 241 | 64 | 0 | 1 | 104 | 44 | 73 | 63 | 52 |
| Binary | 10100010 | 10100001 | 110100 | 0 | 1 | 1000100 | 100100 | 111011 | 110011 | 101010 |
Color Harmonies of #A2A134
Complementary color
Monochromatic Colors of #A2A134
Black with #A2A134
Text Example
Text Example
White with #A2A134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A134; }
p { color: rgb(162,161,52); }
H1.HeaderClassName
{
color: #A2A134;
}
.AnyTagClassName
{
color: #A2A134;
}
</style>
background-color css
<style>
a { background-color: #A2A134; }
a { background-color: rgb(162,161,52); }
div.DivClassName
{
background-color: #A2A134;
}
.BgClassName
{
background-color: #A2A134;
}
</style>
border-color css
<style>
span { border-color: #A2A134; }
span { border-color: rgb(162,161,52); }
td.TdClassName
{
border-color: #A2A134;
}
.TagClassName
{
border-color: #A2A134;
}
</style>