#A5AE40

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

Shades of Brass #A5AE40

Tints of Brass #A5AE40

Color information

#A5AE40 (or 0xA5AE40) is unknown color: approx Brass. HEX triplet: A5, AE and 40. RGB value is (165,174,64). Sum of RGB (Red+Green+Blue) = 165+174+64=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AE40 is #5A51BF. Grayscale: #9F9F9F. Windows color (decimal): -5919168 or 4239013. OLE color: 4239013.

HSL color Cylindrical-coordinate representation of color #A5AE40: hue angle of 64.91º 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 #A5AE40 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB16517464-
CMYK0.0500.630.32
HSL64.91º46.22%46.67%-
HSV(B)64.91º63.22%68.24%-
XYZ31.5838.6410.64-
YUV158.7774.52132.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 64 (25.39% from 255) = 15.88%
R=40.94%
G=43.18%
B=15.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165174640.0500.630.3264.9146.2246.67
HexA5AE40503F20412e2f
Octal2452561005077401015657
Binary1010010110101110100000010101111111000001000001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE40; }

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

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

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

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

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

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

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

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