#AEA13F

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

Shades of Brass #AEA13F

Tints of Brass #AEA13F

Color information

#AEA13F (or 0xAEA13F) is unknown color: approx Brass. HEX triplet: AE, A1 and 3F. RGB value is (174,161,63). Sum of RGB (Red+Green+Blue) = 174+161+63=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA13F is #515EC0. Grayscale: #9A9A9A. Windows color (decimal): -5332673 or 4170158. OLE color: 4170158.

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

Color convert

RGB17416163-
CMYK00.070.640.32
HSL52.97º46.84%46.47%-
HSV(B)52.97º63.79%68.24%-
XYZ31.134.859.79-
YUV153.7176.81142.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 161 (63.28% from 255) = 40.45%
BLUE value IS 63 (25% from 255) = 15.83%
R=43.72%
G=40.45%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741616300.070.640.3252.9746.8446.47
HexAEA13F074020352f2e
Octal256241770710040655756
Binary101011101010000111111101111000000100000110101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA13F; }

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

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

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

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

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

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

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

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