Shades of Brass #A3A449
Tints of Brass #A3A449
RGB
CMYK
RGB Variations
Color information
#A3A449 (or 0xA3A449) is known color: Brass. HEX triplet: A3, A4 and 49. RGB value is (163,164,73). Sum of RGB (Red+Green+Blue) = 163+164+73=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A449 is #5C5BB6. Grayscale: #999999. Windows color (decimal): -6052791 or 4826275. OLE color: 4826275.
HSL color Cylindrical-coordinate representation of color #A3A449: hue angle of 60.66º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3A449 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 73 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.36 |
| HSL | 60.66º | 0.38% | 0.46% | - |
| HSV(B) | 60.66º | 0.55% | 0.64% | - |
| XYZ | 29.58 | 34.82 | 11.46 | - |
| YUV | 153.33 | 82.67 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 73 | 0.01 | 0 | 0.55 | 0.36 | 60.66 | 0.38 | 0.46 |
| Hex | A3 | A4 | 49 | 1 | 0 | 37 | 24 | 3D | 26 | 2E |
| Octal | 243 | 244 | 111 | 1 | 0 | 67 | 44 | 75 | 46 | 56 |
| Binary | 10100011 | 10100100 | 1001001 | 1 | 0 | 110111 | 100100 | 111101 | 100110 | 101110 |
Color Harmonies of #A3A449
Complementary color
Monochromatic Colors of #A3A449
Black with #A3A449
Text Example
Text Example
White with #A3A449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A449; }
p { color: rgb(163,164,73); }
H1.HeaderClassName
{
color: #A3A449;
}
.AnyTagClassName
{
color: #A3A449;
}
</style>
background-color css
<style>
a { background-color: #A3A449; }
a { background-color: rgb(163,164,73); }
div.DivClassName
{
background-color: #A3A449;
}
.BgClassName
{
background-color: #A3A449;
}
</style>
border-color css
<style>
span { border-color: #A3A449; }
span { border-color: rgb(163,164,73); }
td.TdClassName
{
border-color: #A3A449;
}
.TagClassName
{
border-color: #A3A449;
}
</style>