Shades of Brass #A3A035
Tints of Brass #A3A035
RGB
CMYK
RGB Variations
Color information
#A3A035 (or 0xA3A035) is known color: Brass. HEX triplet: A3, A0 and 35. RGB value is (163,160,53). Sum of RGB (Red+Green+Blue) = 163+160+53=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A035 is #5C5FCA. Grayscale: #959595. Windows color (decimal): -6053835 or 3514531. OLE color: 3514531.
HSL color Cylindrical-coordinate representation of color #A3A035: hue angle of 58.36º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3A035 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 53 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.36 |
| HSL | 58.36º | 0.51% | 0.42% | - |
| HSV(B) | 58.36º | 0.67% | 0.64% | - |
| XYZ | 28.32 | 33.19 | 8.28 | - |
| YUV | 148.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 53 | 0 | 0.02 | 0.67 | 0.36 | 58.36 | 0.51 | 0.42 |
| Hex | A3 | A0 | 35 | 0 | 2 | 43 | 24 | 3A | 33 | 2A |
| Octal | 243 | 240 | 65 | 0 | 2 | 103 | 44 | 72 | 63 | 52 |
| Binary | 10100011 | 10100000 | 110101 | 0 | 10 | 1000011 | 100100 | 111010 | 110011 | 101010 |
Color Harmonies of #A3A035
Complementary color
Monochromatic Colors of #A3A035
Black with #A3A035
Text Example
Text Example
White with #A3A035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A035; }
p { color: rgb(163,160,53); }
H1.HeaderClassName
{
color: #A3A035;
}
.AnyTagClassName
{
color: #A3A035;
}
</style>
background-color css
<style>
a { background-color: #A3A035; }
a { background-color: rgb(163,160,53); }
div.DivClassName
{
background-color: #A3A035;
}
.BgClassName
{
background-color: #A3A035;
}
</style>
border-color css
<style>
span { border-color: #A3A035; }
span { border-color: rgb(163,160,53); }
td.TdClassName
{
border-color: #A3A035;
}
.TagClassName
{
border-color: #A3A035;
}
</style>