Color Hex Logo

#ae773c Color Hex

#AE773C
(174,119,60)
0 Favorites   0 Comments

Color spaces of #ae773c

RGB 17411960
HSL0.090.490.46
HSV31°66°68°
CMYK 0.000.320.66   0.32
XYZ24.868022.51867.3108
Yxy22.51860.45460.4117
Hunter Lab47.453810.498324.0833
CIE-Lab54.573015.600540.3886

#ae773c color RGB value is (174,119,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 00111100
Octal 256 167 74
Decimal 174 119 60
Hex AE 77 3C

RGB Percentages of Color #ae773c

%49.29
%33.71
%17.00

CMYK Percentages of Color #ae773c

%0
%32
%66
%32

Triadic Colors of #ae773c

#ae773c #3cae77 #773cae

Analogous Colors of #ae773c

#ae773c #acae3c #ae3e3c

Monochromatic Colors of #ae773c

#ae773c

Complementary Color

#ae773c #3c73ae

#ae773c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae773c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae773c Color CSS Codes

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

#ae773c Text Font Color

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

This sample text font color is #ae773c
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.


#ae773c Background Color

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

This div background color is #ae773c


#ae773c Border Color

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

This div border color is #ae773c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae773c


Comments

No comments written yet.

Please login to write comment.