#AE9B39

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

Shades of Brass #AE9B39

Tints of Brass #AE9B39

Color information

#AE9B39 (or 0xAE9B39) is unknown color: approx Brass. HEX triplet: AE, 9B and 39. RGB value is (174,155,57). Sum of RGB (Red+Green+Blue) = 174+155+57=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9B39 is #5164C6. Grayscale: #959595. Windows color (decimal): -5334215 or 3775406. OLE color: 3775406.

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

Color convert

RGB17415557-
CMYK00.110.670.32
HSL50.26º50.65%45.29%-
HSV(B)50.26º67.24%68.24%-
XYZ29.9232.748.61-
YUV149.5175.79145.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 155 (60.94% from 255) = 40.16%
BLUE value IS 57 (22.66% from 255) = 14.77%
R=45.08%
G=40.16%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741555700.110.670.3250.2650.6545.29
HexAE9B390B432032332d
Octal2562337101310340626355
Binary1010111010011011111001010111000011100000110010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9B39; }

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

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

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

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

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

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

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

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