#a49f4a

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

Shades of Brass #A49F4A

Tints of Brass #A49F4A

Color information

#A49F4A (or 0xA49F4A) is unknown color: approx Brass. HEX triplet: A4, 9F and 4A. RGB value is (164,159,74). Sum of RGB (Red+Green+Blue) = 164+159+74=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F4A is #5B60B5. Grayscale: #979797. Windows color (decimal): -5988534 or 4890532. OLE color: 4890532.

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

Color convert

RGB16415974-
CMYK00.030.550.36
HSL56.67º37.82%46.67%-
HSV(B)56.67º54.88%64.31%-
XYZ28.9433.1811.36-
YUV150.884.66137.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=41.31%
G=40.05%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641597400.030.550.3656.6737.8246.67
HexA49F4A03372439262f
Octal244237112036744714657
Binary10100100100111111001010011110111100100111001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a49f4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a49f4a; }

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

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

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

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

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

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

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

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