Color Hex Logo

#ae693d Color Hex

#AE693D
(174,105,61)
0 Favorites   0 Comments

Color spaces of #ae693d

RGB 17410561
HSL0.060.480.46
HSV23°65°68°
CMYK 0.000.400.65   0.32
XYZ23.349419.43876.9363
Yxy19.43870.46960.3909
Hunter Lab44.089317.376021.5348
CIE-Lab51.196623.507335.9796

#ae693d color RGB value is (174,105,61).

#ae693d hex color red value is 174, green value is 105 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ae693d hue: 0.06 , saturation: 0.48 and the lightness value of ae693d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 00111101
Octal 256 151 75
Decimal 174 105 61
Hex AE 69 3D

RGB Percentages of Color #ae693d

%51.18
%30.88
%17.94

CMYK Percentages of Color #ae693d

%0
%40
%65
%32

Triadic Colors of #ae693d

#ae693d #3dae69 #693dae

Analogous Colors of #ae693d

#ae693d #aea23d #ae3d49

Monochromatic Colors of #ae693d

#ae693d

Complementary Color

#ae693d #3d82ae

#ae693d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae693d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae693d Color CSS Codes

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

#ae693d Text Font Color

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

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


#ae693d Background Color

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

This div background color is #ae693d


#ae693d Border Color

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

This div border color is #ae693d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae693d


Comments

No comments written yet.

Please login to write comment.