#A49E44

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

Shades of Brass #A49E44

Tints of Brass #A49E44

Color information

#A49E44 (or 0xA49E44) is unknown color: approx Brass. HEX triplet: A4, 9E and 44. RGB value is (164,158,68). Sum of RGB (Red+Green+Blue) = 164+158+68=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49E44 is #5B61BB. Grayscale: #959595. Windows color (decimal): -5988796 or 4497060. OLE color: 4497060.

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

Color convert

RGB16415868-
CMYK00.040.590.36
HSL56.25º41.38%45.49%-
HSV(B)56.25º58.54%64.31%-
XYZ28.5832.7610.29-
YUV149.5381.99138.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 68 (26.95% from 255) = 17.44%
R=42.05%
G=40.51%
B=17.44%

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
Decimal1641586800.040.590.3656.2541.3845.49
HexA49E44043B2438292d
Octal244236104047344705155
Binary101001001001111010001000100111011100100111000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E44; }

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

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

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

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

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

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

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

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