#AEAA4A

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

Shades of Brass #AEAA4A

Tints of Brass #AEAA4A

Color information

#AEAA4A (or 0xAEAA4A) is unknown color: approx Brass. HEX triplet: AE, AA and 4A. RGB value is (174,170,74). Sum of RGB (Red+Green+Blue) = 174+170+74=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAA4A is #5155B5. Grayscale: #A0A0A0. Windows color (decimal): -5330358 or 4893358. OLE color: 4893358.

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

Color convert

RGB17417074-
CMYK00.020.570.32
HSL57.6º40.32%48.63%-
HSV(B)57.6º57.47%68.24%-
XYZ33.0738.2412.12-
YUV160.2579.33137.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 170 (66.80% from 255) = 40.67%
BLUE value IS 74 (29.30% from 255) = 17.70%
R=41.63%
G=40.67%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741707400.020.570.3257.640.3248.63
HexAEAA4A0239203a2831
Octal256252112027140725061
Binary10101110101010101001010010111001100000111010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA4A; }

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

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

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

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

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

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

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

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