#A7AE40

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

Shades of Brass #A7AE40

Tints of Brass #A7AE40

Color information

#A7AE40 (or 0xA7AE40) is unknown color: approx Brass. HEX triplet: A7, AE and 40. RGB value is (167,174,64). Sum of RGB (Red+Green+Blue) = 167+174+64=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AE40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AE40 is #5851BF. Grayscale: #9F9F9F. Windows color (decimal): -5788096 or 4239015. OLE color: 4239015.

HSL color Cylindrical-coordinate representation of color #A7AE40: hue angle of 63.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7AE40 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB16717464-
CMYK0.0400.630.32
HSL63.82º46.22%46.67%-
HSV(B)63.82º63.22%68.24%-
XYZ3238.8610.66-
YUV159.3774.18133.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.23%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 64 (25.39% from 255) = 15.80%
R=41.23%
G=42.96%
B=15.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167174640.0400.630.3263.8246.2246.67
HexA7AE40403F20402e2f
Octal2472561004077401005657
Binary1010011110101110100000010001111111000001000000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AE40; }

 p { color: rgb(167,174,64); }

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

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

 a { background-color: rgb(167,174,64); }

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

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

 span { border-color: rgb(167,174,64); }

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