Color Hex Logo

#ae692e Color Hex

#AE692E
(174,105,46)
0 Favorites   0 Comments

Color spaces of #ae692e

RGB 17410546
HSL0.080.580.43
HSV28°74°68°
CMYK 0.000.400.74   0.32
XYZ23.000319.29915.0976
Yxy19.29910.48530.4072
Hunter Lab43.930716.576323.8717
CIE-Lab51.035322.633843.4953

#ae692e color RGB value is (174,105,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 00101110
Octal 256 151 56
Decimal 174 105 46
Hex AE 69 2E

RGB Percentages of Color #ae692e

%53.54
%32.31
%14.15

CMYK Percentages of Color #ae692e

%0
%40
%74
%32

Triadic Colors of #ae692e

#ae692e #2eae69 #692eae

Analogous Colors of #ae692e

#ae692e #aea92e #ae2e33

Monochromatic Colors of #ae692e

#ae692e

Complementary Color

#ae692e #2e73ae

#ae692e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae692e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae692e Color CSS Codes

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

#ae692e Text Font Color

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

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


#ae692e Background Color

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

This div background color is #ae692e


#ae692e Border Color

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

This div border color is #ae692e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae692e


Comments

No comments written yet.

Please login to write comment.