Shades of Brass #9FAA43
Tints of Brass #9FAA43
RGB
CMYK
RGB Variations
Color information
#9FAA43 (or 0x9FAA43) is known color: Brass. HEX triplet: 9F, AA and 43. RGB value is (159,170,67). Sum of RGB (Red+Green+Blue) = 159+170+67=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA43 is #6055BC. Grayscale: #9B9B9B. Windows color (decimal): -6313405 or 4434591. OLE color: 4434591.
HSL color Cylindrical-coordinate representation of color #9FAA43: hue angle of 66.41º degrees, saturation: 0.43, 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 #9FAA43 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 67 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.33 |
| HSL | 66.41º | 0.43% | 0.46% | - |
| HSV(B) | 66.41º | 0.61% | 0.67% | - |
| XYZ | 29.69 | 36.53 | 10.8 | - |
| YUV | 154.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 67 | 0.06 | 0 | 0.61 | 0.33 | 66.41 | 0.43 | 0.46 |
| Hex | 9F | AA | 43 | 6 | 0 | 3D | 21 | 42 | 2B | 2E |
| Octal | 237 | 252 | 103 | 6 | 0 | 75 | 41 | 102 | 53 | 56 |
| Binary | 10011111 | 10101010 | 1000011 | 110 | 0 | 111101 | 100001 | 1000010 | 101011 | 101110 |
Color Harmonies of #9FAA43
Complementary color
Monochromatic Colors of #9FAA43
Black with #9FAA43
Text Example
Text Example
White with #9FAA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA43; }
p { color: rgb(159,170,67); }
H1.HeaderClassName
{
color: #9FAA43;
}
.AnyTagClassName
{
color: #9FAA43;
}
</style>
background-color css
<style>
a { background-color: #9FAA43; }
a { background-color: rgb(159,170,67); }
div.DivClassName
{
background-color: #9FAA43;
}
.BgClassName
{
background-color: #9FAA43;
}
</style>
border-color css
<style>
span { border-color: #9FAA43; }
span { border-color: rgb(159,170,67); }
td.TdClassName
{
border-color: #9FAA43;
}
.TagClassName
{
border-color: #9FAA43;
}
</style>