Shades of Brass #A79C3C
Tints of Brass #A79C3C
RGB
CMYK
RGB Variations
Color information
#A79C3C (or 0xA79C3C) is known color: Brass. HEX triplet: A7, 9C and 3C. RGB value is (167,156,60). Sum of RGB (Red+Green+Blue) = 167+156+60=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79C3C is #5863C3. Grayscale: #949494. Windows color (decimal): -5792708 or 3972263. OLE color: 3972263.
HSL color Cylindrical-coordinate representation of color #A79C3C: hue angle of 53.83º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A79C3C is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 156 | 60 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.35 |
| HSL | 53.83º | 0.47% | 0.45% | - |
| HSV(B) | 53.83º | 0.64% | 0.65% | - |
| XYZ | 28.64 | 32.32 | 9 | - |
| YUV | 148.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 60 | 0 | 0.07 | 0.64 | 0.35 | 53.83 | 0.47 | 0.45 |
| Hex | A7 | 9C | 3C | 0 | 7 | 40 | 23 | 36 | 2F | 2D |
| Octal | 247 | 234 | 74 | 0 | 7 | 100 | 43 | 66 | 57 | 55 |
| Binary | 10100111 | 10011100 | 111100 | 0 | 111 | 1000000 | 100011 | 110110 | 101111 | 101101 |
Color Harmonies of #A79C3C
Complementary color
Monochromatic Colors of #A79C3C
Black with #A79C3C
Text Example
Text Example
White with #A79C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79C3C; }
p { color: rgb(167,156,60); }
H1.HeaderClassName
{
color: #A79C3C;
}
.AnyTagClassName
{
color: #A79C3C;
}
</style>
background-color css
<style>
a { background-color: #A79C3C; }
a { background-color: rgb(167,156,60); }
div.DivClassName
{
background-color: #A79C3C;
}
.BgClassName
{
background-color: #A79C3C;
}
</style>
border-color css
<style>
span { border-color: #A79C3C; }
span { border-color: rgb(167,156,60); }
td.TdClassName
{
border-color: #A79C3C;
}
.TagClassName
{
border-color: #A79C3C;
}
</style>