#9FA044

Color #9FA044 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #9FA044

Tints of Brass #9FA044

Color information

#9FA044 (or 0x9FA044) is unknown color: approx Brass. HEX triplet: 9F, A0 and 44. RGB value is (159,160,68). Sum of RGB (Red+Green+Blue) = 159+160+68=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA044 is #605FBB. Grayscale: #959595. Windows color (decimal): -6315964 or 4497567. OLE color: 4497567.

HSL color Cylindrical-coordinate representation of color #9FA044: hue angle of 60.65º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FA044 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB15916068-
CMYK0.0100.570.37
HSL60.65º40.35%44.71%-
HSV(B)60.65º57.5%62.75%-
XYZ27.9132.9310.35-
YUV149.2182.17134.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 160 (62.89% from 255) = 41.34%
BLUE value IS 68 (26.95% from 255) = 17.57%
R=41.09%
G=41.34%
B=17.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal159160680.0100.570.3760.6540.3544.71
Hex9FA0441039253d282d
Octal237240104107145755055
Binary1001111110100000100010010111001100101111101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA044; }

 p { color: rgb(159,160,68); }

 H1.HeaderClassName
 {
   color: #9FA044;
 }
 .AnyTagClassName
 {
   color: #9FA044;
 }
</style>
background-color css

<style>
 a { background-color: #9FA044; }

 a { background-color: rgb(159,160,68); }

 div.DivClassName
 {
   background-color: #9FA044;
 }
 .BgClassName
 {
   background-color: #9FA044;
 }
</style>
border-color css

<style>
 span { border-color: #9FA044; }

 span { border-color: rgb(159,160,68); }

 td.TdClassName
 {
   border-color: #9FA044;
 }
 .TagClassName
 {
   border-color: #9FA044;
 }
</style>