Shades of Brass #A79F46
Tints of Brass #A79F46
RGB
CMYK
RGB Variations
Color information
#A79F46 (or 0xA79F46) is known color: Brass. HEX triplet: A7, 9F and 46. RGB value is (167,159,70). Sum of RGB (Red+Green+Blue) = 167+159+70=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A79F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79F46 is #5860B9. Grayscale: #979797. Windows color (decimal): -5791930 or 4628391. OLE color: 4628391.
HSL color Cylindrical-coordinate representation of color #A79F46: hue angle of 55.05º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A79F46 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 159 | 70 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.35 |
| HSL | 55.05º | 0.41% | 0.46% | - |
| HSV(B) | 55.05º | 0.58% | 0.65% | - |
| XYZ | 29.44 | 33.45 | 10.7 | - |
| YUV | 151.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 159 | 70 | 0 | 0.05 | 0.58 | 0.35 | 55.05 | 0.41 | 0.46 |
| Hex | A7 | 9F | 46 | 0 | 5 | 3A | 23 | 37 | 29 | 2E |
| Octal | 247 | 237 | 106 | 0 | 5 | 72 | 43 | 67 | 51 | 56 |
| Binary | 10100111 | 10011111 | 1000110 | 0 | 101 | 111010 | 100011 | 110111 | 101001 | 101110 |
Color Harmonies of #A79F46
Complementary color
Monochromatic Colors of #A79F46
Black with #A79F46
Text Example
Text Example
White with #A79F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79F46; }
p { color: rgb(167,159,70); }
H1.HeaderClassName
{
color: #A79F46;
}
.AnyTagClassName
{
color: #A79F46;
}
</style>
background-color css
<style>
a { background-color: #A79F46; }
a { background-color: rgb(167,159,70); }
div.DivClassName
{
background-color: #A79F46;
}
.BgClassName
{
background-color: #A79F46;
}
</style>
border-color css
<style>
span { border-color: #A79F46; }
span { border-color: rgb(167,159,70); }
td.TdClassName
{
border-color: #A79F46;
}
.TagClassName
{
border-color: #A79F46;
}
</style>