#A49F49

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

Shades of Brass #A49F49

Tints of Brass #A49F49

Color information

#A49F49 (or 0xA49F49) is unknown color: approx Brass. HEX triplet: A4, 9F and 49. RGB value is (164,159,73). Sum of RGB (Red+Green+Blue) = 164+159+73=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F49 is #5B60B6. Grayscale: #979797. Windows color (decimal): -5988535 or 4824996. OLE color: 4824996.

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

Color convert

RGB16415973-
CMYK00.030.550.36
HSL56.7º38.4%46.47%-
HSV(B)56.7º55.49%64.31%-
XYZ28.9133.1711.18-
YUV150.6984.16137.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 73 (28.91% from 255) = 18.43%
R=41.41%
G=40.15%
B=18.43%

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
Decimal1641597300.030.550.3656.738.446.47
HexA49F4903372439262e
Octal244237111036744714656
Binary10100100100111111001001011110111100100111001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F49; }

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

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

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

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

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

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

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

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