#A39F40

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

Shades of Brass #A39F40

Tints of Brass #A39F40

Color information

#A39F40 (or 0xA39F40) is unknown color: approx Brass. HEX triplet: A3, 9F and 40. RGB value is (163,159,64). Sum of RGB (Red+Green+Blue) = 163+159+64=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39F40 is #5C60BF. Grayscale: #959595. Windows color (decimal): -6054080 or 4235171. OLE color: 4235171.

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

Color convert

RGB16315964-
CMYK00.020.610.36
HSL57.58º43.61%44.51%-
HSV(B)57.58º60.74%63.92%-
XYZ28.4332.959.71-
YUV149.3779.83137.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 159 (62.5% from 255) = 41.19%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=42.23%
G=41.19%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631596400.020.610.3657.5843.6144.51
HexA39F40023D243a2c2d
Octal243237100027544725455
Binary10100011100111111000000010111101100100111010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39F40; }

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

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

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

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

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

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

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

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