#AE9E3C

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

Shades of Brass #AE9E3C

Tints of Brass #AE9E3C

Color information

#AE9E3C (or 0xAE9E3C) is unknown color: approx Brass. HEX triplet: AE, 9E and 3C. RGB value is (174,158,60). Sum of RGB (Red+Green+Blue) = 174+158+60=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E3C is #5161C3. Grayscale: #989898. Windows color (decimal): -5333444 or 3972782. OLE color: 3972782.

HSL color Cylindrical-coordinate representation of color #AE9E3C: hue angle of 51.58º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE9E3C is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17415860-
CMYK00.090.660.32
HSL51.58º48.72%45.88%-
HSV(B)51.58º65.52%68.24%-
XYZ30.533.789.19-
YUV151.6176.3143.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 158 (62.11% from 255) = 40.31%
BLUE value IS 60 (23.83% from 255) = 15.31%
R=44.39%
G=40.31%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741586000.090.660.3251.5848.7245.88
HexAE9E3C09422034312e
Octal2562367401110240646156
Binary1010111010011110111100010011000010100000110100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E3C; }

 p { color: rgb(174,158,60); }

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

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

 a { background-color: rgb(174,158,60); }

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

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

 span { border-color: rgb(174,158,60); }

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