Shades of Brass #9FAA3F
Tints of Brass #9FAA3F
RGB
CMYK
RGB Variations
Color information
#9FAA3F (or 0x9FAA3F) is known color: Brass. HEX triplet: 9F, AA and 3F. RGB value is (159,170,63). Sum of RGB (Red+Green+Blue) = 159+170+63=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA3F is #6055C0. Grayscale: #9A9A9A. Windows color (decimal): -6313409 or 4172447. OLE color: 4172447.
HSL color Cylindrical-coordinate representation of color #9FAA3F: hue angle of 66.17º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FAA3F is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 63 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.33 |
| HSL | 66.17º | 0.46% | 0.46% | - |
| HSV(B) | 66.17º | 0.63% | 0.67% | - |
| XYZ | 29.57 | 36.48 | 10.19 | - |
| YUV | 154.51 | 76.36 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 63 | 0.06 | 0 | 0.63 | 0.33 | 66.17 | 0.46 | 0.46 |
| Hex | 9F | AA | 3F | 6 | 0 | 3F | 21 | 42 | 2E | 2E |
| Octal | 237 | 252 | 77 | 6 | 0 | 77 | 41 | 102 | 56 | 56 |
| Binary | 10011111 | 10101010 | 111111 | 110 | 0 | 111111 | 100001 | 1000010 | 101110 | 101110 |
Color Harmonies of #9FAA3F
Complementary color
Monochromatic Colors of #9FAA3F
Black with #9FAA3F
Text Example
Text Example
White with #9FAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA3F; }
p { color: rgb(159,170,63); }
H1.HeaderClassName
{
color: #9FAA3F;
}
.AnyTagClassName
{
color: #9FAA3F;
}
</style>
background-color css
<style>
a { background-color: #9FAA3F; }
a { background-color: rgb(159,170,63); }
div.DivClassName
{
background-color: #9FAA3F;
}
.BgClassName
{
background-color: #9FAA3F;
}
</style>
border-color css
<style>
span { border-color: #9FAA3F; }
span { border-color: rgb(159,170,63); }
td.TdClassName
{
border-color: #9FAA3F;
}
.TagClassName
{
border-color: #9FAA3F;
}
</style>