Shades of Brass #A4A346
Tints of Brass #A4A346
RGB
CMYK
RGB Variations
Color information
#A4A346 (or 0xA4A346) is known color: Brass. HEX triplet: A4, A3 and 46. RGB value is (164,163,70). Sum of RGB (Red+Green+Blue) = 164+163+70=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A346 is #5B5CB9. Grayscale: #999999. Windows color (decimal): -5987514 or 4629412. OLE color: 4629412.
HSL color Cylindrical-coordinate representation of color #A4A346: hue angle of 59.36º 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 #A4A346 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 163 | 70 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.36 |
| HSL | 59.36º | 0.4% | 0.46% | - |
| HSV(B) | 59.36º | 0.57% | 0.64% | - |
| XYZ | 29.51 | 34.53 | 10.9 | - |
| YUV | 152.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 70 | 0 | 0.01 | 0.57 | 0.36 | 59.36 | 0.4 | 0.46 |
| Hex | A4 | A3 | 46 | 0 | 1 | 39 | 24 | 3B | 28 | 2E |
| Octal | 244 | 243 | 106 | 0 | 1 | 71 | 44 | 73 | 50 | 56 |
| Binary | 10100100 | 10100011 | 1000110 | 0 | 1 | 111001 | 100100 | 111011 | 101000 | 101110 |
Color Harmonies of #A4A346
Complementary color
Monochromatic Colors of #A4A346
Black with #A4A346
Text Example
Text Example
White with #A4A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A346; }
p { color: rgb(164,163,70); }
H1.HeaderClassName
{
color: #A4A346;
}
.AnyTagClassName
{
color: #A4A346;
}
</style>
background-color css
<style>
a { background-color: #A4A346; }
a { background-color: rgb(164,163,70); }
div.DivClassName
{
background-color: #A4A346;
}
.BgClassName
{
background-color: #A4A346;
}
</style>
border-color css
<style>
span { border-color: #A4A346; }
span { border-color: rgb(164,163,70); }
td.TdClassName
{
border-color: #A4A346;
}
.TagClassName
{
border-color: #A4A346;
}
</style>