Color Hex Logo

#ae865b Color Hex

#AE865B
(174,134,91)
0 Favorites   0 Comments

Color spaces of #ae865b

RGB 17413491
HSL0.090.340.52
HSV31°48°68°
CMYK 0.000.230.48   0.32
XYZ27.869026.804213.6024
Yxy26.80420.40820.3926
Hunter Lab51.77285.483220.6635
CIE-Lab58.79279.790928.9724

#ae865b color RGB value is (174,134,91).

#ae865b hex color red value is 174, green value is 134 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ae865b hue: 0.09 , saturation: 0.34 and the lightness value of ae865b is 0.52.

The process color (four color CMYK) of #ae865b color hex is 0.00, 0.23, 0.48, 0.32. Web safe color of #ae865b is #999966. Color #ae865b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 01011011
Octal 256 206 133
Decimal 174 134 91
Hex AE 86 5B

RGB Percentages of Color #ae865b

%43.61
%33.58
%22.81

CMYK Percentages of Color #ae865b

%0
%23
%48
%32

Triadic Colors of #ae865b

#ae865b #5bae86 #865bae

Analogous Colors of #ae865b

#ae865b #adae5b #ae5d5b

Monochromatic Colors of #ae865b

#ae865b

Complementary Color

#ae865b #5b83ae

#ae865b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae865b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae865b Color CSS Codes

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

#ae865b Text Font Color

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

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


#ae865b Background Color

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

This div background color is #ae865b


#ae865b Border Color

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

This div border color is #ae865b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae865b


Comments

No comments written yet.

Please login to write comment.