Color Hex Logo

#ae692a Color Hex

#AE692A
(174,105,42)
0 Favorites   0 Comments

Color spaces of #ae692a

RGB 17410542
HSL0.080.610.42
HSV29°76°68°
CMYK 0.000.400.76   0.32
XYZ22.925119.26904.7015
Yxy19.26900.48890.4109
Hunter Lab43.896516.403524.3773
CIE-Lab51.000422.444245.3528

#ae692a color RGB value is (174,105,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 00101010
Octal 256 151 52
Decimal 174 105 42
Hex AE 69 2A

RGB Percentages of Color #ae692a

%54.21
%32.71
%13.08

CMYK Percentages of Color #ae692a

%0
%40
%76
%32

Triadic Colors of #ae692a

#ae692a #2aae69 #692aae

Analogous Colors of #ae692a

#ae692a #aeab2a #ae2a2d

Monochromatic Colors of #ae692a

#ae692a

Complementary Color

#ae692a #2a6fae

#ae692a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae692a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae692a Color CSS Codes

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

#ae692a Text Font Color

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

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


#ae692a Background Color

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

This div background color is #ae692a


#ae692a Border Color

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

This div border color is #ae692a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae692a


Comments

No comments written yet.

Please login to write comment.