Color Hex Logo

#ae925d Color Hex

#AE925D
(174,146,93)
0 Favorites   0 Comments

Color spaces of #ae925d

RGB 17414693
HSL0.110.330.52
HSV39°47°68°
CMYK 0.000.160.47   0.32
XYZ29.710230.346814.6475
Yxy30.34680.39770.4062
Hunter Lab55.0879-0.134722.7967
CIE-Lab61.95233.331431.9224

#ae925d color RGB value is (174,146,93).

#ae925d hex color red value is 174, green value is 146 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ae925d hue: 0.11 , saturation: 0.33 and the lightness value of ae925d is 0.52.

The process color (four color CMYK) of #ae925d color hex is 0.00, 0.16, 0.47, 0.32. Web safe color of #ae925d is #999966. Color #ae925d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010010 01011101
Octal 256 222 135
Decimal 174 146 93
Hex AE 92 5D

RGB Percentages of Color #ae925d

%42.13
%35.35
%22.52

CMYK Percentages of Color #ae925d

%0
%16
%47
%32

Triadic Colors of #ae925d

#ae925d #5dae92 #925dae

Analogous Colors of #ae925d

#ae925d #a2ae5d #ae6a5d

Monochromatic Colors of #ae925d

#ae925d

Complementary Color

#ae925d #5d79ae

#ae925d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae925d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae925d Color CSS Codes

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

#ae925d Text Font Color

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

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


#ae925d Background Color

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

This div background color is #ae925d


#ae925d Border Color

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

This div border color is #ae925d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae925d


Comments

No comments written yet.

Please login to write comment.