Color Hex Logo

#ae9680 Color Hex

#AE9680
(174,150,128)
0 Favorites   0 Comments

Color spaces of #ae9680

RGB 174150128
HSL0.080.220.59
HSV29°26°68°
CMYK 0.000.140.26   0.32
XYZ32.258232.369924.9699
Yxy32.36990.36000.3613
Hunter Lab56.89461.640913.8050
CIE-Lab63.64745.460614.9041

#ae9680 color RGB value is (174,150,128).

#ae9680 hex color red value is 174, green value is 150 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ae9680 hue: 0.08 , saturation: 0.22 and the lightness value of ae9680 is 0.59.

The process color (four color CMYK) of #ae9680 color hex is 0.00, 0.14, 0.26, 0.32. Web safe color of #ae9680 is #999999. Color #ae9680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 10000000
Octal 256 226 200
Decimal 174 150 128
Hex AE 96 80

RGB Percentages of Color #ae9680

%38.50
%33.19
%28.32

CMYK Percentages of Color #ae9680

%0
%14
%26
%32

Triadic Colors of #ae9680

#ae9680 #80ae96 #9680ae

Analogous Colors of #ae9680

#ae9680 #aead80 #ae8081

Monochromatic Colors of #ae9680

#ae9680

Complementary Color

#ae9680 #8098ae

#ae9680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9680 Color CSS Codes

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

#ae9680 Text Font Color

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

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


#ae9680 Background Color

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

This div background color is #ae9680


#ae9680 Border Color

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

This div border color is #ae9680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9680


Comments

No comments written yet.

Please login to write comment.