Color Hex Logo

#ae831b Color Hex

#AE831B
(174,131,27)
0 Favorites   0 Comments

Color spaces of #ae831b

RGB 17413127
HSL0.120.730.39
HSV42°84°68°
CMYK 0.000.250.84   0.32
XYZ25.769725.31044.5641
Yxy25.31040.46310.4549
Hunter Lab50.30943.390429.8378
CIE-Lab57.37667.335357.0364

#ae831b color RGB value is (174,131,27).

#ae831b hex color red value is 174, green value is 131 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ae831b hue: 0.12 , saturation: 0.73 and the lightness value of ae831b is 0.39.

The process color (four color CMYK) of #ae831b color hex is 0.00, 0.25, 0.84, 0.32. Web safe color of #ae831b is #999933. Color #ae831b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000011 00011011
Octal 256 203 33
Decimal 174 131 27
Hex AE 83 1B

RGB Percentages of Color #ae831b

%52.41
%39.46
%8.13

CMYK Percentages of Color #ae831b

%0
%25
%84
%32

Triadic Colors of #ae831b

#ae831b #1bae83 #831bae

Analogous Colors of #ae831b

#ae831b #90ae1b #ae3a1b

Monochromatic Colors of #ae831b

#ae831b

Complementary Color

#ae831b #1b46ae

#ae831b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae831b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae831b Color CSS Codes

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

#ae831b Text Font Color

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

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


#ae831b Background Color

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

This div background color is #ae831b


#ae831b Border Color

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

This div border color is #ae831b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae831b


Comments

No comments written yet.

Please login to write comment.