Shades of Brass #A3A639
Tints of Brass #A3A639
RGB
CMYK
RGB Variations
Color information
#A3A639 (or 0xA3A639) is known color: Brass. HEX triplet: A3, A6 and 39. RGB value is (163,166,57). Sum of RGB (Red+Green+Blue) = 163+166+57=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A639 is #5C59C6. Grayscale: #999999. Windows color (decimal): -6052295 or 3778211. OLE color: 3778211.
HSL color Cylindrical-coordinate representation of color #A3A639: hue angle of 61.65º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3A639 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 166 | 57 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.35 |
| HSL | 61.65º | 0.49% | 0.44% | - |
| HSV(B) | 61.65º | 0.66% | 0.65% | - |
| XYZ | 29.48 | 35.35 | 9.14 | - |
| YUV | 152.68 | 74.01 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 57 | 0.02 | 0 | 0.66 | 0.35 | 61.65 | 0.49 | 0.44 |
| Hex | A3 | A6 | 39 | 2 | 0 | 42 | 23 | 3E | 31 | 2C |
| Octal | 243 | 246 | 71 | 2 | 0 | 102 | 43 | 76 | 61 | 54 |
| Binary | 10100011 | 10100110 | 111001 | 10 | 0 | 1000010 | 100011 | 111110 | 110001 | 101100 |
Color Harmonies of #A3A639
Complementary color
Monochromatic Colors of #A3A639
Black with #A3A639
Text Example
Text Example
White with #A3A639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A639; }
p { color: rgb(163,166,57); }
H1.HeaderClassName
{
color: #A3A639;
}
.AnyTagClassName
{
color: #A3A639;
}
</style>
background-color css
<style>
a { background-color: #A3A639; }
a { background-color: rgb(163,166,57); }
div.DivClassName
{
background-color: #A3A639;
}
.BgClassName
{
background-color: #A3A639;
}
</style>
border-color css
<style>
span { border-color: #A3A639; }
span { border-color: rgb(163,166,57); }
td.TdClassName
{
border-color: #A3A639;
}
.TagClassName
{
border-color: #A3A639;
}
</style>