Shades of Brass #9FA143
Tints of Brass #9FA143
RGB
CMYK
RGB Variations
Color information
#9FA143 (or 0x9FA143) is known color: Brass. HEX triplet: 9F, A1 and 43. RGB value is (159,161,67). Sum of RGB (Red+Green+Blue) = 159+161+67=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA143 is #605EBC. Grayscale: #969696. Windows color (decimal): -6315709 or 4432287. OLE color: 4432287.
HSL color Cylindrical-coordinate representation of color #9FA143: hue angle of 61.28º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FA143 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 67 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.37 |
| HSL | 61.28º | 0.41% | 0.45% | - |
| HSV(B) | 61.28º | 0.58% | 0.63% | - |
| XYZ | 28.06 | 33.27 | 10.25 | - |
| YUV | 149.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 67 | 0.01 | 0 | 0.58 | 0.37 | 61.28 | 0.41 | 0.45 |
| Hex | 9F | A1 | 43 | 1 | 0 | 3A | 25 | 3D | 29 | 2D |
| Octal | 237 | 241 | 103 | 1 | 0 | 72 | 45 | 75 | 51 | 55 |
| Binary | 10011111 | 10100001 | 1000011 | 1 | 0 | 111010 | 100101 | 111101 | 101001 | 101101 |
Color Harmonies of #9FA143
Complementary color
Monochromatic Colors of #9FA143
Black with #9FA143
Text Example
Text Example
White with #9FA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA143; }
p { color: rgb(159,161,67); }
H1.HeaderClassName
{
color: #9FA143;
}
.AnyTagClassName
{
color: #9FA143;
}
</style>
background-color css
<style>
a { background-color: #9FA143; }
a { background-color: rgb(159,161,67); }
div.DivClassName
{
background-color: #9FA143;
}
.BgClassName
{
background-color: #9FA143;
}
</style>
border-color css
<style>
span { border-color: #9FA143; }
span { border-color: rgb(159,161,67); }
td.TdClassName
{
border-color: #9FA143;
}
.TagClassName
{
border-color: #9FA143;
}
</style>