Shades of Brass #A39C3C
Tints of Brass #A39C3C
RGB
CMYK
RGB Variations
Color information
#A39C3C (or 0xA39C3C) is known color: Brass. HEX triplet: A3, 9C and 3C. RGB value is (163,156,60). Sum of RGB (Red+Green+Blue) = 163+156+60=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39C3C is #5C63C3. Grayscale: #939393. Windows color (decimal): -6054852 or 3972259. OLE color: 3972259.
HSL color Cylindrical-coordinate representation of color #A39C3C: hue angle of 55.92º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A39C3C is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 156 | 60 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.36 |
| HSL | 55.92º | 0.46% | 0.44% | - |
| HSV(B) | 55.92º | 0.63% | 0.64% | - |
| XYZ | 27.81 | 31.89 | 8.96 | - |
| YUV | 147.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 60 | 0 | 0.04 | 0.63 | 0.36 | 55.92 | 0.46 | 0.44 |
| Hex | A3 | 9C | 3C | 0 | 4 | 3F | 24 | 38 | 2E | 2C |
| Octal | 243 | 234 | 74 | 0 | 4 | 77 | 44 | 70 | 56 | 54 |
| Binary | 10100011 | 10011100 | 111100 | 0 | 100 | 111111 | 100100 | 111000 | 101110 | 101100 |
Color Harmonies of #A39C3C
Complementary color
Monochromatic Colors of #A39C3C
Black with #A39C3C
Text Example
Text Example
White with #A39C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C3C; }
p { color: rgb(163,156,60); }
H1.HeaderClassName
{
color: #A39C3C;
}
.AnyTagClassName
{
color: #A39C3C;
}
</style>
background-color css
<style>
a { background-color: #A39C3C; }
a { background-color: rgb(163,156,60); }
div.DivClassName
{
background-color: #A39C3C;
}
.BgClassName
{
background-color: #A39C3C;
}
</style>
border-color css
<style>
span { border-color: #A39C3C; }
span { border-color: rgb(163,156,60); }
td.TdClassName
{
border-color: #A39C3C;
}
.TagClassName
{
border-color: #A39C3C;
}
</style>