#a49d44

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

Shades of Brass #A49D44

Tints of Brass #A49D44

Color information

#A49D44 (or 0xA49D44) is unknown color: approx Brass. HEX triplet: A4, 9D and 44. RGB value is (164,157,68). Sum of RGB (Red+Green+Blue) = 164+157+68=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D44 is #5B62BB. Grayscale: #959595. Windows color (decimal): -5989052 or 4496804. OLE color: 4496804.

HSL color Cylindrical-coordinate representation of color #A49D44: hue angle of 55.62º 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 #A49D44 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16415768-
CMYK00.040.590.36
HSL55.62º41.38%45.49%-
HSV(B)55.62º58.54%64.31%-
XYZ28.4132.4210.23-
YUV148.9582.32138.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 157 (61.72% from 255) = 40.36%
BLUE value IS 68 (26.95% from 255) = 17.48%
R=42.16%
G=40.36%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641576800.040.590.3655.6241.3845.49
HexA49D44043B2438292d
Octal244235104047344705155
Binary101001001001110110001000100111011100100111000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a49d44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a49d44; }

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

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

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

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

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

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

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

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