Color Hex Logo

#ae753f Color Hex

#AE753F
(174,117,63)
0 Favorites   0 Comments

Color spaces of #ae753f

RGB 17411763
HSL0.080.470.46
HSV29°64°68°
CMYK 0.000.330.64   0.32
XYZ24.714122.08017.6619
Yxy22.08010.45380.4055
Hunter Lab46.989511.650523.2251
CIE-Lab54.111916.926938.3126

#ae753f color RGB value is (174,117,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 00111111
Octal 256 165 77
Decimal 174 117 63
Hex AE 75 3F

RGB Percentages of Color #ae753f

%49.15
%33.05
%17.80

CMYK Percentages of Color #ae753f

%0
%33
%64
%32

Triadic Colors of #ae753f

#ae753f #3fae75 #753fae

Analogous Colors of #ae753f

#ae753f #aead3f #ae3f40

Monochromatic Colors of #ae753f

#ae753f

Complementary Color

#ae753f #3f78ae

#ae753f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae753f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae753f Color CSS Codes

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

#ae753f Text Font Color

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

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


#ae753f Background Color

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

This div background color is #ae753f


#ae753f Border Color

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

This div border color is #ae753f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,117,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 #ae753f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae753f


Comments

No comments written yet.

Please login to write comment.