#A79F48

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

Shades of Brass #A79F48

Tints of Brass #A79F48

Color information

#A79F48 (or 0xA79F48) is unknown color: approx Brass. HEX triplet: A7, 9F and 48. RGB value is (167,159,72). Sum of RGB (Red+Green+Blue) = 167+159+72=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A79F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79F48 is #5860B7. Grayscale: #979797. Windows color (decimal): -5791928 or 4759463. OLE color: 4759463.

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

Color convert

RGB16715972-
CMYK00.050.570.35
HSL54.95º39.75%46.86%-
HSV(B)54.95º56.89%65.49%-
XYZ29.533.4811.04-
YUV151.4783.15139.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 159 (62.5% from 255) = 39.95%
BLUE value IS 72 (28.52% from 255) = 18.09%
R=41.96%
G=39.95%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671597200.050.570.3554.9539.7546.86
HexA79F4805392337282f
Octal247237110057143675057
Binary101001111001111110010000101111001100011110111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79F48; }

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

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

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

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

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

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

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

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