#A7A139

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

Shades of Brass #A7A139

Tints of Brass #A7A139

Color information

#A7A139 (or 0xA7A139) is unknown color: approx Brass. HEX triplet: A7, A1 and 39. RGB value is (167,161,57). Sum of RGB (Red+Green+Blue) = 167+161+57=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A139 is #585EC6. Grayscale: #979797. Windows color (decimal): -5791431 or 3776935. OLE color: 3776935.

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

Color convert

RGB16716157-
CMYK00.040.660.35
HSL56.73º49.11%43.92%-
HSV(B)56.73º65.87%65.49%-
XYZ29.42348.88-
YUV150.9474.99139.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 161 (63.28% from 255) = 41.82%
BLUE value IS 57 (22.66% from 255) = 14.81%
R=43.38%
G=41.82%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671615700.040.660.3556.7349.1143.92
HexA7A13904422339312c
Octal247241710410243716154
Binary101001111010000111100101001000010100011111001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A139; }

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

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

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

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

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

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

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

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