#AEAE3B

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

Shades of Brass #AEAE3B

Tints of Brass #AEAE3B

Color information

#AEAE3B (or 0xAEAE3B) is unknown color: approx Brass. HEX triplet: AE, AE and 3B. RGB value is (174,174,59). Sum of RGB (Red+Green+Blue) = 174+174+59=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEAE3B is #5151C4. Grayscale: #A1A1A1. Windows color (decimal): -5329349 or 3911342. OLE color: 3911342.

HSL color Cylindrical-coordinate representation of color #AEAE3B: hue angle of 60º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEAE3B is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17417459-
CMYK000.660.32
HSL60º49.36%45.69%-
HSV(B)60º66.09%68.24%-
XYZ33.3839.5910.02-
YUV160.8970.5137.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 59 (23.44% from 255) = 14.50%
R=42.75%
G=42.75%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417459000.660.326049.3645.69
HexAEAE3B0042203c312e
Octal256256730010240746156
Binary1010111010101110111011001000010100000111100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE3B; }

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

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

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

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

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

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

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

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