#aea650

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

Shades of Brass #AEA650

Tints of Brass #AEA650

Color information

#AEA650 (or 0xAEA650) is unknown color: approx Brass. HEX triplet: AE, A6 and 50. RGB value is (174,166,80). Sum of RGB (Red+Green+Blue) = 174+166+80=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA650 is #5159AF. Grayscale: #9E9E9E. Windows color (decimal): -5331376 or 5285550. OLE color: 5285550.

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

Color convert

RGB17416680-
CMYK00.050.540.32
HSL54.89º37.01%49.8%-
HSV(B)54.89º54.02%68.24%-
XYZ32.5436.8512.99-
YUV158.5983.65138.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 80 (31.64% from 255) = 19.05%
R=41.43%
G=39.52%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741668000.050.540.3254.8937.0149.8
HexAEA650053620372532
Octal256246120056640674562
Binary101011101010011010100000101110110100000110111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aea650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aea650; }

 p { color: rgb(174,166,80); }

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

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

 a { background-color: rgb(174,166,80); }

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

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

 span { border-color: rgb(174,166,80); }

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