#AEA541

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

Shades of Brass #AEA541

Tints of Brass #AEA541

Color information

#AEA541 (or 0xAEA541) is unknown color: approx Brass. HEX triplet: AE, A5 and 41. RGB value is (174,165,65). Sum of RGB (Red+Green+Blue) = 174+165+65=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA541 is #515ABE. Grayscale: #9C9C9C. Windows color (decimal): -5331647 or 4302254. OLE color: 4302254.

HSL color Cylindrical-coordinate representation of color #AEA541: hue angle of 55.05º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEA541 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB17416565-
CMYK00.050.630.32
HSL55.05º45.61%46.86%-
HSV(B)55.05º62.64%68.24%-
XYZ31.8636.2910.33-
YUV156.2976.48140.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 165 (64.84% from 255) = 40.84%
BLUE value IS 65 (25.78% from 255) = 16.09%
R=43.07%
G=40.84%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741656500.050.630.3255.0545.6146.86
HexAEA541053F20372e2f
Octal256245101057740675657
Binary101011101010010110000010101111111100000110111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA541; }

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

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

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

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

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

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

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

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