#A7A439

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

Shades of Brass #A7A439

Tints of Brass #A7A439

Color information

#A7A439 (or 0xA7A439) is unknown color: approx Brass. HEX triplet: A7, A4 and 39. RGB value is (167,164,57). Sum of RGB (Red+Green+Blue) = 167+164+57=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 57 (22.66% from 255 or 14.69% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A439 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A439 is #585BC6. Grayscale: #999999. Windows color (decimal): -5790663 or 3777703. OLE color: 3777703.

HSL color Cylindrical-coordinate representation of color #A7A439: hue angle of 58.36º 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 #A7A439 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB16716457-
CMYK00.020.660.35
HSL58.36º49.11%43.92%-
HSV(B)58.36º65.87%65.49%-
XYZ29.9535.069.06-
YUV152.773.99138.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671645700.020.660.3558.3649.1143.92
HexA7A4390242233a312c
Octal247244710210243726154
Binary10100111101001001110010101000010100011111010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A439; }

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

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

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

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

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

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

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

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