#A49E3A

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

Shades of Brass #A49E3A

Tints of Brass #A49E3A

Color information

#A49E3A (or 0xA49E3A) is unknown color: approx Brass. HEX triplet: A4, 9E and 3A. RGB value is (164,158,58). Sum of RGB (Red+Green+Blue) = 164+158+58=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49E3A is #5B61C5. Grayscale: #949494. Windows color (decimal): -5988806 or 3841700. OLE color: 3841700.

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

Color convert

RGB16415858-
CMYK00.040.650.36
HSL56.6º47.75%43.53%-
HSV(B)56.6º64.63%64.31%-
XYZ28.332.658.81-
YUV148.3976.99139.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 58 (23.05% from 255) = 15.26%
R=43.16%
G=41.58%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641585800.040.650.3656.647.7543.53
HexA49E3A04412439302c
Octal244236720410144716054
Binary101001001001111011101001001000001100100111001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E3A; }

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

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

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

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

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

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

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

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