#AEA449

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

Shades of Brass #AEA449

Tints of Brass #AEA449

Color information

#AEA449 (or 0xAEA449) is unknown color: approx Brass. HEX triplet: AE, A4 and 49. RGB value is (174,164,73). Sum of RGB (Red+Green+Blue) = 174+164+73=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 73 (28.91% from 255 or 17.76% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA449 is #515BB6. Grayscale: #9C9C9C. Windows color (decimal): -5331895 or 4826286. OLE color: 4826286.

HSL color Cylindrical-coordinate representation of color #AEA449: hue angle of 54.06º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEA449 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB17416473-
CMYK00.060.580.32
HSL54.06º40.89%48.43%-
HSV(B)54.06º58.05%68.24%-
XYZ31.9336.0311.57-
YUV156.6280.81140.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 164 (64.45% from 255) = 39.90%
BLUE value IS 73 (28.91% from 255) = 17.76%
R=42.34%
G=39.90%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741647300.060.580.3254.0640.8948.43
HexAEA449063A20362930
Octal256244111067240665160
Binary101011101010010010010010110111010100000110110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA449; }

 p { color: rgb(174,164,73); }

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

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

 a { background-color: rgb(174,164,73); }

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

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

 span { border-color: rgb(174,164,73); }

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