Shades of Brass #A19F3C
Tints of Brass #A19F3C
RGB
CMYK
RGB Variations
Color information
#A19F3C (or 0xA19F3C) is known color: Brass. HEX triplet: A1, 9F and 3C. RGB value is (161,159,60). Sum of RGB (Red+Green+Blue) = 161+159+60=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19F3C is #5E60C3. Grayscale: #949494. Windows color (decimal): -6185156 or 3973025. OLE color: 3973025.
HSL color Cylindrical-coordinate representation of color #A19F3C: hue angle of 58.81º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A19F3C is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 60 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.37 |
| HSL | 58.81º | 0.46% | 0.43% | - |
| HSV(B) | 58.81º | 0.63% | 0.63% | - |
| XYZ | 27.91 | 32.7 | 9.12 | - |
| YUV | 148.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 60 | 0 | 0.01 | 0.63 | 0.37 | 58.81 | 0.46 | 0.43 |
| Hex | A1 | 9F | 3C | 0 | 1 | 3F | 25 | 3B | 2E | 2B |
| Octal | 241 | 237 | 74 | 0 | 1 | 77 | 45 | 73 | 56 | 53 |
| Binary | 10100001 | 10011111 | 111100 | 0 | 1 | 111111 | 100101 | 111011 | 101110 | 101011 |
Color Harmonies of #A19F3C
Complementary color
Monochromatic Colors of #A19F3C
Black with #A19F3C
Text Example
Text Example
White with #A19F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F3C; }
p { color: rgb(161,159,60); }
H1.HeaderClassName
{
color: #A19F3C;
}
.AnyTagClassName
{
color: #A19F3C;
}
</style>
background-color css
<style>
a { background-color: #A19F3C; }
a { background-color: rgb(161,159,60); }
div.DivClassName
{
background-color: #A19F3C;
}
.BgClassName
{
background-color: #A19F3C;
}
</style>
border-color css
<style>
span { border-color: #A19F3C; }
span { border-color: rgb(161,159,60); }
td.TdClassName
{
border-color: #A19F3C;
}
.TagClassName
{
border-color: #A19F3C;
}
</style>