#AE9E40

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

Shades of Brass #AE9E40

Tints of Brass #AE9E40

Color information

#AE9E40 (or 0xAE9E40) is unknown color: approx Brass. HEX triplet: AE, 9E and 40. RGB value is (174,158,64). Sum of RGB (Red+Green+Blue) = 174+158+64=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9E40 is #5161BF. Grayscale: #989898. Windows color (decimal): -5333440 or 4234926. OLE color: 4234926.

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

Color convert

RGB17415864-
CMYK00.090.630.32
HSL51.27º46.22%46.67%-
HSV(B)51.27º63.22%68.24%-
XYZ30.6133.829.77-
YUV152.0778.3143.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 158 (62.11% from 255) = 39.90%
BLUE value IS 64 (25.39% from 255) = 16.16%
R=43.94%
G=39.90%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741586400.090.630.3251.2746.2246.67
HexAE9E40093F20332e2f
Octal2562361000117740635657
Binary1010111010011110100000001001111111100000110011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9E40; }

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

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

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

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

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

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

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

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