Shades of Brass #A4A146
Tints of Brass #A4A146
RGB
CMYK
RGB Variations
Color information
#A4A146 (or 0xA4A146) is known color: Brass. HEX triplet: A4, A1 and 46. RGB value is (164,161,70). Sum of RGB (Red+Green+Blue) = 164+161+70=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A146 is #5B5EB9. Grayscale: #979797. Windows color (decimal): -5988026 or 4628900. OLE color: 4628900.
HSL color Cylindrical-coordinate representation of color #A4A146: hue angle of 58.09º 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 #A4A146 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 161 | 70 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.36 |
| HSL | 58.09º | 0.4% | 0.46% | - |
| HSV(B) | 58.09º | 0.57% | 0.64% | - |
| XYZ | 29.16 | 33.82 | 10.79 | - |
| YUV | 151.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 161 | 70 | 0 | 0.02 | 0.57 | 0.36 | 58.09 | 0.4 | 0.46 |
| Hex | A4 | A1 | 46 | 0 | 2 | 39 | 24 | 3A | 28 | 2E |
| Octal | 244 | 241 | 106 | 0 | 2 | 71 | 44 | 72 | 50 | 56 |
| Binary | 10100100 | 10100001 | 1000110 | 0 | 10 | 111001 | 100100 | 111010 | 101000 | 101110 |
Color Harmonies of #A4A146
Complementary color
Monochromatic Colors of #A4A146
Black with #A4A146
Text Example
Text Example
White with #A4A146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A146; }
p { color: rgb(164,161,70); }
H1.HeaderClassName
{
color: #A4A146;
}
.AnyTagClassName
{
color: #A4A146;
}
</style>
background-color css
<style>
a { background-color: #A4A146; }
a { background-color: rgb(164,161,70); }
div.DivClassName
{
background-color: #A4A146;
}
.BgClassName
{
background-color: #A4A146;
}
</style>
border-color css
<style>
span { border-color: #A4A146; }
span { border-color: rgb(164,161,70); }
td.TdClassName
{
border-color: #A4A146;
}
.TagClassName
{
border-color: #A4A146;
}
</style>