Color Hex Logo

#ae863b Color Hex

#AE863B
(174,134,59)
0 Favorites   0 Comments

Color spaces of #ae863b

RGB 17413459
HSL0.110.490.46
HSV39°66°68°
CMYK 0.000.230.66   0.32
XYZ26.770126.36467.8156
Yxy26.36460.43920.4326
Hunter Lab51.34653.206826.9178
CIE-Lab58.38157.138445.1256

#ae863b color RGB value is (174,134,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 00111011
Octal 256 206 73
Decimal 174 134 59
Hex AE 86 3B

RGB Percentages of Color #ae863b

%47.41
%36.51
%16.08

CMYK Percentages of Color #ae863b

%0
%23
%66
%32

Triadic Colors of #ae863b

#ae863b #3bae86 #863bae

Analogous Colors of #ae863b

#ae863b #9dae3b #ae4d3b

Monochromatic Colors of #ae863b

#ae863b

Complementary Color

#ae863b #3b63ae

#ae863b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae863b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae863b Color CSS Codes

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

#ae863b Text Font Color

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

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


#ae863b Background Color

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

This div background color is #ae863b


#ae863b Border Color

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

This div border color is #ae863b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae863b


Comments

No comments written yet.

Please login to write comment.