Color Hex Logo

#ae862a Color Hex

#AE862A
(174,134,42)
0 Favorites   0 Comments

Color spaces of #ae862a

RGB 17413442
HSL0.120.610.42
HSV42°76°68°
CMYK 0.000.230.76   0.32
XYZ26.398626.21605.8593
Yxy26.21600.45150.4483
Hunter Lab51.20162.428629.0562
CIE-Lab58.24156.218752.4948

#ae862a color RGB value is (174,134,42).

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

The process color (four color CMYK) of #ae862a color hex is 0.00, 0.23, 0.76, 0.32. Web safe color of #ae862a is #999933. Color #ae862a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 00101010
Octal 256 206 52
Decimal 174 134 42
Hex AE 86 2A

RGB Percentages of Color #ae862a

%49.71
%38.29
%12.00

CMYK Percentages of Color #ae862a

%0
%23
%76
%32

Triadic Colors of #ae862a

#ae862a #2aae86 #862aae

Analogous Colors of #ae862a

#ae862a #94ae2a #ae442a

Monochromatic Colors of #ae862a

#ae862a

Complementary Color

#ae862a #2a52ae

#ae862a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae862a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae862a Color CSS Codes

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

#ae862a Text Font Color

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

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


#ae862a Background Color

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

This div background color is #ae862a


#ae862a Border Color

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

This div border color is #ae862a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae862a


Comments

No comments written yet.

Please login to write comment.