#A49F3E

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

Shades of Brass #A49F3E

Tints of Brass #A49F3E

Color information

#A49F3E (or 0xA49F3E) is unknown color: approx Brass. HEX triplet: A4, 9F and 3E. RGB value is (164,159,62). Sum of RGB (Red+Green+Blue) = 164+159+62=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F3E is #5B60C1. Grayscale: #959595. Windows color (decimal): -5988546 or 4104100. OLE color: 4104100.

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

Color convert

RGB16415962-
CMYK00.030.620.36
HSL57.06º45.13%44.31%-
HSV(B)57.06º62.2%64.31%-
XYZ28.5833.049.43-
YUV149.4478.66138.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 62 (24.61% from 255) = 16.10%
R=42.60%
G=41.30%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641596200.030.620.3657.0645.1344.31
HexA49F3E033E24392d2c
Octal24423776037644715554
Binary1010010010011111111110011111110100100111001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F3E; }

 p { color: rgb(164,159,62); }

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

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

 a { background-color: rgb(164,159,62); }

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

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

 span { border-color: rgb(164,159,62); }

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