Shades of Brass #9FAB42
Tints of Brass #9FAB42
RGB
CMYK
RGB Variations
Color information
#9FAB42 (or 0x9FAB42) is known color: Brass. HEX triplet: 9F, AB and 42. RGB value is (159,171,66). Sum of RGB (Red+Green+Blue) = 159+171+66=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAB42 is #6054BD. Grayscale: #9B9B9B. Windows color (decimal): -6313150 or 4369311. OLE color: 4369311.
HSL color Cylindrical-coordinate representation of color #9FAB42: hue angle of 66.86º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9FAB42 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 171 | 66 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.33 |
| HSL | 66.86º | 0.44% | 0.46% | - |
| HSV(B) | 66.86º | 0.61% | 0.67% | - |
| XYZ | 29.84 | 36.89 | 10.7 | - |
| YUV | 155.44 | 77.52 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 171 | 66 | 0.07 | 0 | 0.61 | 0.33 | 66.86 | 0.44 | 0.46 |
| Hex | 9F | AB | 42 | 7 | 0 | 3D | 21 | 43 | 2C | 2E |
| Octal | 237 | 253 | 102 | 7 | 0 | 75 | 41 | 103 | 54 | 56 |
| Binary | 10011111 | 10101011 | 1000010 | 111 | 0 | 111101 | 100001 | 1000011 | 101100 | 101110 |
Color Harmonies of #9FAB42
Complementary color
Monochromatic Colors of #9FAB42
Black with #9FAB42
Text Example
Text Example
White with #9FAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAB42; }
p { color: rgb(159,171,66); }
H1.HeaderClassName
{
color: #9FAB42;
}
.AnyTagClassName
{
color: #9FAB42;
}
</style>
background-color css
<style>
a { background-color: #9FAB42; }
a { background-color: rgb(159,171,66); }
div.DivClassName
{
background-color: #9FAB42;
}
.BgClassName
{
background-color: #9FAB42;
}
</style>
border-color css
<style>
span { border-color: #9FAB42; }
span { border-color: rgb(159,171,66); }
td.TdClassName
{
border-color: #9FAB42;
}
.TagClassName
{
border-color: #9FAB42;
}
</style>