Color Hex Logo

#ae925f Color Hex

#AE925F
(174,146,95)
0 Favorites   0 Comments

Color spaces of #ae925f

RGB 17414695
HSL0.110.330.53
HSV39°45°68°
CMYK 0.000.160.45   0.32
XYZ29.800030.382715.1203
Yxy30.38270.39570.4035
Hunter Lab55.12050.042222.3203
CIE-Lab61.98303.540530.8844

#ae925f color RGB value is (174,146,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010010 01011111
Octal 256 222 137
Decimal 174 146 95
Hex AE 92 5F

RGB Percentages of Color #ae925f

%41.93
%35.18
%22.89

CMYK Percentages of Color #ae925f

%0
%16
%45
%32

Triadic Colors of #ae925f

#ae925f #5fae92 #925fae

Analogous Colors of #ae925f

#ae925f #a3ae5f #ae6b5f

Monochromatic Colors of #ae925f

#ae925f

Complementary Color

#ae925f #5f7bae

#ae925f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae925f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae925f Color CSS Codes

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

#ae925f Text Font Color

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

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


#ae925f Background Color

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

This div background color is #ae925f


#ae925f Border Color

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

This div border color is #ae925f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae925f


Comments

No comments written yet.

Please login to write comment.