Shades of Brass #9FAA45
Tints of Brass #9FAA45
RGB
CMYK
RGB Variations
Color information
#9FAA45 (or 0x9FAA45) is known color: Brass. HEX triplet: 9F, AA and 45. RGB value is (159,170,69). Sum of RGB (Red+Green+Blue) = 159+170+69=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA45 is #6055BA. Grayscale: #9B9B9B. Windows color (decimal): -6313403 or 4565663. OLE color: 4565663.
HSL color Cylindrical-coordinate representation of color #9FAA45: hue angle of 66.53º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FAA45 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 69 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.33 |
| HSL | 66.53º | 0.42% | 0.47% | - |
| HSV(B) | 66.53º | 0.59% | 0.67% | - |
| XYZ | 29.75 | 36.55 | 11.12 | - |
| YUV | 155.2 | 79.36 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 69 | 0.06 | 0 | 0.59 | 0.33 | 66.53 | 0.42 | 0.47 |
| Hex | 9F | AA | 45 | 6 | 0 | 3B | 21 | 43 | 2A | 2F |
| Octal | 237 | 252 | 105 | 6 | 0 | 73 | 41 | 103 | 52 | 57 |
| Binary | 10011111 | 10101010 | 1000101 | 110 | 0 | 111011 | 100001 | 1000011 | 101010 | 101111 |
Color Harmonies of #9FAA45
Complementary color
Monochromatic Colors of #9FAA45
Black with #9FAA45
Text Example
Text Example
White with #9FAA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA45; }
p { color: rgb(159,170,69); }
H1.HeaderClassName
{
color: #9FAA45;
}
.AnyTagClassName
{
color: #9FAA45;
}
</style>
background-color css
<style>
a { background-color: #9FAA45; }
a { background-color: rgb(159,170,69); }
div.DivClassName
{
background-color: #9FAA45;
}
.BgClassName
{
background-color: #9FAA45;
}
</style>
border-color css
<style>
span { border-color: #9FAA45; }
span { border-color: rgb(159,170,69); }
td.TdClassName
{
border-color: #9FAA45;
}
.TagClassName
{
border-color: #9FAA45;
}
</style>