Color Hex Logo

#ae836b Color Hex

#AE836B
(174,131,107)
0 Favorites   0 Comments

Color spaces of #ae836b

RGB 174131107
HSL0.060.290.55
HSV21°39°68°
CMYK 0.000.250.39   0.32
XYZ28.225726.292817.4973
Yxy26.29280.39190.3651
Hunter Lab51.27658.523315.6618
CIE-Lab58.313913.265519.3931

#ae836b color RGB value is (174,131,107).

#ae836b hex color red value is 174, green value is 131 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ae836b hue: 0.06 , saturation: 0.29 and the lightness value of ae836b is 0.55.

The process color (four color CMYK) of #ae836b color hex is 0.00, 0.25, 0.39, 0.32. Web safe color of #ae836b is #999966. Color #ae836b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000011 01101011
Octal 256 203 153
Decimal 174 131 107
Hex AE 83 6B

RGB Percentages of Color #ae836b

%42.23
%31.80
%25.97

CMYK Percentages of Color #ae836b

%0
%25
%39
%32

Triadic Colors of #ae836b

#ae836b #6bae83 #836bae

Analogous Colors of #ae836b

#ae836b #aea56b #ae6b75

Monochromatic Colors of #ae836b

#ae836b

Complementary Color

#ae836b #6b96ae

#ae836b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae836b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae836b Color CSS Codes

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

#ae836b Text Font Color

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

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


#ae836b Background Color

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

This div background color is #ae836b


#ae836b Border Color

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

This div border color is #ae836b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae836b


Comments

No comments written yet.

Please login to write comment.