#AEA949

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

Shades of Brass #AEA949

Tints of Brass #AEA949

Color information

#AEA949 (or 0xAEA949) is unknown color: approx Brass. HEX triplet: AE, A9 and 49. RGB value is (174,169,73). Sum of RGB (Red+Green+Blue) = 174+169+73=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA949 is #5156B6. Grayscale: #9F9F9F. Windows color (decimal): -5330615 or 4827566. OLE color: 4827566.

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

Color convert

RGB17416973-
CMYK00.030.580.32
HSL57.03º40.89%48.43%-
HSV(B)57.03º58.05%68.24%-
XYZ32.8537.8611.88-
YUV159.5579.16138.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 169 (66.41% from 255) = 40.62%
BLUE value IS 73 (28.91% from 255) = 17.55%
R=41.83%
G=40.62%
B=17.55%

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
Decimal1741697300.030.580.3257.0340.8948.43
HexAEA949033A20392930
Octal256251111037240715160
Binary10101110101010011001001011111010100000111001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA949; }

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

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

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

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

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

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

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

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