#AEA941

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

Shades of Brass #AEA941

Tints of Brass #AEA941

Color information

#AEA941 (or 0xAEA941) is unknown color: approx Brass. HEX triplet: AE, A9 and 41. RGB value is (174,169,65). Sum of RGB (Red+Green+Blue) = 174+169+65=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA941 is #5156BE. Grayscale: #9F9F9F. Windows color (decimal): -5330623 or 4303278. OLE color: 4303278.

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

Color convert

RGB17416965-
CMYK00.030.630.32
HSL57.25º45.61%46.86%-
HSV(B)57.25º62.64%68.24%-
XYZ32.637.7610.57-
YUV158.6475.16138.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 169 (66.41% from 255) = 41.42%
BLUE value IS 65 (25.78% from 255) = 15.93%
R=42.65%
G=41.42%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741696500.030.630.3257.2545.6146.86
HexAEA941033F20392e2f
Octal256251101037740715657
Binary10101110101010011000001011111111100000111001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA941; }

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

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

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

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

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

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

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

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