Shades of Brass #A59F3E
Tints of Brass #A59F3E
RGB
CMYK
RGB Variations
Color information
#A59F3E (or 0xA59F3E) is known color: Brass. HEX triplet: A5, 9F and 3E. RGB value is (165,159,62). Sum of RGB (Red+Green+Blue) = 165+159+62=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F3E is #5A60C1. Grayscale: #969696. Windows color (decimal): -5923010 or 4104101. OLE color: 4104101.
HSL color Cylindrical-coordinate representation of color #A59F3E: hue angle of 56.5º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A59F3E is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 159 | 62 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.35 |
| HSL | 56.5º | 0.45% | 0.45% | - |
| HSV(B) | 56.5º | 0.62% | 0.65% | - |
| XYZ | 28.78 | 33.14 | 9.44 | - |
| YUV | 149.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 62 | 0 | 0.04 | 0.62 | 0.35 | 56.5 | 0.45 | 0.45 |
| Hex | A5 | 9F | 3E | 0 | 4 | 3E | 23 | 39 | 2D | 2D |
| Octal | 245 | 237 | 76 | 0 | 4 | 76 | 43 | 71 | 55 | 55 |
| Binary | 10100101 | 10011111 | 111110 | 0 | 100 | 111110 | 100011 | 111001 | 101101 | 101101 |
Color Harmonies of #A59F3E
Complementary color
Monochromatic Colors of #A59F3E
Black with #A59F3E
Text Example
Text Example
White with #A59F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59F3E; }
p { color: rgb(165,159,62); }
H1.HeaderClassName
{
color: #A59F3E;
}
.AnyTagClassName
{
color: #A59F3E;
}
</style>
background-color css
<style>
a { background-color: #A59F3E; }
a { background-color: rgb(165,159,62); }
div.DivClassName
{
background-color: #A59F3E;
}
.BgClassName
{
background-color: #A59F3E;
}
</style>
border-color css
<style>
span { border-color: #A59F3E; }
span { border-color: rgb(165,159,62); }
td.TdClassName
{
border-color: #A59F3E;
}
.TagClassName
{
border-color: #A59F3E;
}
</style>