Color Hex Logo

#ae862b Color Hex

#AE862B
(174,134,43)
0 Favorites   0 Comments

Color spaces of #ae862b

RGB 17413443
HSL0.120.600.43
HSV42°75°68°
CMYK 0.000.230.75   0.32
XYZ26.416726.22335.9548
Yxy26.22330.45080.4475
Hunter Lab51.20872.466428.9515
CIE-Lab58.24846.263552.0987

#ae862b color RGB value is (174,134,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 00101011
Octal 256 206 53
Decimal 174 134 43
Hex AE 86 2B

RGB Percentages of Color #ae862b

%49.57
%38.18
%12.25

CMYK Percentages of Color #ae862b

%0
%23
%75
%32

Triadic Colors of #ae862b

#ae862b #2bae86 #862bae

Analogous Colors of #ae862b

#ae862b #95ae2b #ae452b

Monochromatic Colors of #ae862b

#ae862b

Complementary Color

#ae862b #2b53ae

#ae862b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae862b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae862b Color CSS Codes

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

#ae862b Text Font Color

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

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


#ae862b Background Color

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

This div background color is #ae862b


#ae862b Border Color

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

This div border color is #ae862b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae862b


Comments

No comments written yet.

Please login to write comment.