#AEA44C

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

Shades of Brass #AEA44C

Tints of Brass #AEA44C

Color information

#AEA44C (or 0xAEA44C) is unknown color: approx Brass. HEX triplet: AE, A4 and 4C. RGB value is (174,164,76). Sum of RGB (Red+Green+Blue) = 174+164+76=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA44C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA44C is #515BB3. Grayscale: #9D9D9D. Windows color (decimal): -5331892 or 5022894. OLE color: 5022894.

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

Color convert

RGB17416476-
CMYK00.060.560.32
HSL53.88º39.2%49.02%-
HSV(B)53.88º56.32%68.24%-
XYZ32.0436.0712.11-
YUV156.9682.31140.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.03%
GREEN value IS 164 (64.45% from 255) = 39.61%
BLUE value IS 76 (30.08% from 255) = 18.36%
R=42.03%
G=39.61%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741647600.060.560.3253.8839.249.02
HexAEA44C063820362731
Octal256244114067040664761
Binary101011101010010010011000110111000100000110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA44C; }

 p { color: rgb(174,164,76); }

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

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

 a { background-color: rgb(174,164,76); }

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

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

 span { border-color: rgb(174,164,76); }

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