#AEA045

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

Shades of Brass #AEA045

Tints of Brass #AEA045

Color information

#AEA045 (or 0xAEA045) is unknown color: approx Brass. HEX triplet: AE, A0 and 45. RGB value is (174,160,69). Sum of RGB (Red+Green+Blue) = 174+160+69=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA045 is #515FBA. Grayscale: #9A9A9A. Windows color (decimal): -5332923 or 4563118. OLE color: 4563118.

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

Color convert

RGB17416069-
CMYK00.080.600.32
HSL52º43.21%47.65%-
HSV(B)52º60.34%68.24%-
XYZ31.134.5710.66-
YUV153.8180.14142.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 160 (62.89% from 255) = 39.70%
BLUE value IS 69 (27.34% from 255) = 17.12%
R=43.18%
G=39.70%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741606900.080.600.325243.2147.65
HexAEA045083C20342b30
Octal2562401050107440645360
Binary1010111010100000100010101000111100100000110100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA045; }

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

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

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

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

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

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

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

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