#A39F47

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

Shades of Brass #A39F47

Tints of Brass #A39F47

Color information

#A39F47 (or 0xA39F47) is unknown color: approx Brass. HEX triplet: A3, 9F and 47. RGB value is (163,159,71). Sum of RGB (Red+Green+Blue) = 163+159+71=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39F47 is #5C60B8. Grayscale: #969696. Windows color (decimal): -6054073 or 4693923. OLE color: 4693923.

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

Color convert

RGB16315971-
CMYK00.020.560.36
HSL57.39º39.32%45.88%-
HSV(B)57.39º56.44%63.92%-
XYZ28.6433.0410.83-
YUV150.1683.33137.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.48%
GREEN value IS 159 (62.5% from 255) = 40.46%
BLUE value IS 71 (28.12% from 255) = 18.07%
R=41.48%
G=40.46%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631597100.020.560.3657.3939.3245.88
HexA39F4702382439272e
Octal243237107027044714756
Binary10100011100111111000111010111000100100111001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39F47; }

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

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

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

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

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

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

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

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