#AEAA49

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

Shades of Brass #AEAA49

Tints of Brass #AEAA49

Color information

#AEAA49 (or 0xAEAA49) is unknown color: approx Brass. HEX triplet: AE, AA and 49. RGB value is (174,170,73). Sum of RGB (Red+Green+Blue) = 174+170+73=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA49 is #5155B6. Grayscale: #A0A0A0. Windows color (decimal): -5330359 or 4827822. OLE color: 4827822.

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

Color convert

RGB17417073-
CMYK00.020.580.32
HSL57.62º40.89%48.43%-
HSV(B)57.62º58.05%68.24%-
XYZ33.0338.2311.94-
YUV160.1478.83137.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 73 (28.91% from 255) = 17.51%
R=41.73%
G=40.77%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741707300.020.580.3257.6240.8948.43
HexAEAA49023A203a2930
Octal256252111027240725160
Binary10101110101010101001001010111010100000111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA49; }

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

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

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

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

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

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

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

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