#AEA245

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

Shades of Brass #AEA245

Tints of Brass #AEA245

Color information

#AEA245 (or 0xAEA245) is unknown color: approx Brass. HEX triplet: AE, A2 and 45. RGB value is (174,162,69). Sum of RGB (Red+Green+Blue) = 174+162+69=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA245 is #515DBA. Grayscale: #9B9B9B. Windows color (decimal): -5332411 or 4563630. OLE color: 4563630.

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

Color convert

RGB17416269-
CMYK00.070.600.32
HSL53.14º43.21%47.65%-
HSV(B)53.14º60.34%68.24%-
XYZ31.4535.2710.78-
YUV154.9979.48141.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 162 (63.67% from 255) = 40%
BLUE value IS 69 (27.34% from 255) = 17.04%
R=42.96%
G=40%
B=17.04%

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
Decimal1741626900.070.600.3253.1443.2147.65
HexAEA245073C20352b30
Octal256242105077440655360
Binary101011101010001010001010111111100100000110101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA245; }

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

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

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

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

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

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

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

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