Color Hex Logo

#ae975e Color Hex

#AE975E
(174,151,94)
0 Favorites   0 Comments

Color spaces of #ae975e

RGB 17415194
HSL0.120.330.53
HSV43°46°68°
CMYK 0.000.130.46   0.32
XYZ30.542531.940015.1450
Yxy31.94000.39340.4115
Hunter Lab56.5155-2.435923.6723
CIE-Lab63.29330.690933.0871

#ae975e color RGB value is (174,151,94).

#ae975e hex color red value is 174, green value is 151 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ae975e hue: 0.12 , saturation: 0.33 and the lightness value of ae975e is 0.53.

The process color (four color CMYK) of #ae975e color hex is 0.00, 0.13, 0.46, 0.32. Web safe color of #ae975e is #999966. Color #ae975e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010111 01011110
Octal 256 227 136
Decimal 174 151 94
Hex AE 97 5E

RGB Percentages of Color #ae975e

%41.53
%36.04
%22.43

CMYK Percentages of Color #ae975e

%0
%13
%46
%32

Triadic Colors of #ae975e

#ae975e #5eae97 #975eae

Analogous Colors of #ae975e

#ae975e #9dae5e #ae6f5e

Monochromatic Colors of #ae975e

#ae975e

Complementary Color

#ae975e #5e75ae

#ae975e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae975e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae975e Color CSS Codes

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

#ae975e Text Font Color

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

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


#ae975e Background Color

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

This div background color is #ae975e


#ae975e Border Color

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

This div border color is #ae975e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae975e


Comments

No comments written yet.

Please login to write comment.