Shades of Brass #A2AB47
Tints of Brass #A2AB47
RGB
CMYK
RGB Variations
Color information
#A2AB47 (or 0xA2AB47) is known color: Brass. HEX triplet: A2, AB and 47. RGB value is (162,171,71). Sum of RGB (Red+Green+Blue) = 162+171+71=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AB47 is #5D54B8. Grayscale: #9D9D9D. Windows color (decimal): -6116537 or 4696994. OLE color: 4696994.
HSL color Cylindrical-coordinate representation of color #A2AB47: hue angle of 65.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2AB47 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 71 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.33 |
| HSL | 65.4º | 0.41% | 0.47% | - |
| HSV(B) | 65.4º | 0.58% | 0.67% | - |
| XYZ | 30.6 | 37.26 | 11.54 | - |
| YUV | 156.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 71 | 0.05 | 0 | 0.58 | 0.33 | 65.4 | 0.41 | 0.47 |
| Hex | A2 | AB | 47 | 5 | 0 | 3A | 21 | 41 | 29 | 2F |
| Octal | 242 | 253 | 107 | 5 | 0 | 72 | 41 | 101 | 51 | 57 |
| Binary | 10100010 | 10101011 | 1000111 | 101 | 0 | 111010 | 100001 | 1000001 | 101001 | 101111 |
Color Harmonies of #A2AB47
Complementary color
Monochromatic Colors of #A2AB47
Black with #A2AB47
Text Example
Text Example
White with #A2AB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB47; }
p { color: rgb(162,171,71); }
H1.HeaderClassName
{
color: #A2AB47;
}
.AnyTagClassName
{
color: #A2AB47;
}
</style>
background-color css
<style>
a { background-color: #A2AB47; }
a { background-color: rgb(162,171,71); }
div.DivClassName
{
background-color: #A2AB47;
}
.BgClassName
{
background-color: #A2AB47;
}
</style>
border-color css
<style>
span { border-color: #A2AB47; }
span { border-color: rgb(162,171,71); }
td.TdClassName
{
border-color: #A2AB47;
}
.TagClassName
{
border-color: #A2AB47;
}
</style>