Color Hex Logo

#ae922e Color Hex

#AE922E
(174,146,46)
0 Favorites   0 Comments

Color spaces of #ae922e

RGB 17414646
HSL0.130.580.43
HSV47°74°68°
CMYK 0.000.160.74   0.32
XYZ28.227629.75376.8401
Yxy29.75370.43550.4590
Hunter Lab54.5470-3.084930.7480
CIE-Lab61.4411-0.206354.0136

#ae922e color RGB value is (174,146,46).

#ae922e hex color red value is 174, green value is 146 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ae922e hue: 0.13 , saturation: 0.58 and the lightness value of ae922e is 0.43.

The process color (four color CMYK) of #ae922e color hex is 0.00, 0.16, 0.74, 0.32. Web safe color of #ae922e is #999933. Color #ae922e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010010 00101110
Octal 256 222 56
Decimal 174 146 46
Hex AE 92 2E

RGB Percentages of Color #ae922e

%47.54
%39.89
%12.57

CMYK Percentages of Color #ae922e

%0
%16
%74
%32

Triadic Colors of #ae922e

#ae922e #2eae92 #922eae

Analogous Colors of #ae922e

#ae922e #8aae2e #ae522e

Monochromatic Colors of #ae922e

#ae922e

Complementary Color

#ae922e #2e4aae

#ae922e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae922e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae922e Color CSS Codes

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

#ae922e Text Font Color

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

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


#ae922e Background Color

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

This div background color is #ae922e


#ae922e Border Color

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

This div border color is #ae922e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae922e


Comments

No comments written yet.

Please login to write comment.