#A79F34

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

Shades of Brass #A79F34

Tints of Brass #A79F34

Color information

#A79F34 (or 0xA79F34) is unknown color: approx Brass. HEX triplet: A7, 9F and 34. RGB value is (167,159,52). Sum of RGB (Red+Green+Blue) = 167+159+52=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A79F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79F34 is #5860CB. Grayscale: #959595. Windows color (decimal): -5791948 or 3448743. OLE color: 3448743.

HSL color Cylindrical-coordinate representation of color #A79F34: hue angle of 55.83º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A79F34 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16715952-
CMYK00.050.690.35
HSL55.83º52.51%42.94%-
HSV(B)55.83º68.86%65.49%-
XYZ28.9533.268.14-
YUV149.1973.15140.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 52 (20.70% from 255) = 13.76%
R=44.18%
G=42.06%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671595200.050.690.3555.8352.5142.94
HexA79F3405452338352b
Octal247237640510543706553
Binary101001111001111111010001011000101100011111000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79F34; }

 p { color: rgb(167,159,52); }

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

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

 a { background-color: rgb(167,159,52); }

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

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

 span { border-color: rgb(167,159,52); }

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