Html Css Color HEX #9FA043 Brass

📋 copy color: '#9FA043'

red 159 ◦ green 160 ◦ blue 67

#9FA043
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #9FA043

Tints of Brass #9FA043

RGB

 RED value IS 159 (62.5% from 255) = 41.19%

 GREEN value IS 160 (62.89% from 255) = 41.45%

 BLUE value IS 67 (26.56% from 255) = 17.36%

R = 41.19%
G = 41.45%
B = 17.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#9FA043 (or 0x9FA043) is known color: Brass. HEX triplet: 9F, A0 and 43. RGB value is (159,160,67). Sum of RGB (Red+Green+Blue) = 159+160+67=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA043 is #605FBC. Grayscale: #959595. Windows color (decimal): -6315965 or 4432031. OLE color: 4432031.

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

Color convert

RGB 159 160 67 -
CMYK 0.01 0 0.58 0.37
HSL 60.65º 0.41% 0.45% -
HSV(B) 60.65º 0.58% 0.63% -
XYZ 27.88 32.92 10.19 -
YUV 149.1 81.67 135.06 -
System Red Green Blue C M Y K H S L
Decimal 159 160 67 0.01 0 0.58 0.37 60.65 0.41 0.45
Hex 9F A0 43 1 0 3A 25 3D 29 2D
Octal 237 240 103 1 0 72 45 75 51 55
Binary 10011111 10100000 1000011 1 0 111010 100101 111101 101001 101101

Color Harmonies of #9FA043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA043

Black with #9FA043

Text Example


Text Example

White with #9FA043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FA043;
 }
 .AnyTagClassName
 {
   color: #9FA043;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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