#AEB439

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

Shades of Brass #AEB439

Tints of Brass #AEB439

Color information

#AEB439 (or 0xAEB439) is unknown color: approx Brass. HEX triplet: AE, B4 and 39. RGB value is (174,180,57). Sum of RGB (Red+Green+Blue) = 174+180+57=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB439 is #514BC6. Grayscale: #A4A4A4. Windows color (decimal): -5327815 or 3781806. OLE color: 3781806.

HSL color Cylindrical-coordinate representation of color #AEB439: hue angle of 62.93º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AEB439 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB17418057-
CMYK0.0300.680.29
HSL62.93º51.9%46.47%-
HSV(B)62.93º68.33%70.59%-
XYZ34.5241.9410.15-
YUV164.1867.51135-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 57 (22.66% from 255) = 13.87%
R=42.34%
G=43.80%
B=13.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180570.0300.680.2962.9351.946.47
HexAEB43930441D3f342e
Octal256264713010435776456
Binary1010111010110100111001110100010011101111111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB439; }

 p { color: rgb(174,180,57); }

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

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

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

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

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

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

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