#AEA545

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

Shades of Brass #AEA545

Tints of Brass #AEA545

Color information

#AEA545 (or 0xAEA545) is unknown color: approx Brass. HEX triplet: AE, A5 and 45. RGB value is (174,165,69). Sum of RGB (Red+Green+Blue) = 174+165+69=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA545 is #515ABA. Grayscale: #9D9D9D. Windows color (decimal): -5331643 or 4564398. OLE color: 4564398.

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

Color convert

RGB17416569-
CMYK00.050.600.32
HSL54.86º43.21%47.65%-
HSV(B)54.86º60.34%68.24%-
XYZ31.9836.3410.96-
YUV156.7578.48140.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 165 (64.84% from 255) = 40.44%
BLUE value IS 69 (27.34% from 255) = 16.91%
R=42.65%
G=40.44%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741656900.050.600.3254.8643.2147.65
HexAEA545053C20372b30
Octal256245105057440675360
Binary101011101010010110001010101111100100000110111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA545; }

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

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

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

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

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

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

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

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