#AEAC45

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

Shades of Brass #AEAC45

Tints of Brass #AEAC45

Color information

#AEAC45 (or 0xAEAC45) is unknown color: approx Brass. HEX triplet: AE, AC and 45. RGB value is (174,172,69). Sum of RGB (Red+Green+Blue) = 174+172+69=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAC45 is #5153BA. Grayscale: #A1A1A1. Windows color (decimal): -5329851 or 4566190. OLE color: 4566190.

HSL color Cylindrical-coordinate representation of color #AEAC45: hue angle of 58.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEAC45 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17417269-
CMYK00.010.600.32
HSL58.86º43.21%47.65%-
HSV(B)58.86º60.34%68.24%-
XYZ33.2838.9311.39-
YUV160.8676.16137.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 172 (67.58% from 255) = 41.45%
BLUE value IS 69 (27.34% from 255) = 16.63%
R=41.93%
G=41.45%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741726900.010.600.3258.8643.2147.65
HexAEAC45013C203b2b30
Octal256254105017440735360
Binary1010111010101100100010101111100100000111011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC45; }

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

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

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

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

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

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

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

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