Shades of Brass #A19F41
Tints of Brass #A19F41
RGB
CMYK
RGB Variations
Color information
#A19F41 (or 0xA19F41) is known color: Brass. HEX triplet: A1, 9F and 41. RGB value is (161,159,65). Sum of RGB (Red+Green+Blue) = 161+159+65=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19F41 is #5E60BE. Grayscale: #959595. Windows color (decimal): -6185151 or 4300705. OLE color: 4300705.
HSL color Cylindrical-coordinate representation of color #A19F41: hue angle of 58.75º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A19F41 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 65 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.37 |
| HSL | 58.75º | 0.42% | 0.44% | - |
| HSV(B) | 58.75º | 0.6% | 0.63% | - |
| XYZ | 28.05 | 32.76 | 9.84 | - |
| YUV | 148.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 65 | 0 | 0.01 | 0.60 | 0.37 | 58.75 | 0.42 | 0.44 |
| Hex | A1 | 9F | 41 | 0 | 1 | 3C | 25 | 3B | 2A | 2C |
| Octal | 241 | 237 | 101 | 0 | 1 | 74 | 45 | 73 | 52 | 54 |
| Binary | 10100001 | 10011111 | 1000001 | 0 | 1 | 111100 | 100101 | 111011 | 101010 | 101100 |
Color Harmonies of #A19F41
Complementary color
Monochromatic Colors of #A19F41
Black with #A19F41
Text Example
Text Example
White with #A19F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F41; }
p { color: rgb(161,159,65); }
H1.HeaderClassName
{
color: #A19F41;
}
.AnyTagClassName
{
color: #A19F41;
}
</style>
background-color css
<style>
a { background-color: #A19F41; }
a { background-color: rgb(161,159,65); }
div.DivClassName
{
background-color: #A19F41;
}
.BgClassName
{
background-color: #A19F41;
}
</style>
border-color css
<style>
span { border-color: #A19F41; }
span { border-color: rgb(161,159,65); }
td.TdClassName
{
border-color: #A19F41;
}
.TagClassName
{
border-color: #A19F41;
}
</style>