Shades of Brass #A3A340
Tints of Brass #A3A340
RGB
CMYK
RGB Variations
Color information
#A3A340 (or 0xA3A340) is known color: Brass. HEX triplet: A3, A3 and 40. RGB value is (163,163,64). Sum of RGB (Red+Green+Blue) = 163+163+64=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A340 is #5C5CBF. Grayscale: #989898. Windows color (decimal): -6053056 or 4236195. OLE color: 4236195.
HSL color Cylindrical-coordinate representation of color #A3A340: hue angle of 60º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3A340 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 163 | 64 | - |
| CMYK | 0 | 0 | 0.61 | 0.36 |
| HSL | 60º | 0.44% | 0.45% | - |
| HSV(B) | 60º | 0.61% | 0.64% | - |
| XYZ | 29.13 | 34.35 | 9.95 | - |
| YUV | 151.71 | 78.5 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 163 | 64 | 0 | 0 | 0.61 | 0.36 | 60 | 0.44 | 0.45 |
| Hex | A3 | A3 | 40 | 0 | 0 | 3D | 24 | 3C | 2C | 2D |
| Octal | 243 | 243 | 100 | 0 | 0 | 75 | 44 | 74 | 54 | 55 |
| Binary | 10100011 | 10100011 | 1000000 | 0 | 0 | 111101 | 100100 | 111100 | 101100 | 101101 |
Color Harmonies of #A3A340
Complementary color
Monochromatic Colors of #A3A340
Black with #A3A340
Text Example
Text Example
White with #A3A340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A340; }
p { color: rgb(163,163,64); }
H1.HeaderClassName
{
color: #A3A340;
}
.AnyTagClassName
{
color: #A3A340;
}
</style>
background-color css
<style>
a { background-color: #A3A340; }
a { background-color: rgb(163,163,64); }
div.DivClassName
{
background-color: #A3A340;
}
.BgClassName
{
background-color: #A3A340;
}
</style>
border-color css
<style>
span { border-color: #A3A340; }
span { border-color: rgb(163,163,64); }
td.TdClassName
{
border-color: #A3A340;
}
.TagClassName
{
border-color: #A3A340;
}
</style>