#AEA44F

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

Shades of Brass #AEA44F

Tints of Brass #AEA44F

Color information

#AEA44F (or 0xAEA44F) is unknown color: approx Brass. HEX triplet: AE, A4 and 4F. RGB value is (174,164,79). Sum of RGB (Red+Green+Blue) = 174+164+79=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA44F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA44F is #515BB0. Grayscale: #9D9D9D. Windows color (decimal): -5331889 or 5219502. OLE color: 5219502.

HSL color Cylindrical-coordinate representation of color #AEA44F: hue angle of 53.68º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AEA44F is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB17416479-
CMYK00.060.550.32
HSL53.68º37.55%49.61%-
HSV(B)53.68º54.6%68.24%-
XYZ32.1436.1112.67-
YUV157.383.81139.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 164 (64.45% from 255) = 39.33%
BLUE value IS 79 (31.25% from 255) = 18.94%
R=41.73%
G=39.33%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741647900.060.550.3253.6837.5549.61
HexAEA44F063720362632
Octal256244117066740664662
Binary101011101010010010011110110110111100000110110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA44F; }

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

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

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

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

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

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

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

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