Shades of Brass #A3A439
Tints of Brass #A3A439
RGB
CMYK
RGB Variations
Color information
#A3A439 (or 0xA3A439) is known color: Brass. HEX triplet: A3, A4 and 39. RGB value is (163,164,57). Sum of RGB (Red+Green+Blue) = 163+164+57=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A439 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A439 is #5C5BC6. Grayscale: #979797. Windows color (decimal): -6052807 or 3777699. OLE color: 3777699.
HSL color Cylindrical-coordinate representation of color #A3A439: hue angle of 60.56º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3A439 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 57 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.36 |
| HSL | 60.56º | 0.48% | 0.43% | - |
| HSV(B) | 60.56º | 0.65% | 0.64% | - |
| XYZ | 29.12 | 34.63 | 9.02 | - |
| YUV | 151.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 57 | 0.01 | 0 | 0.65 | 0.36 | 60.56 | 0.48 | 0.43 |
| Hex | A3 | A4 | 39 | 1 | 0 | 41 | 24 | 3D | 30 | 2B |
| Octal | 243 | 244 | 71 | 1 | 0 | 101 | 44 | 75 | 60 | 53 |
| Binary | 10100011 | 10100100 | 111001 | 1 | 0 | 1000001 | 100100 | 111101 | 110000 | 101011 |
Color Harmonies of #A3A439
Complementary color
Monochromatic Colors of #A3A439
Black with #A3A439
Text Example
Text Example
White with #A3A439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A439; }
p { color: rgb(163,164,57); }
H1.HeaderClassName
{
color: #A3A439;
}
.AnyTagClassName
{
color: #A3A439;
}
</style>
background-color css
<style>
a { background-color: #A3A439; }
a { background-color: rgb(163,164,57); }
div.DivClassName
{
background-color: #A3A439;
}
.BgClassName
{
background-color: #A3A439;
}
</style>
border-color css
<style>
span { border-color: #A3A439; }
span { border-color: rgb(163,164,57); }
td.TdClassName
{
border-color: #A3A439;
}
.TagClassName
{
border-color: #A3A439;
}
</style>