#A49E45

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

Shades of Brass #A49E45

Tints of Brass #A49E45

Color information

#A49E45 (or 0xA49E45) is unknown color: approx Brass. HEX triplet: A4, 9E and 45. RGB value is (164,158,69). Sum of RGB (Red+Green+Blue) = 164+158+69=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49E45 is #5B61BA. Grayscale: #969696. Windows color (decimal): -5988795 or 4562596. OLE color: 4562596.

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

Color convert

RGB16415869-
CMYK00.040.580.36
HSL56.21º40.77%45.69%-
HSV(B)56.21º57.93%64.31%-
XYZ28.6132.7810.45-
YUV149.6582.49138.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 158 (62.11% from 255) = 40.41%
BLUE value IS 69 (27.34% from 255) = 17.65%
R=41.94%
G=40.41%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641586900.040.580.3656.2140.7745.69
HexA49E45043A2438292e
Octal244236105047244705156
Binary101001001001111010001010100111010100100111000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E45; }

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

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

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

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

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

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

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

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