Color Hex Logo

#ae925b Color Hex

#AE925B
(174,146,91)
0 Favorites   0 Comments

Color spaces of #ae925b

RGB 17414691
HSL0.110.340.52
HSV40°48°68°
CMYK 0.000.160.48   0.32
XYZ29.622830.311814.1870
Yxy30.31180.39970.4089
Hunter Lab55.0562-0.306923.2613
CIE-Lab61.92233.127632.9561

#ae925b color RGB value is (174,146,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010010 01011011
Octal 256 222 133
Decimal 174 146 91
Hex AE 92 5B

RGB Percentages of Color #ae925b

%42.34
%35.52
%22.14

CMYK Percentages of Color #ae925b

%0
%16
%48
%32

Triadic Colors of #ae925b

#ae925b #5bae92 #925bae

Analogous Colors of #ae925b

#ae925b #a1ae5b #ae695b

Monochromatic Colors of #ae925b

#ae925b

Complementary Color

#ae925b #5b77ae

#ae925b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae925b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae925b Color CSS Codes

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

#ae925b Text Font Color

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

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


#ae925b Background Color

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

This div background color is #ae925b


#ae925b Border Color

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

This div border color is #ae925b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae925b


Comments

No comments written yet.

Please login to write comment.