Shades of Brass #A39D41
Tints of Brass #A39D41
RGB
CMYK
RGB Variations
Color information
#A39D41 (or 0xA39D41) is known color: Brass. HEX triplet: A3, 9D and 41. RGB value is (163,157,65). Sum of RGB (Red+Green+Blue) = 163+157+65=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39D41 is #5C62BE. Grayscale: #949494. Windows color (decimal): -6054591 or 4300195. OLE color: 4300195.
HSL color Cylindrical-coordinate representation of color #A39D41: hue angle of 56.33º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A39D41 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 65 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.36 |
| HSL | 56.33º | 0.43% | 0.45% | - |
| HSV(B) | 56.33º | 0.6% | 0.64% | - |
| XYZ | 28.12 | 32.28 | 9.75 | - |
| YUV | 148.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 65 | 0 | 0.04 | 0.60 | 0.36 | 56.33 | 0.43 | 0.45 |
| Hex | A3 | 9D | 41 | 0 | 4 | 3C | 24 | 38 | 2B | 2D |
| Octal | 243 | 235 | 101 | 0 | 4 | 74 | 44 | 70 | 53 | 55 |
| Binary | 10100011 | 10011101 | 1000001 | 0 | 100 | 111100 | 100100 | 111000 | 101011 | 101101 |
Color Harmonies of #A39D41
Complementary color
Monochromatic Colors of #A39D41
Black with #A39D41
Text Example
Text Example
White with #A39D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D41; }
p { color: rgb(163,157,65); }
H1.HeaderClassName
{
color: #A39D41;
}
.AnyTagClassName
{
color: #A39D41;
}
</style>
background-color css
<style>
a { background-color: #A39D41; }
a { background-color: rgb(163,157,65); }
div.DivClassName
{
background-color: #A39D41;
}
.BgClassName
{
background-color: #A39D41;
}
</style>
border-color css
<style>
span { border-color: #A39D41; }
span { border-color: rgb(163,157,65); }
td.TdClassName
{
border-color: #A39D41;
}
.TagClassName
{
border-color: #A39D41;
}
</style>