Shades of Brass #A2A53B
Tints of Brass #A2A53B
RGB
CMYK
RGB Variations
Color information
#A2A53B (or 0xA2A53B) is known color: Brass. HEX triplet: A2, A5 and 3B. RGB value is (162,165,59). Sum of RGB (Red+Green+Blue) = 162+165+59=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A53B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A53B is #5D5AC4. Grayscale: #989898. Windows color (decimal): -6118085 or 3909026. OLE color: 3909026.
HSL color Cylindrical-coordinate representation of color #A2A53B: hue angle of 61.7º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2A53B is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 59 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.35 |
| HSL | 61.7º | 0.47% | 0.44% | - |
| HSV(B) | 61.7º | 0.64% | 0.65% | - |
| XYZ | 29.14 | 34.91 | 9.34 | - |
| YUV | 152.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 59 | 0.02 | 0 | 0.64 | 0.35 | 61.7 | 0.47 | 0.44 |
| Hex | A2 | A5 | 3B | 2 | 0 | 40 | 23 | 3E | 2F | 2C |
| Octal | 242 | 245 | 73 | 2 | 0 | 100 | 43 | 76 | 57 | 54 |
| Binary | 10100010 | 10100101 | 111011 | 10 | 0 | 1000000 | 100011 | 111110 | 101111 | 101100 |
Color Harmonies of #A2A53B
Complementary color
Monochromatic Colors of #A2A53B
Black with #A2A53B
Text Example
Text Example
White with #A2A53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A53B; }
p { color: rgb(162,165,59); }
H1.HeaderClassName
{
color: #A2A53B;
}
.AnyTagClassName
{
color: #A2A53B;
}
</style>
background-color css
<style>
a { background-color: #A2A53B; }
a { background-color: rgb(162,165,59); }
div.DivClassName
{
background-color: #A2A53B;
}
.BgClassName
{
background-color: #A2A53B;
}
</style>
border-color css
<style>
span { border-color: #A2A53B; }
span { border-color: rgb(162,165,59); }
td.TdClassName
{
border-color: #A2A53B;
}
.TagClassName
{
border-color: #A2A53B;
}
</style>