Shades of Brass #A19D41
Tints of Brass #A19D41
RGB
CMYK
RGB Variations
Color information
#A19D41 (or 0xA19D41) is known color: Brass. HEX triplet: A1, 9D and 41. RGB value is (161,157,65). Sum of RGB (Red+Green+Blue) = 161+157+65=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19D41 is #5E62BE. Grayscale: #949494. Windows color (decimal): -6185663 or 4300193. OLE color: 4300193.
HSL color Cylindrical-coordinate representation of color #A19D41: hue angle of 57.5º 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 #A19D41 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 65 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.37 |
| HSL | 57.5º | 0.42% | 0.44% | - |
| HSV(B) | 57.5º | 0.6% | 0.63% | - |
| XYZ | 27.71 | 32.07 | 9.73 | - |
| YUV | 147.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 65 | 0 | 0.02 | 0.60 | 0.37 | 57.5 | 0.42 | 0.44 |
| Hex | A1 | 9D | 41 | 0 | 2 | 3C | 25 | 3A | 2A | 2C |
| Octal | 241 | 235 | 101 | 0 | 2 | 74 | 45 | 72 | 52 | 54 |
| Binary | 10100001 | 10011101 | 1000001 | 0 | 10 | 111100 | 100101 | 111010 | 101010 | 101100 |
Color Harmonies of #A19D41
Complementary color
Monochromatic Colors of #A19D41
Black with #A19D41
Text Example
Text Example
White with #A19D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D41; }
p { color: rgb(161,157,65); }
H1.HeaderClassName
{
color: #A19D41;
}
.AnyTagClassName
{
color: #A19D41;
}
</style>
background-color css
<style>
a { background-color: #A19D41; }
a { background-color: rgb(161,157,65); }
div.DivClassName
{
background-color: #A19D41;
}
.BgClassName
{
background-color: #A19D41;
}
</style>
border-color css
<style>
span { border-color: #A19D41; }
span { border-color: rgb(161,157,65); }
td.TdClassName
{
border-color: #A19D41;
}
.TagClassName
{
border-color: #A19D41;
}
</style>