#AEA038

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

Shades of Brass #AEA038

Tints of Brass #AEA038

Color information

#AEA038 (or 0xAEA038) is unknown color: approx Brass. HEX triplet: AE, A0 and 38. RGB value is (174,160,56). Sum of RGB (Red+Green+Blue) = 174+160+56=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 160 (62.89% from 255 or 41.03% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA038 is #515FC7. Grayscale: #989898. Windows color (decimal): -5332936 or 3711150. OLE color: 3711150.

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

Color convert

RGB17416056-
CMYK00.080.680.32
HSL52.88º51.3%45.1%-
HSV(B)52.88º67.82%68.24%-
XYZ30.7434.438.77-
YUV152.3373.64143.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.62%
GREEN value IS 160 (62.89% from 255) = 41.03%
BLUE value IS 56 (22.27% from 255) = 14.36%
R=44.62%
G=41.03%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741605600.080.680.3252.8851.345.1
HexAEA03808442035332d
Octal2562407001010440656355
Binary1010111010100000111000010001000100100000110101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA038; }

 p { color: rgb(174,160,56); }

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

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

 a { background-color: rgb(174,160,56); }

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

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

 span { border-color: rgb(174,160,56); }

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