#AEAC4D

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

Shades of Brass #AEAC4D

Tints of Brass #AEAC4D

Color information

#AEAC4D (or 0xAEAC4D) is unknown color: approx Brass. HEX triplet: AE, AC and 4D. RGB value is (174,172,77). Sum of RGB (Red+Green+Blue) = 174+172+77=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC4D is #5153B2. Grayscale: #A2A2A2. Windows color (decimal): -5329843 or 5090478. OLE color: 5090478.

HSL color Cylindrical-coordinate representation of color #AEAC4D: hue angle of 58.76º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEAC4D is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB17417277-
CMYK00.010.560.32
HSL58.76º38.65%49.22%-
HSV(B)58.76º55.75%68.24%-
XYZ33.5539.0412.79-
YUV161.7780.16136.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 77 (30.47% from 255) = 18.20%
R=41.13%
G=40.66%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741727700.010.560.3258.7638.6549.22
HexAEAC4D0138203b2731
Octal256254115017040734761
Binary1010111010101100100110101111000100000111011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC4D; }

 p { color: rgb(174,172,77); }

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

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

 a { background-color: rgb(174,172,77); }

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

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

 span { border-color: rgb(174,172,77); }

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