Shades of Brass #A39D3E
Tints of Brass #A39D3E
RGB
CMYK
RGB Variations
Color information
#A39D3E (or 0xA39D3E) is known color: Brass. HEX triplet: A3, 9D and 3E. RGB value is (163,157,62). Sum of RGB (Red+Green+Blue) = 163+157+62=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39D3E is #5C62C1. Grayscale: #949494. Windows color (decimal): -6054594 or 4103587. OLE color: 4103587.
HSL color Cylindrical-coordinate representation of color #A39D3E: hue angle of 56.44º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A39D3E is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 62 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.36 |
| HSL | 56.44º | 0.45% | 0.44% | - |
| HSV(B) | 56.44º | 0.62% | 0.64% | - |
| XYZ | 28.03 | 32.25 | 9.3 | - |
| YUV | 147.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 62 | 0 | 0.04 | 0.62 | 0.36 | 56.44 | 0.45 | 0.44 |
| Hex | A3 | 9D | 3E | 0 | 4 | 3E | 24 | 38 | 2D | 2C |
| Octal | 243 | 235 | 76 | 0 | 4 | 76 | 44 | 70 | 55 | 54 |
| Binary | 10100011 | 10011101 | 111110 | 0 | 100 | 111110 | 100100 | 111000 | 101101 | 101100 |
Color Harmonies of #A39D3E
Complementary color
Monochromatic Colors of #A39D3E
Black with #A39D3E
Text Example
Text Example
White with #A39D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D3E; }
p { color: rgb(163,157,62); }
H1.HeaderClassName
{
color: #A39D3E;
}
.AnyTagClassName
{
color: #A39D3E;
}
</style>
background-color css
<style>
a { background-color: #A39D3E; }
a { background-color: rgb(163,157,62); }
div.DivClassName
{
background-color: #A39D3E;
}
.BgClassName
{
background-color: #A39D3E;
}
</style>
border-color css
<style>
span { border-color: #A39D3E; }
span { border-color: rgb(163,157,62); }
td.TdClassName
{
border-color: #A39D3E;
}
.TagClassName
{
border-color: #A39D3E;
}
</style>