Color Hex Logo

#ae692d Color Hex

#AE692D
(174,105,45)
0 Favorites   0 Comments

Color spaces of #ae692d

RGB 17410545
HSL0.080.590.43
HSV28°74°68°
CMYK 0.000.400.74   0.32
XYZ22.980819.29134.9950
Yxy19.29130.48620.4081
Hunter Lab43.921916.531524.0026
CIE-Lab51.026322.584743.9666

#ae692d color RGB value is (174,105,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 00101101
Octal 256 151 55
Decimal 174 105 45
Hex AE 69 2D

RGB Percentages of Color #ae692d

%53.70
%32.41
%13.89

CMYK Percentages of Color #ae692d

%0
%40
%74
%32

Triadic Colors of #ae692d

#ae692d #2dae69 #692dae

Analogous Colors of #ae692d

#ae692d #aeaa2d #ae2d32

Monochromatic Colors of #ae692d

#ae692d

Complementary Color

#ae692d #2d72ae

#ae692d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae692d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae692d Color CSS Codes

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

#ae692d Text Font Color

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

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


#ae692d Background Color

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

This div background color is #ae692d


#ae692d Border Color

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

This div border color is #ae692d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae692d


Comments

No comments written yet.

Please login to write comment.