#AEA244

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

Shades of Brass #AEA244

Tints of Brass #AEA244

Color information

#AEA244 (or 0xAEA244) is unknown color: approx Brass. HEX triplet: AE, A2 and 44. RGB value is (174,162,68). Sum of RGB (Red+Green+Blue) = 174+162+68=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA244 is #515DBB. Grayscale: #9B9B9B. Windows color (decimal): -5332412 or 4498094. OLE color: 4498094.

HSL color Cylindrical-coordinate representation of color #AEA244: hue angle of 53.21º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEA244 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB17416268-
CMYK00.070.610.32
HSL53.21º43.8%47.45%-
HSV(B)53.21º60.92%68.24%-
XYZ31.4235.2610.62-
YUV154.8778.98141.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 68 (26.95% from 255) = 16.83%
R=43.07%
G=40.10%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741626800.070.610.3253.2143.847.45
HexAEA244073D20352c2f
Octal256242104077540655457
Binary101011101010001010001000111111101100000110101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA244; }

 p { color: rgb(174,162,68); }

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

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

 a { background-color: rgb(174,162,68); }

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

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

 span { border-color: rgb(174,162,68); }

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