#AEA940

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

Shades of Brass #AEA940

Tints of Brass #AEA940

Color information

#AEA940 (or 0xAEA940) is unknown color: approx Brass. HEX triplet: AE, A9 and 40. RGB value is (174,169,64). Sum of RGB (Red+Green+Blue) = 174+169+64=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA940 is #5156BF. Grayscale: #9E9E9E. Windows color (decimal): -5330624 or 4237742. OLE color: 4237742.

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

Color convert

RGB17416964-
CMYK00.030.630.32
HSL57.27º46.22%46.67%-
HSV(B)57.27º63.22%68.24%-
XYZ32.5737.7410.42-
YUV158.5274.66139.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 169 (66.41% from 255) = 41.52%
BLUE value IS 64 (25.39% from 255) = 15.72%
R=42.75%
G=41.52%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741696400.030.630.3257.2746.2246.67
HexAEA940033F20392e2f
Octal256251100037740715657
Binary10101110101010011000000011111111100000111001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA940; }

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

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

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

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

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

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

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

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