Shades of Brass #A59E47
Tints of Brass #A59E47
RGB
CMYK
RGB Variations
Color information
#A59E47 (or 0xA59E47) is known color: Brass. HEX triplet: A5, 9E and 47. RGB value is (165,158,71). Sum of RGB (Red+Green+Blue) = 165+158+71=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59E47 is #5A61B8. Grayscale: #969696. Windows color (decimal): -5923257 or 4693669. OLE color: 4693669.
HSL color Cylindrical-coordinate representation of color #A59E47: hue angle of 55.53º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A59E47 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 158 | 71 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.35 |
| HSL | 55.53º | 0.4% | 0.46% | - |
| HSV(B) | 55.53º | 0.57% | 0.65% | - |
| XYZ | 28.88 | 32.91 | 10.79 | - |
| YUV | 150.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 71 | 0 | 0.04 | 0.57 | 0.35 | 55.53 | 0.4 | 0.46 |
| Hex | A5 | 9E | 47 | 0 | 4 | 39 | 23 | 38 | 28 | 2E |
| Octal | 245 | 236 | 107 | 0 | 4 | 71 | 43 | 70 | 50 | 56 |
| Binary | 10100101 | 10011110 | 1000111 | 0 | 100 | 111001 | 100011 | 111000 | 101000 | 101110 |
Color Harmonies of #A59E47
Complementary color
Monochromatic Colors of #A59E47
Black with #A59E47
Text Example
Text Example
White with #A59E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59E47; }
p { color: rgb(165,158,71); }
H1.HeaderClassName
{
color: #A59E47;
}
.AnyTagClassName
{
color: #A59E47;
}
</style>
background-color css
<style>
a { background-color: #A59E47; }
a { background-color: rgb(165,158,71); }
div.DivClassName
{
background-color: #A59E47;
}
.BgClassName
{
background-color: #A59E47;
}
</style>
border-color css
<style>
span { border-color: #A59E47; }
span { border-color: rgb(165,158,71); }
td.TdClassName
{
border-color: #A59E47;
}
.TagClassName
{
border-color: #A59E47;
}
</style>