Shades of Brass #9FA147
Tints of Brass #9FA147
RGB
CMYK
RGB Variations
Color information
#9FA147 (or 0x9FA147) is known color: Brass. HEX triplet: 9F, A1 and 47. RGB value is (159,161,71). Sum of RGB (Red+Green+Blue) = 159+161+71=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA147 is #605EB8. Grayscale: #969696. Windows color (decimal): -6315705 or 4694431. OLE color: 4694431.
HSL color Cylindrical-coordinate representation of color #9FA147: hue angle of 61.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FA147 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 71 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.37 |
| HSL | 61.33º | 0.39% | 0.45% | - |
| HSV(B) | 61.33º | 0.56% | 0.63% | - |
| XYZ | 28.18 | 33.32 | 10.91 | - |
| YUV | 150.14 | 83.34 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 71 | 0.01 | 0 | 0.56 | 0.37 | 61.33 | 0.39 | 0.45 |
| Hex | 9F | A1 | 47 | 1 | 0 | 38 | 25 | 3D | 27 | 2D |
| Octal | 237 | 241 | 107 | 1 | 0 | 70 | 45 | 75 | 47 | 55 |
| Binary | 10011111 | 10100001 | 1000111 | 1 | 0 | 111000 | 100101 | 111101 | 100111 | 101101 |
Color Harmonies of #9FA147
Complementary color
Monochromatic Colors of #9FA147
Black with #9FA147
Text Example
Text Example
White with #9FA147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA147; }
p { color: rgb(159,161,71); }
H1.HeaderClassName
{
color: #9FA147;
}
.AnyTagClassName
{
color: #9FA147;
}
</style>
background-color css
<style>
a { background-color: #9FA147; }
a { background-color: rgb(159,161,71); }
div.DivClassName
{
background-color: #9FA147;
}
.BgClassName
{
background-color: #9FA147;
}
</style>
border-color css
<style>
span { border-color: #9FA147; }
span { border-color: rgb(159,161,71); }
td.TdClassName
{
border-color: #9FA147;
}
.TagClassName
{
border-color: #9FA147;
}
</style>