Shades of Brass #A19F3E
Tints of Brass #A19F3E
RGB
CMYK
RGB Variations
Color information
#A19F3E (or 0xA19F3E) is known color: Brass. HEX triplet: A1, 9F and 3E. RGB value is (161,159,62). Sum of RGB (Red+Green+Blue) = 161+159+62=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19F3E is #5E60C1. Grayscale: #949494. Windows color (decimal): -6185154 or 4104097. OLE color: 4104097.
HSL color Cylindrical-coordinate representation of color #A19F3E: hue angle of 58.79º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A19F3E is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 62 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.37 |
| HSL | 58.79º | 0.44% | 0.44% | - |
| HSV(B) | 58.79º | 0.61% | 0.63% | - |
| XYZ | 27.97 | 32.72 | 9.4 | - |
| YUV | 148.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 62 | 0 | 0.01 | 0.61 | 0.37 | 58.79 | 0.44 | 0.44 |
| Hex | A1 | 9F | 3E | 0 | 1 | 3D | 25 | 3B | 2C | 2C |
| Octal | 241 | 237 | 76 | 0 | 1 | 75 | 45 | 73 | 54 | 54 |
| Binary | 10100001 | 10011111 | 111110 | 0 | 1 | 111101 | 100101 | 111011 | 101100 | 101100 |
Color Harmonies of #A19F3E
Complementary color
Monochromatic Colors of #A19F3E
Black with #A19F3E
Text Example
Text Example
White with #A19F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F3E; }
p { color: rgb(161,159,62); }
H1.HeaderClassName
{
color: #A19F3E;
}
.AnyTagClassName
{
color: #A19F3E;
}
</style>
background-color css
<style>
a { background-color: #A19F3E; }
a { background-color: rgb(161,159,62); }
div.DivClassName
{
background-color: #A19F3E;
}
.BgClassName
{
background-color: #A19F3E;
}
</style>
border-color css
<style>
span { border-color: #A19F3E; }
span { border-color: rgb(161,159,62); }
td.TdClassName
{
border-color: #A19F3E;
}
.TagClassName
{
border-color: #A19F3E;
}
</style>