#A49D3E

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

Shades of Brass #A49D3E

Tints of Brass #A49D3E

Color information

#A49D3E (or 0xA49D3E) is unknown color: approx Brass. HEX triplet: A4, 9D and 3E. RGB value is (164,157,62). Sum of RGB (Red+Green+Blue) = 164+157+62=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D3E is #5B62C1. Grayscale: #949494. Windows color (decimal): -5989058 or 4103588. OLE color: 4103588.

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

Color convert

RGB16415762-
CMYK00.040.620.36
HSL55.88º45.13%44.31%-
HSV(B)55.88º62.2%64.31%-
XYZ28.2432.359.31-
YUV148.2679.32139.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 157 (61.72% from 255) = 40.99%
BLUE value IS 62 (24.61% from 255) = 16.19%
R=42.82%
G=40.99%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641576200.040.620.3655.8845.1344.31
HexA49D3E043E24382d2c
Octal24423576047644705554
Binary10100100100111011111100100111110100100111000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D3E; }

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

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

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

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

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

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

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

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