Shades of Brass #A49D46
Tints of Brass #A49D46
RGB
CMYK
RGB Variations
Color information
#A49D46 (or 0xA49D46) is known color: Brass. HEX triplet: A4, 9D and 46. RGB value is (164,157,70). Sum of RGB (Red+Green+Blue) = 164+157+70=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D46 is #5B62B9. Grayscale: #959595. Windows color (decimal): -5989050 or 4627876. OLE color: 4627876.
HSL color Cylindrical-coordinate representation of color #A49D46: hue angle of 55.53º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A49D46 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 70 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.36 |
| HSL | 55.53º | 0.4% | 0.46% | - |
| HSV(B) | 55.53º | 0.57% | 0.64% | - |
| XYZ | 28.47 | 32.45 | 10.56 | - |
| YUV | 149.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 70 | 0 | 0.04 | 0.57 | 0.36 | 55.53 | 0.4 | 0.46 |
| Hex | A4 | 9D | 46 | 0 | 4 | 39 | 24 | 38 | 28 | 2E |
| Octal | 244 | 235 | 106 | 0 | 4 | 71 | 44 | 70 | 50 | 56 |
| Binary | 10100100 | 10011101 | 1000110 | 0 | 100 | 111001 | 100100 | 111000 | 101000 | 101110 |
Color Harmonies of #A49D46
Complementary color
Monochromatic Colors of #A49D46
Black with #A49D46
Text Example
Text Example
White with #A49D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49D46; }
p { color: rgb(164,157,70); }
H1.HeaderClassName
{
color: #A49D46;
}
.AnyTagClassName
{
color: #A49D46;
}
</style>
background-color css
<style>
a { background-color: #A49D46; }
a { background-color: rgb(164,157,70); }
div.DivClassName
{
background-color: #A49D46;
}
.BgClassName
{
background-color: #A49D46;
}
</style>
border-color css
<style>
span { border-color: #A49D46; }
span { border-color: rgb(164,157,70); }
td.TdClassName
{
border-color: #A49D46;
}
.TagClassName
{
border-color: #A49D46;
}
</style>