#AEA336

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

Shades of Brass #AEA336

Tints of Brass #AEA336

Color information

#AEA336 (or 0xAEA336) is unknown color: approx Brass. HEX triplet: AE, A3 and 36. RGB value is (174,163,54). Sum of RGB (Red+Green+Blue) = 174+163+54=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA336 is #515CC9. Grayscale: #9A9A9A. Windows color (decimal): -5332170 or 3580846. OLE color: 3580846.

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

Color convert

RGB17416354-
CMYK00.060.690.32
HSL54.5º52.63%44.71%-
HSV(B)54.5º68.97%68.24%-
XYZ31.2235.468.69-
YUV153.8671.64142.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 54 (21.48% from 255) = 13.81%
R=44.50%
G=41.69%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741635400.060.690.3254.552.6344.71
HexAEA33606452036352d
Octal256243660610540666555
Binary101011101010001111011001101000101100000110110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA336; }

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

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

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

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

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

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

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

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