#AEA437

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

Shades of Brass #AEA437

Tints of Brass #AEA437

Color information

#AEA437 (or 0xAEA437) is unknown color: approx Brass. HEX triplet: AE, A4 and 37. RGB value is (174,164,55). Sum of RGB (Red+Green+Blue) = 174+164+55=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA437 is #515BC8. Grayscale: #9B9B9B. Windows color (decimal): -5331913 or 3646638. OLE color: 3646638.

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

Color convert

RGB17416455-
CMYK00.060.680.32
HSL54.96º51.97%44.9%-
HSV(B)54.96º68.39%68.24%-
XYZ31.4235.838.87-
YUV154.5671.81141.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 164 (64.45% from 255) = 41.73%
BLUE value IS 55 (21.88% from 255) = 13.99%
R=44.27%
G=41.73%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741645500.060.680.3254.9651.9744.9
HexAEA43706442037342d
Octal256244670610440676455
Binary101011101010010011011101101000100100000110111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA437; }

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

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

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

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

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

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

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

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