Shades of Brass #A49E47
Tints of Brass #A49E47
RGB
CMYK
RGB Variations
Color information
#A49E47 (or 0xA49E47) is known color: Brass. HEX triplet: A4, 9E and 47. RGB value is (164,158,71). Sum of RGB (Red+Green+Blue) = 164+158+71=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49E47 is #5B61B8. Grayscale: #969696. Windows color (decimal): -5988793 or 4693668. OLE color: 4693668.
HSL color Cylindrical-coordinate representation of color #A49E47: hue angle of 56.13º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A49E47 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 71 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.36 |
| HSL | 56.13º | 0.4% | 0.46% | - |
| HSV(B) | 56.13º | 0.57% | 0.64% | - |
| XYZ | 28.67 | 32.8 | 10.78 | - |
| YUV | 149.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 71 | 0 | 0.04 | 0.57 | 0.36 | 56.13 | 0.4 | 0.46 |
| Hex | A4 | 9E | 47 | 0 | 4 | 39 | 24 | 38 | 28 | 2E |
| Octal | 244 | 236 | 107 | 0 | 4 | 71 | 44 | 70 | 50 | 56 |
| Binary | 10100100 | 10011110 | 1000111 | 0 | 100 | 111001 | 100100 | 111000 | 101000 | 101110 |
Color Harmonies of #A49E47
Complementary color
Monochromatic Colors of #A49E47
Black with #A49E47
Text Example
Text Example
White with #A49E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49E47; }
p { color: rgb(164,158,71); }
H1.HeaderClassName
{
color: #A49E47;
}
.AnyTagClassName
{
color: #A49E47;
}
</style>
background-color css
<style>
a { background-color: #A49E47; }
a { background-color: rgb(164,158,71); }
div.DivClassName
{
background-color: #A49E47;
}
.BgClassName
{
background-color: #A49E47;
}
</style>
border-color css
<style>
span { border-color: #A49E47; }
span { border-color: rgb(164,158,71); }
td.TdClassName
{
border-color: #A49E47;
}
.TagClassName
{
border-color: #A49E47;
}
</style>