#AEA145

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

Shades of Brass #AEA145

Tints of Brass #AEA145

Color information

#AEA145 (or 0xAEA145) is unknown color: approx Brass. HEX triplet: AE, A1 and 45. RGB value is (174,161,69). Sum of RGB (Red+Green+Blue) = 174+161+69=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA145 is #515EBA. Grayscale: #9A9A9A. Windows color (decimal): -5332667 or 4563374. OLE color: 4563374.

HSL color Cylindrical-coordinate representation of color #AEA145: hue angle of 52.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEA145 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB17416169-
CMYK00.070.600.32
HSL52.57º43.21%47.65%-
HSV(B)52.57º60.34%68.24%-
XYZ31.2734.9210.72-
YUV154.479.81141.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 161 (63.28% from 255) = 39.85%
BLUE value IS 69 (27.34% from 255) = 17.08%
R=43.07%
G=39.85%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741616900.070.600.3252.5743.2147.65
HexAEA145073C20352b30
Octal256241105077440655360
Binary101011101010000110001010111111100100000110101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA145; }

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

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

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

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

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

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

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

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