#A39F49

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

Shades of Brass #A39F49

Tints of Brass #A39F49

Color information

#A39F49 (or 0xA39F49) is unknown color: approx Brass. HEX triplet: A3, 9F and 49. RGB value is (163,159,73). Sum of RGB (Red+Green+Blue) = 163+159+73=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39F49 is #5C60B6. Grayscale: #969696. Windows color (decimal): -6054071 or 4824995. OLE color: 4824995.

HSL color Cylindrical-coordinate representation of color #A39F49: hue angle of 57.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A39F49 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16315973-
CMYK00.020.550.36
HSL57.33º38.14%46.27%-
HSV(B)57.33º55.21%63.92%-
XYZ28.733.0611.17-
YUV150.3984.33136.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 73 (28.91% from 255) = 18.48%
R=41.27%
G=40.25%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631597300.020.550.3657.3338.1446.27
HexA39F4902372439262e
Octal243237111026744714656
Binary10100011100111111001001010110111100100111001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39F49; }

 p { color: rgb(163,159,73); }

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

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

 a { background-color: rgb(163,159,73); }

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

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

 span { border-color: rgb(163,159,73); }

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