#A49F3F

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

Shades of Brass #A49F3F

Tints of Brass #A49F3F

Color information

#A49F3F (or 0xA49F3F) is unknown color: approx Brass. HEX triplet: A4, 9F and 3F. RGB value is (164,159,63). Sum of RGB (Red+Green+Blue) = 164+159+63=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F3F is #5B60C0. Grayscale: #959595. Windows color (decimal): -5988545 or 4169636. OLE color: 4169636.

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

Color convert

RGB16415963-
CMYK00.030.620.36
HSL57.03º44.49%44.51%-
HSV(B)57.03º61.59%64.31%-
XYZ28.6133.059.57-
YUV149.5579.16138.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 159 (62.5% from 255) = 41.19%
BLUE value IS 63 (25% from 255) = 16.32%
R=42.49%
G=41.19%
B=16.32%

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
Decimal1641596300.030.620.3657.0344.4944.51
HexA49F3F033E24392c2d
Octal24423777037644715455
Binary1010010010011111111111011111110100100111001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F3F; }

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

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

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

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

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

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

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

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