Color Hex Logo

#ae691d Color Hex

#AE691D
(174,105,29)
0 Favorites   0 Comments

Color spaces of #ae691d

RGB 17410529
HSL0.090.710.40
HSV31°83°68°
CMYK 0.000.400.83   0.32
XYZ22.728919.19053.6686
Yxy19.19050.49860.4210
Hunter Lab43.807015.951125.6997
CIE-Lab50.909321.946450.7643

#ae691d color RGB value is (174,105,29).

#ae691d hex color red value is 174, green value is 105 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ae691d hue: 0.09 , saturation: 0.71 and the lightness value of ae691d is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 00011101
Octal 256 151 35
Decimal 174 105 29
Hex AE 69 1D

RGB Percentages of Color #ae691d

%56.49
%34.09
%9.42

CMYK Percentages of Color #ae691d

%0
%40
%83
%32

Triadic Colors of #ae691d

#ae691d #1dae69 #691dae

Analogous Colors of #ae691d

#ae691d #abae1d #ae201d

Monochromatic Colors of #ae691d

#ae691d

Complementary Color

#ae691d #1d62ae

#ae691d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae691d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae691d Color CSS Codes

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

#ae691d Text Font Color

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

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


#ae691d Background Color

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

This div background color is #ae691d


#ae691d Border Color

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

This div border color is #ae691d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae691d


Comments

No comments written yet.

Please login to write comment.