#A5AE41

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

Shades of Brass #A5AE41

Tints of Brass #A5AE41

Color information

#A5AE41 (or 0xA5AE41) is unknown color: approx Brass. HEX triplet: A5, AE and 41. RGB value is (165,174,65). Sum of RGB (Red+Green+Blue) = 165+174+65=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AE41 is #5A51BE. Grayscale: #9F9F9F. Windows color (decimal): -5919167 or 4304549. OLE color: 4304549.

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

Color convert

RGB16517465-
CMYK0.0500.630.32
HSL64.95º45.61%46.86%-
HSV(B)64.95º62.64%68.24%-
XYZ31.6138.6510.8-
YUV158.8875.02132.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 174 (68.36% from 255) = 43.07%
BLUE value IS 65 (25.78% from 255) = 16.09%
R=40.84%
G=43.07%
B=16.09%

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
Decimal165174650.0500.630.3264.9545.6146.86
HexA5AE41503F20412e2f
Octal2452561015077401015657
Binary1010010110101110100000110101111111000001000001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE41; }

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

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

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

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

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

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

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

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