#AEA33F

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

Shades of Brass #AEA33F

Tints of Brass #AEA33F

Color information

#AEA33F (or 0xAEA33F) is unknown color: approx Brass. HEX triplet: AE, A3 and 3F. RGB value is (174,163,63). Sum of RGB (Red+Green+Blue) = 174+163+63=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA33F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA33F is #515CC0. Grayscale: #9B9B9B. Windows color (decimal): -5332161 or 4170670. OLE color: 4170670.

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

Color convert

RGB17416363-
CMYK00.060.640.32
HSL54.05º46.84%46.47%-
HSV(B)54.05º63.79%68.24%-
XYZ31.4535.559.91-
YUV154.8976.14141.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.5%
GREEN value IS 163 (64.06% from 255) = 40.75%
BLUE value IS 63 (25% from 255) = 15.75%
R=43.5%
G=40.75%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741636300.060.640.3254.0546.8446.47
HexAEA33F064020362f2e
Octal256243770610040665756
Binary101011101010001111111101101000000100000110110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA33F; }

 p { color: rgb(174,163,63); }

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

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

 a { background-color: rgb(174,163,63); }

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

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

 span { border-color: rgb(174,163,63); }

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