#AEAC3E

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

Shades of Brass #AEAC3E

Tints of Brass #AEAC3E

Color information

#AEAC3E (or 0xAEAC3E) is unknown color: approx Brass. HEX triplet: AE, AC and 3E. RGB value is (174,172,62). Sum of RGB (Red+Green+Blue) = 174+172+62=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC3E is #5153C1. Grayscale: #A0A0A0. Windows color (decimal): -5329858 or 4107438. OLE color: 4107438.

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

Color convert

RGB17417262-
CMYK00.010.640.32
HSL58.93º47.46%46.27%-
HSV(B)58.93º64.37%68.24%-
XYZ33.0838.8510.31-
YUV160.0672.66137.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 172 (67.58% from 255) = 42.16%
BLUE value IS 62 (24.61% from 255) = 15.20%
R=42.65%
G=42.16%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741726200.010.640.3258.9347.4646.27
HexAEAC3E0140203b2f2e
Octal256254760110040735756
Binary1010111010101100111110011000000100000111011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC3E; }

 p { color: rgb(174,172,62); }

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

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

 a { background-color: rgb(174,172,62); }

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

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

 span { border-color: rgb(174,172,62); }

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