#AEAE44

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

Shades of Brass #AEAE44

Tints of Brass #AEAE44

Color information

#AEAE44 (or 0xAEAE44) is unknown color: approx Brass. HEX triplet: AE, AE and 44. RGB value is (174,174,68). Sum of RGB (Red+Green+Blue) = 174+174+68=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAE44 is #5151BB. Grayscale: #A2A2A2. Windows color (decimal): -5329340 or 4501166. OLE color: 4501166.

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

Color convert

RGB17417468-
CMYK000.610.32
HSL60º43.8%47.45%-
HSV(B)60º60.92%68.24%-
XYZ33.6439.6911.36-
YUV161.9275136.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 174 (68.36% from 255) = 41.83%
BLUE value IS 68 (26.95% from 255) = 16.35%
R=41.83%
G=41.83%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417468000.610.326043.847.45
HexAEAE44003D203c2c2f
Octal256256104007540745457
Binary1010111010101110100010000111101100000111100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE44; }

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

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

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

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

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

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

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

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