#AEA63F

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

Shades of Brass #AEA63F

Tints of Brass #AEA63F

Color information

#AEA63F (or 0xAEA63F) is unknown color: approx Brass. HEX triplet: AE, A6 and 3F. RGB value is (174,166,63). Sum of RGB (Red+Green+Blue) = 174+166+63=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA63F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA63F is #5159C0. Grayscale: #9D9D9D. Windows color (decimal): -5331393 or 4171438. OLE color: 4171438.

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

Color convert

RGB17416663-
CMYK00.050.640.32
HSL55.68º46.84%46.47%-
HSV(B)55.68º63.79%68.24%-
XYZ31.9936.6310.09-
YUV156.6575.15140.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 63 (25% from 255) = 15.63%
R=43.18%
G=41.19%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741666300.050.640.3255.6846.8446.47
HexAEA63F054020382f2e
Octal256246770510040705756
Binary101011101010011011111101011000000100000111000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA63F; }

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

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

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

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

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

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

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

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