#AEA03E

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

Shades of Brass #AEA03E

Tints of Brass #AEA03E

Color information

#AEA03E (or 0xAEA03E) is unknown color: approx Brass. HEX triplet: AE, A0 and 3E. RGB value is (174,160,62). Sum of RGB (Red+Green+Blue) = 174+160+62=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA03E is #515FC1. Grayscale: #999999. Windows color (decimal): -5332930 or 4104366. OLE color: 4104366.

HSL color Cylindrical-coordinate representation of color #AEA03E: hue angle of 52.5º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AEA03E is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB17416062-
CMYK00.080.640.32
HSL52.5º47.46%46.27%-
HSV(B)52.5º64.37%68.24%-
XYZ30.934.499.59-
YUV153.0176.64142.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 160 (62.89% from 255) = 40.40%
BLUE value IS 62 (24.61% from 255) = 15.66%
R=43.94%
G=40.40%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741606200.080.640.3252.547.4646.27
HexAEA03E084020342f2e
Octal2562407601010040645756
Binary1010111010100000111110010001000000100000110100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA03E; }

 p { color: rgb(174,160,62); }

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

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

 a { background-color: rgb(174,160,62); }

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

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

 span { border-color: rgb(174,160,62); }

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