#A49F44

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

Shades of Brass #A49F44

Tints of Brass #A49F44

Color information

#A49F44 (or 0xA49F44) is unknown color: approx Brass. HEX triplet: A4, 9F and 44. RGB value is (164,159,68). Sum of RGB (Red+Green+Blue) = 164+159+68=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49F44 is #5B60BB. Grayscale: #969696. Windows color (decimal): -5988540 or 4497316. OLE color: 4497316.

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

Color convert

RGB16415968-
CMYK00.030.590.36
HSL56.88º41.38%45.49%-
HSV(B)56.88º58.54%64.31%-
XYZ28.7533.1110.34-
YUV150.1281.66137.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 159 (62.5% from 255) = 40.66%
BLUE value IS 68 (26.95% from 255) = 17.39%
R=41.94%
G=40.66%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641596800.030.590.3656.8841.3845.49
HexA49F44033B2439292d
Octal244237104037344715155
Binary10100100100111111000100011111011100100111001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F44; }

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

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

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

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

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

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

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

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