Color Hex Logo

#ae682a Color Hex

#AE682A
(174,104,42)
0 Favorites   0 Comments

Color spaces of #ae682a

RGB 17410442
HSL0.080.610.42
HSV28°76°68°
CMYK 0.000.400.76   0.32
XYZ22.823819.06654.6677
Yxy19.06650.49020.4095
Hunter Lab43.665216.887824.2277
CIE-Lab50.764923.000345.1152

#ae682a color RGB value is (174,104,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 00101010
Octal 256 150 52
Decimal 174 104 42
Hex AE 68 2A

RGB Percentages of Color #ae682a

%54.38
%32.50
%13.13

CMYK Percentages of Color #ae682a

%0
%40
%76
%32

Triadic Colors of #ae682a

#ae682a #2aae68 #682aae

Analogous Colors of #ae682a

#ae682a #aeaa2a #ae2a2e

Monochromatic Colors of #ae682a

#ae682a

Complementary Color

#ae682a #2a70ae

#ae682a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae682a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae682a Color CSS Codes

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

#ae682a Text Font Color

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

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


#ae682a Background Color

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

This div background color is #ae682a


#ae682a Border Color

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

This div border color is #ae682a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,104,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 #ae682a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae682a


Comments

No comments written yet.

Please login to write comment.