#AEA537

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

Shades of Brass #AEA537

Tints of Brass #AEA537

Color information

#AEA537 (or 0xAEA537) is unknown color: approx Brass. HEX triplet: AE, A5 and 37. RGB value is (174,165,55). Sum of RGB (Red+Green+Blue) = 174+165+55=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 55 (21.88% from 255 or 13.96% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA537 is #515AC8. Grayscale: #9B9B9B. Windows color (decimal): -5331657 or 3646894. OLE color: 3646894.

HSL color Cylindrical-coordinate representation of color #AEA537: hue angle of 55.46º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AEA537 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB17416555-
CMYK00.050.680.32
HSL55.46º51.97%44.9%-
HSV(B)55.46º68.39%68.24%-
XYZ31.636.188.93-
YUV155.1571.48141.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 165 (64.84% from 255) = 41.88%
BLUE value IS 55 (21.88% from 255) = 13.96%
R=44.16%
G=41.88%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741655500.050.680.3255.4651.9744.9
HexAEA53705442037342d
Octal256245670510440676455
Binary101011101010010111011101011000100100000110111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA537; }

 p { color: rgb(174,165,55); }

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

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

 a { background-color: rgb(174,165,55); }

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

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

 span { border-color: rgb(174,165,55); }

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