#AEA747

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

Shades of Brass #AEA747

Tints of Brass #AEA747

Color information

#AEA747 (or 0xAEA747) is unknown color: approx Brass. HEX triplet: AE, A7 and 47. RGB value is (174,167,71). Sum of RGB (Red+Green+Blue) = 174+167+71=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA747 is #5158B8. Grayscale: #9E9E9E. Windows color (decimal): -5331129 or 4695982. OLE color: 4695982.

HSL color Cylindrical-coordinate representation of color #AEA747: hue angle of 55.92º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AEA747 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB17416771-
CMYK00.040.590.32
HSL55.92º42.04%48.04%-
HSV(B)55.92º59.2%68.24%-
XYZ32.4137.0911.41-
YUV158.1578.82139.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 167 (65.62% from 255) = 40.53%
BLUE value IS 71 (28.12% from 255) = 17.23%
R=42.23%
G=40.53%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741677100.040.590.3255.9242.0448.04
HexAEA747043B20382a30
Octal256247107047340705260
Binary101011101010011110001110100111011100000111000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA747; }

 p { color: rgb(174,167,71); }

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

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

 a { background-color: rgb(174,167,71); }

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

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

 span { border-color: rgb(174,167,71); }

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