Color Hex Logo

#ae692f Color Hex

#AE692F
(174,105,47)
0 Favorites   0 Comments

Color spaces of #ae692f

RGB 17410547
HSL0.080.570.43
HSV27°73°68°
CMYK 0.000.400.73   0.32
XYZ23.020219.30715.2027
Yxy19.30710.48430.4062
Hunter Lab43.939816.621923.7377
CIE-Lab51.044622.683743.0192

#ae692f color RGB value is (174,105,47).

#ae692f hex color red value is 174, green value is 105 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ae692f hue: 0.08 , saturation: 0.57 and the lightness value of ae692f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 00101111
Octal 256 151 57
Decimal 174 105 47
Hex AE 69 2F

RGB Percentages of Color #ae692f

%53.37
%32.21
%14.42

CMYK Percentages of Color #ae692f

%0
%40
%73
%32

Triadic Colors of #ae692f

#ae692f #2fae69 #692fae

Analogous Colors of #ae692f

#ae692f #aea92f #ae2f35

Monochromatic Colors of #ae692f

#ae692f

Complementary Color

#ae692f #2f74ae

#ae692f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae692f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae692f Color CSS Codes

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

#ae692f Text Font Color

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

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


#ae692f Background Color

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

This div background color is #ae692f


#ae692f Border Color

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

This div border color is #ae692f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae692f


Comments

No comments written yet.

Please login to write comment.