#AEAA47

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

Shades of Brass #AEAA47

Tints of Brass #AEAA47

Color information

#AEAA47 (or 0xAEAA47) is unknown color: approx Brass. HEX triplet: AE, AA and 47. RGB value is (174,170,71). Sum of RGB (Red+Green+Blue) = 174+170+71=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA47 is #5155B8. Grayscale: #A0A0A0. Windows color (decimal): -5330361 or 4696750. OLE color: 4696750.

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

Color convert

RGB17417071-
CMYK00.020.590.32
HSL57.67º42.04%48.04%-
HSV(B)57.67º59.2%68.24%-
XYZ32.9738.211.6-
YUV159.9177.83138.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 170 (66.80% from 255) = 40.96%
BLUE value IS 71 (28.12% from 255) = 17.11%
R=41.93%
G=40.96%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741707100.020.590.3257.6742.0448.04
HexAEAA47023B203a2a30
Octal256252107027340725260
Binary10101110101010101000111010111011100000111010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA47; }

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

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

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

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

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

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

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

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