#A79F37

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

Shades of Brass #A79F37

Tints of Brass #A79F37

Color information

#A79F37 (or 0xA79F37) is unknown color: approx Brass. HEX triplet: A7, 9F and 37. RGB value is (167,159,55). Sum of RGB (Red+Green+Blue) = 167+159+55=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A79F37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79F37 is #5860C8. Grayscale: #959595. Windows color (decimal): -5791945 or 3645351. OLE color: 3645351.

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

Color convert

RGB16715955-
CMYK00.050.670.35
HSL55.71º50.45%43.53%-
HSV(B)55.71º67.07%65.49%-
XYZ29.0233.298.51-
YUV149.5474.65140.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.83%
GREEN value IS 159 (62.5% from 255) = 41.73%
BLUE value IS 55 (21.88% from 255) = 14.44%
R=43.83%
G=41.73%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671595500.050.670.3555.7150.4543.53
HexA79F3705432338322c
Octal247237670510343706254
Binary101001111001111111011101011000011100011111000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79F37; }

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

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

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

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

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

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

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

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