Shades of Brass #A39C3B
Tints of Brass #A39C3B
RGB
CMYK
RGB Variations
Color information
#A39C3B (or 0xA39C3B) is known color: Brass. HEX triplet: A3, 9C and 3B. RGB value is (163,156,59). Sum of RGB (Red+Green+Blue) = 163+156+59=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39C3B is #5C63C4. Grayscale: #939393. Windows color (decimal): -6054853 or 3906723. OLE color: 3906723.
HSL color Cylindrical-coordinate representation of color #A39C3B: hue angle of 55.96º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A39C3B is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 156 | 59 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.36 |
| HSL | 55.96º | 0.47% | 0.44% | - |
| HSV(B) | 55.96º | 0.64% | 0.64% | - |
| XYZ | 27.78 | 31.88 | 8.83 | - |
| YUV | 147.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 59 | 0 | 0.04 | 0.64 | 0.36 | 55.96 | 0.47 | 0.44 |
| Hex | A3 | 9C | 3B | 0 | 4 | 40 | 24 | 38 | 2F | 2C |
| Octal | 243 | 234 | 73 | 0 | 4 | 100 | 44 | 70 | 57 | 54 |
| Binary | 10100011 | 10011100 | 111011 | 0 | 100 | 1000000 | 100100 | 111000 | 101111 | 101100 |
Color Harmonies of #A39C3B
Complementary color
Monochromatic Colors of #A39C3B
Black with #A39C3B
Text Example
Text Example
White with #A39C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C3B; }
p { color: rgb(163,156,59); }
H1.HeaderClassName
{
color: #A39C3B;
}
.AnyTagClassName
{
color: #A39C3B;
}
</style>
background-color css
<style>
a { background-color: #A39C3B; }
a { background-color: rgb(163,156,59); }
div.DivClassName
{
background-color: #A39C3B;
}
.BgClassName
{
background-color: #A39C3B;
}
</style>
border-color css
<style>
span { border-color: #A39C3B; }
span { border-color: rgb(163,156,59); }
td.TdClassName
{
border-color: #A39C3B;
}
.TagClassName
{
border-color: #A39C3B;
}
</style>