Shades of Brass #A19C44
Tints of Brass #A19C44
RGB
CMYK
RGB Variations
Color information
#A19C44 (or 0xA19C44) is known color: Brass. HEX triplet: A1, 9C and 44. RGB value is (161,156,68). Sum of RGB (Red+Green+Blue) = 161+156+68=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19C44 is #5E63BB. Grayscale: #939393. Windows color (decimal): -6185916 or 4496545. OLE color: 4496545.
HSL color Cylindrical-coordinate representation of color #A19C44: hue angle of 56.77º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A19C44 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 68 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.37 |
| HSL | 56.77º | 0.41% | 0.45% | - |
| HSV(B) | 56.77º | 0.58% | 0.63% | - |
| XYZ | 27.63 | 31.77 | 10.15 | - |
| YUV | 147.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 68 | 0 | 0.03 | 0.58 | 0.37 | 56.77 | 0.41 | 0.45 |
| Hex | A1 | 9C | 44 | 0 | 3 | 3A | 25 | 39 | 29 | 2D |
| Octal | 241 | 234 | 104 | 0 | 3 | 72 | 45 | 71 | 51 | 55 |
| Binary | 10100001 | 10011100 | 1000100 | 0 | 11 | 111010 | 100101 | 111001 | 101001 | 101101 |
Color Harmonies of #A19C44
Complementary color
Monochromatic Colors of #A19C44
Black with #A19C44
Text Example
Text Example
White with #A19C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C44; }
p { color: rgb(161,156,68); }
H1.HeaderClassName
{
color: #A19C44;
}
.AnyTagClassName
{
color: #A19C44;
}
</style>
background-color css
<style>
a { background-color: #A19C44; }
a { background-color: rgb(161,156,68); }
div.DivClassName
{
background-color: #A19C44;
}
.BgClassName
{
background-color: #A19C44;
}
</style>
border-color css
<style>
span { border-color: #A19C44; }
span { border-color: rgb(161,156,68); }
td.TdClassName
{
border-color: #A19C44;
}
.TagClassName
{
border-color: #A19C44;
}
</style>