#AEA850

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

Shades of Brass #AEA850

Tints of Brass #AEA850

Color information

#AEA850 (or 0xAEA850) is unknown color: approx Brass. HEX triplet: AE, A8 and 50. RGB value is (174,168,80). Sum of RGB (Red+Green+Blue) = 174+168+80=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA850 is #5157AF. Grayscale: #A0A0A0. Windows color (decimal): -5330864 or 5286062. OLE color: 5286062.

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

Color convert

RGB17416880-
CMYK00.030.540.32
HSL56.17º37.01%49.8%-
HSV(B)56.17º54.02%68.24%-
XYZ32.9137.5813.11-
YUV159.7682.99138.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.23%
GREEN value IS 168 (66.02% from 255) = 39.81%
BLUE value IS 80 (31.64% from 255) = 18.96%
R=41.23%
G=39.81%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741688000.030.540.3256.1737.0149.8
HexAEA850033620382532
Octal256250120036640704562
Binary10101110101010001010000011110110100000111000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA850; }

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

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

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

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

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

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

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

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