Shades of Brass #A3A647
Tints of Brass #A3A647
RGB
CMYK
RGB Variations
Color information
#A3A647 (or 0xA3A647) is known color: Brass. HEX triplet: A3, A6 and 47. RGB value is (163,166,71). Sum of RGB (Red+Green+Blue) = 163+166+71=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A647 is #5C59B8. Grayscale: #9A9A9A. Windows color (decimal): -6052281 or 4695715. OLE color: 4695715.
HSL color Cylindrical-coordinate representation of color #A3A647: hue angle of 61.89º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3A647 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 166 | 71 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.35 |
| HSL | 61.89º | 0.4% | 0.46% | - |
| HSV(B) | 61.89º | 0.57% | 0.65% | - |
| XYZ | 29.88 | 35.51 | 11.24 | - |
| YUV | 154.27 | 81.01 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 71 | 0.02 | 0 | 0.57 | 0.35 | 61.89 | 0.4 | 0.46 |
| Hex | A3 | A6 | 47 | 2 | 0 | 39 | 23 | 3E | 28 | 2E |
| Octal | 243 | 246 | 107 | 2 | 0 | 71 | 43 | 76 | 50 | 56 |
| Binary | 10100011 | 10100110 | 1000111 | 10 | 0 | 111001 | 100011 | 111110 | 101000 | 101110 |
Color Harmonies of #A3A647
Complementary color
Monochromatic Colors of #A3A647
Black with #A3A647
Text Example
Text Example
White with #A3A647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A647; }
p { color: rgb(163,166,71); }
H1.HeaderClassName
{
color: #A3A647;
}
.AnyTagClassName
{
color: #A3A647;
}
</style>
background-color css
<style>
a { background-color: #A3A647; }
a { background-color: rgb(163,166,71); }
div.DivClassName
{
background-color: #A3A647;
}
.BgClassName
{
background-color: #A3A647;
}
</style>
border-color css
<style>
span { border-color: #A3A647; }
span { border-color: rgb(163,166,71); }
td.TdClassName
{
border-color: #A3A647;
}
.TagClassName
{
border-color: #A3A647;
}
</style>