Color Hex Logo

#ae916b Color Hex

#AE916B
(174,145,107)
0 Favorites   0 Comments

Color spaces of #ae916b

RGB 174145107
HSL0.090.290.55
HSV34°39°68°
CMYK 0.000.170.39   0.32
XYZ30.234830.311018.1670
Yxy30.31100.38410.3851
Hunter Lab55.05541.679918.9745
CIE-Lab61.92165.449224.2433

#ae916b color RGB value is (174,145,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010001 01101011
Octal 256 221 153
Decimal 174 145 107
Hex AE 91 6B

RGB Percentages of Color #ae916b

%40.85
%34.04
%25.12

CMYK Percentages of Color #ae916b

%0
%17
%39
%32

Triadic Colors of #ae916b

#ae916b #6bae91 #916bae

Analogous Colors of #ae916b

#ae916b #aaae6b #ae706b

Monochromatic Colors of #ae916b

#ae916b

Complementary Color

#ae916b #6b88ae

#ae916b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae916b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae916b Color CSS Codes

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

#ae916b Text Font Color

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

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


#ae916b Background Color

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

This div background color is #ae916b


#ae916b Border Color

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

This div border color is #ae916b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,145,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 #ae916b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae916b


Comments

No comments written yet.

Please login to write comment.