#AEA849

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

Shades of Brass #AEA849

Tints of Brass #AEA849

Color information

#AEA849 (or 0xAEA849) is unknown color: approx Brass. HEX triplet: AE, A8 and 49. RGB value is (174,168,73). Sum of RGB (Red+Green+Blue) = 174+168+73=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA849 is #5157B6. Grayscale: #9F9F9F. Windows color (decimal): -5330871 or 4827310. OLE color: 4827310.

HSL color Cylindrical-coordinate representation of color #AEA849: hue angle of 56.44º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEA849 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB17416873-
CMYK00.030.580.32
HSL56.44º40.89%48.43%-
HSV(B)56.44º58.05%68.24%-
XYZ32.6637.4811.82-
YUV158.9679.49138.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 168 (66.02% from 255) = 40.48%
BLUE value IS 73 (28.91% from 255) = 17.59%
R=41.93%
G=40.48%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741687300.030.580.3256.4440.8948.43
HexAEA849033A20382930
Octal256250111037240705160
Binary10101110101010001001001011111010100000111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA849; }

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

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

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

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

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

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

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

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