#A49E40

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

Shades of Brass #A49E40

Tints of Brass #A49E40

Color information

#A49E40 (or 0xA49E40) is unknown color: approx Brass. HEX triplet: A4, 9E and 40. RGB value is (164,158,64). Sum of RGB (Red+Green+Blue) = 164+158+64=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49E40 is #5B61BF. Grayscale: #959595. Windows color (decimal): -5988800 or 4234916. OLE color: 4234916.

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

Color convert

RGB16415864-
CMYK00.040.610.36
HSL56.4º43.86%44.71%-
HSV(B)56.4º60.98%64.31%-
XYZ28.4632.729.67-
YUV149.0879.99138.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 158 (62.11% from 255) = 40.93%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=42.49%
G=40.93%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641586400.040.610.3656.443.8644.71
HexA49E40043D24382c2d
Octal244236100047544705455
Binary101001001001111010000000100111101100100111000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E40; }

 p { color: rgb(164,158,64); }

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

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

 a { background-color: rgb(164,158,64); }

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

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

 span { border-color: rgb(164,158,64); }

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