#A7AA45

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

Shades of Brass #A7AA45

Tints of Brass #A7AA45

Color information

#A7AA45 (or 0xA7AA45) is unknown color: approx Brass. HEX triplet: A7, AA and 45. RGB value is (167,170,69). Sum of RGB (Red+Green+Blue) = 167+170+69=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AA45 is #5855BA. Grayscale: #9D9D9D. Windows color (decimal): -5789115 or 4565671. OLE color: 4565671.

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

Color convert

RGB16717069-
CMYK0.0200.590.33
HSL61.78º42.26%46.86%-
HSV(B)61.78º59.41%66.67%-
XYZ31.3937.3911.19-
YUV157.5978.01134.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=41.13%
G=41.87%
B=17.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167170690.0200.590.3361.7842.2646.86
HexA7AA45203B213e2a2f
Octal247252105207341765257
Binary10100111101010101000101100111011100001111110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA45; }

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

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

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

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

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

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

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

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