Shades of Brass #A3A04E
Tints of Brass #A3A04E
RGB
CMYK
RGB Variations
Color information
#A3A04E (or 0xA3A04E) is known color: Brass. HEX triplet: A3, A0 and 4E. RGB value is (163,160,78). Sum of RGB (Red+Green+Blue) = 163+160+78=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A04E is #5C5FB1. Grayscale: #979797. Windows color (decimal): -6053810 or 5152931. OLE color: 5152931.
HSL color Cylindrical-coordinate representation of color #A3A04E: hue angle of 57.88º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3A04E is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 78 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.36 |
| HSL | 57.88º | 0.35% | 0.47% | - |
| HSV(B) | 57.88º | 0.52% | 0.64% | - |
| XYZ | 29.05 | 33.48 | 12.14 | - |
| YUV | 151.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 78 | 0 | 0.02 | 0.52 | 0.36 | 57.88 | 0.35 | 0.47 |
| Hex | A3 | A0 | 4E | 0 | 2 | 34 | 24 | 3A | 23 | 2F |
| Octal | 243 | 240 | 116 | 0 | 2 | 64 | 44 | 72 | 43 | 57 |
| Binary | 10100011 | 10100000 | 1001110 | 0 | 10 | 110100 | 100100 | 111010 | 100011 | 101111 |
Color Harmonies of #A3A04E
Complementary color
Monochromatic Colors of #A3A04E
Black with #A3A04E
Text Example
Text Example
White with #A3A04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A04E; }
p { color: rgb(163,160,78); }
H1.HeaderClassName
{
color: #A3A04E;
}
.AnyTagClassName
{
color: #A3A04E;
}
</style>
background-color css
<style>
a { background-color: #A3A04E; }
a { background-color: rgb(163,160,78); }
div.DivClassName
{
background-color: #A3A04E;
}
.BgClassName
{
background-color: #A3A04E;
}
</style>
border-color css
<style>
span { border-color: #A3A04E; }
span { border-color: rgb(163,160,78); }
td.TdClassName
{
border-color: #A3A04E;
}
.TagClassName
{
border-color: #A3A04E;
}
</style>