#A4A739

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

Shades of Brass #A4A739

Tints of Brass #A4A739

Color information

#A4A739 (or 0xA4A739) is unknown color: approx Brass. HEX triplet: A4, A7 and 39. RGB value is (164,167,57). Sum of RGB (Red+Green+Blue) = 164+167+57=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A739 is #5B58C6. Grayscale: #9A9A9A. Windows color (decimal): -5986503 or 3778468. OLE color: 3778468.

HSL color Cylindrical-coordinate representation of color #A4A739: hue angle of 61.64º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4A739 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB16416757-
CMYK0.0200.660.35
HSL61.64º49.11%43.92%-
HSV(B)61.64º65.87%65.49%-
XYZ29.8735.839.21-
YUV153.5673.51135.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 167 (65.62% from 255) = 43.04%
BLUE value IS 57 (22.66% from 255) = 14.69%
R=42.27%
G=43.04%
B=14.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164167570.0200.660.3561.6449.1143.92
HexA4A7392042233e312c
Octal244247712010243766154
Binary10100100101001111110011001000010100011111110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A739; }

 p { color: rgb(164,167,57); }

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

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

 a { background-color: rgb(164,167,57); }

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

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

 span { border-color: rgb(164,167,57); }

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