#AEA34E

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

Shades of Brass #AEA34E

Tints of Brass #AEA34E

Color information

#AEA34E (or 0xAEA34E) is unknown color: approx Brass. HEX triplet: AE, A3 and 4E. RGB value is (174,163,78). Sum of RGB (Red+Green+Blue) = 174+163+78=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA34E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA34E is #515CB1. Grayscale: #9C9C9C. Windows color (decimal): -5332146 or 5153710. OLE color: 5153710.

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

Color convert

RGB17416378-
CMYK00.060.550.32
HSL53.12º38.1%49.41%-
HSV(B)53.12º55.17%68.24%-
XYZ31.9335.7412.42-
YUV156.683.64140.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 163 (64.06% from 255) = 39.28%
BLUE value IS 78 (30.86% from 255) = 18.80%
R=41.93%
G=39.28%
B=18.80%

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
Decimal1741637800.060.550.3253.1238.149.41
HexAEA34E063720352631
Octal256243116066740654661
Binary101011101010001110011100110110111100000110101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA34E; }

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

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

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

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

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

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

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

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