Color Hex Logo

#ae773a Color Hex

#AE773A
(174,119,58)
0 Favorites   0 Comments

Color spaces of #ae773a

RGB 17411958
HSL0.090.500.45
HSV32°67°68°
CMYK 0.000.320.67   0.32
XYZ24.816122.49787.0375
Yxy22.49780.45660.4139
Hunter Lab47.431810.384624.4054
CIE-Lab54.551215.471641.3769

#ae773a color RGB value is (174,119,58).

#ae773a hex color red value is 174, green value is 119 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ae773a hue: 0.09 , saturation: 0.50 and the lightness value of ae773a is 0.45.

The process color (four color CMYK) of #ae773a color hex is 0.00, 0.32, 0.67, 0.32. Web safe color of #ae773a is #996633. Color #ae773a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 00111010
Octal 256 167 72
Decimal 174 119 58
Hex AE 77 3A

RGB Percentages of Color #ae773a

%49.57
%33.90
%16.52

CMYK Percentages of Color #ae773a

%0
%32
%67
%32

Triadic Colors of #ae773a

#ae773a #3aae77 #773aae

Analogous Colors of #ae773a

#ae773a #abae3a #ae3d3a

Monochromatic Colors of #ae773a

#ae773a

Complementary Color

#ae773a #3a71ae

#ae773a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae773a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae773a Color CSS Codes

.mybgcolor {background-color:#ae773a; } 
.myforecolor {color:#ae773a; }
.mybordercolor {border:3px solid #ae773a; }

#ae773a Text Font Color

<p style="color:#ae773a">Text here</p>

This sample text font color is #ae773a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ae773a Background Color

<div style="background-color:#ae773a">
Div content here</div>

This div background color is #ae773a


#ae773a Border Color

<div style="border:3px solid #ae773a">
Div here</div>

This div border color is #ae773a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,119,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae773a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae773a;
  -webkit-box-shadow: 1px 1px 3px 2px #ae773a;
  box-shadow:         1px 1px 3px 2px #ae773a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,119,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae773a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ae773a;
  -webkit-box-shadow: 1px 1px 3px 2px #ae773a;
  box-shadow:         1px 1px 3px 2px #ae773a;">
Div content here</div>

This div box has shadow with color #ae773a


Comments

No comments written yet.

Please login to write comment.