#AEA94E

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

Shades of Brass #AEA94E

Tints of Brass #AEA94E

Color information

#AEA94E (or 0xAEA94E) is unknown color: approx Brass. HEX triplet: AE, A9 and 4E. RGB value is (174,169,78). Sum of RGB (Red+Green+Blue) = 174+169+78=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA94E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA94E is #5156B1. Grayscale: #A0A0A0. Windows color (decimal): -5330610 or 5155246. OLE color: 5155246.

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

Color convert

RGB17416978-
CMYK00.030.550.32
HSL56.88º38.1%49.41%-
HSV(B)56.88º55.17%68.24%-
XYZ33.0237.9212.79-
YUV160.1281.66137.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 169 (66.41% from 255) = 40.14%
BLUE value IS 78 (30.86% from 255) = 18.53%
R=41.33%
G=40.14%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741697800.030.550.3256.8838.149.41
HexAEA94E033720392631
Octal256251116036740714661
Binary10101110101010011001110011110111100000111001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA94E; }

 p { color: rgb(174,169,78); }

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

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

 a { background-color: rgb(174,169,78); }

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

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

 span { border-color: rgb(174,169,78); }

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