#AEA239

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

Shades of Brass #AEA239

Tints of Brass #AEA239

Color information

#AEA239 (or 0xAEA239) is unknown color: approx Brass. HEX triplet: AE, A2 and 39. RGB value is (174,162,57). Sum of RGB (Red+Green+Blue) = 174+162+57=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA239 is #515DC6. Grayscale: #9A9A9A. Windows color (decimal): -5332423 or 3777198. OLE color: 3777198.

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

Color convert

RGB17416257-
CMYK00.070.670.32
HSL53.85º50.65%45.29%-
HSV(B)53.85º67.24%68.24%-
XYZ31.1135.139.01-
YUV153.6273.48142.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 162 (63.67% from 255) = 41.22%
BLUE value IS 57 (22.66% from 255) = 14.50%
R=44.27%
G=41.22%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741625700.070.670.3253.8550.6545.29
HexAEA23907432036332d
Octal256242710710340666355
Binary101011101010001011100101111000011100000110110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA239; }

 p { color: rgb(174,162,57); }

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

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

 a { background-color: rgb(174,162,57); }

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

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

 span { border-color: rgb(174,162,57); }

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