Color Hex Logo

#ae763f Color Hex

#AE763F
(174,118,63)
0 Favorites   0 Comments

Color spaces of #ae763f

RGB 17411863
HSL0.080.470.46
HSV30°64°68°
CMYK 0.000.320.64   0.32
XYZ24.831222.31447.7010
Yxy22.31440.45270.4069
Hunter Lab47.238111.163623.4009
CIE-Lab54.359016.365038.5985

#ae763f color RGB value is (174,118,63).

#ae763f hex color red value is 174, green value is 118 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ae763f hue: 0.08 , saturation: 0.47 and the lightness value of ae763f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110110 00111111
Octal 256 166 77
Decimal 174 118 63
Hex AE 76 3F

RGB Percentages of Color #ae763f

%49.01
%33.24
%17.75

CMYK Percentages of Color #ae763f

%0
%32
%64
%32

Triadic Colors of #ae763f

#ae763f #3fae76 #763fae

Analogous Colors of #ae763f

#ae763f #aeae3f #ae3f3f

Monochromatic Colors of #ae763f

#ae763f

Complementary Color

#ae763f #3f77ae

#ae763f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae763f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae763f Color CSS Codes

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

#ae763f Text Font Color

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

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


#ae763f Background Color

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

This div background color is #ae763f


#ae763f Border Color

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

This div border color is #ae763f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae763f


Comments

No comments written yet.

Please login to write comment.