#A7A945

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

Shades of Brass #A7A945

Tints of Brass #A7A945

Color information

#A7A945 (or 0xA7A945) is unknown color: approx Brass. HEX triplet: A7, A9 and 45. RGB value is (167,169,69). Sum of RGB (Red+Green+Blue) = 167+169+69=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A945 is #5856BA. Grayscale: #9D9D9D. Windows color (decimal): -5789371 or 4565415. OLE color: 4565415.

HSL color Cylindrical-coordinate representation of color #A7A945: hue angle of 61.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A7A945 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB16716969-
CMYK0.0100.590.34
HSL61.2º42.02%46.67%-
HSV(B)61.2º59.17%66.27%-
XYZ31.237.0211.13-
YUV15778.34135.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.23%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 69 (27.34% from 255) = 17.04%
R=41.23%
G=41.73%
B=17.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal167169690.0100.590.3461.242.0246.67
HexA7A945103B223d2a2f
Octal247251105107342755257
Binary1010011110101001100010110111011100010111101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A945; }

 p { color: rgb(167,169,69); }

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

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

 a { background-color: rgb(167,169,69); }

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

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

 span { border-color: rgb(167,169,69); }

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