#AEA451

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

Shades of Brass #AEA451

Tints of Brass #AEA451

Color information

#AEA451 (or 0xAEA451) is unknown color: approx Brass. HEX triplet: AE, A4 and 51. RGB value is (174,164,81). Sum of RGB (Red+Green+Blue) = 174+164+81=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA451 is #515BAE. Grayscale: #9D9D9D. Windows color (decimal): -5331887 or 5350574. OLE color: 5350574.

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

Color convert

RGB17416481-
CMYK00.060.530.32
HSL53.55º36.47%50%-
HSV(B)53.55º53.45%68.24%-
XYZ32.2236.1413.06-
YUV157.5384.81139.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 81 (32.03% from 255) = 19.33%
R=41.53%
G=39.14%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741648100.060.530.3253.5536.4750
HexAEA451063520362432
Octal256244121066540664462
Binary101011101010010010100010110110101100000110110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA451; }

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

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

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

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

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

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

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

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