Color Hex Logo

#ae862f Color Hex

#AE862F
(174,134,47)
0 Favorites   0 Comments

Color spaces of #ae862f

RGB 17413447
HSL0.110.570.43
HSV41°73°68°
CMYK 0.000.230.73   0.32
XYZ26.493726.25416.3605
Yxy26.25410.44820.4442
Hunter Lab51.23882.628028.5072
CIE-Lab58.27756.455050.4624

#ae862f color RGB value is (174,134,47).

#ae862f hex color red value is 174, green value is 134 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ae862f hue: 0.11 , saturation: 0.57 and the lightness value of ae862f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 00101111
Octal 256 206 57
Decimal 174 134 47
Hex AE 86 2F

RGB Percentages of Color #ae862f

%49.01
%37.75
%13.24

CMYK Percentages of Color #ae862f

%0
%23
%73
%32

Triadic Colors of #ae862f

#ae862f #2fae86 #862fae

Analogous Colors of #ae862f

#ae862f #97ae2f #ae462f

Monochromatic Colors of #ae862f

#ae862f

Complementary Color

#ae862f #2f57ae

#ae862f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae862f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae862f Color CSS Codes

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

#ae862f Text Font Color

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

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


#ae862f Background Color

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

This div background color is #ae862f


#ae862f Border Color

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

This div border color is #ae862f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae862f


Comments

No comments written yet.

Please login to write comment.