#AEA74E

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

Shades of Brass #AEA74E

Tints of Brass #AEA74E

Color information

#AEA74E (or 0xAEA74E) is unknown color: approx Brass. HEX triplet: AE, A7 and 4E. RGB value is (174,167,78). Sum of RGB (Red+Green+Blue) = 174+167+78=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA74E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA74E is #5158B1. Grayscale: #9F9F9F. Windows color (decimal): -5331122 or 5154734. OLE color: 5154734.

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

Color convert

RGB17416778-
CMYK00.040.550.32
HSL55.62º38.1%49.41%-
HSV(B)55.62º55.17%68.24%-
XYZ32.6537.1912.66-
YUV158.9582.32138.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 78 (30.86% from 255) = 18.62%
R=41.53%
G=39.86%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741677800.040.550.3255.6238.149.41
HexAEA74E043720382631
Octal256247116046740704661
Binary101011101010011110011100100110111100000111000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA74E; }

 p { color: rgb(174,167,78); }

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

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

 a { background-color: rgb(174,167,78); }

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

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

 span { border-color: rgb(174,167,78); }

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