Color Hex Logo

#ae922d Color Hex

#AE922D
(174,146,45)
0 Favorites   0 Comments

Color spaces of #ae922d

RGB 17414645
HSL0.130.590.43
HSV47°74°68°
CMYK 0.000.160.74   0.32
XYZ28.208129.74596.7374
Yxy29.74590.43600.4598
Hunter Lab54.5398-3.124130.8537
CIE-Lab61.4344-0.254054.4019

#ae922d color RGB value is (174,146,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010010 00101101
Octal 256 222 55
Decimal 174 146 45
Hex AE 92 2D

RGB Percentages of Color #ae922d

%47.67
%40.00
%12.33

CMYK Percentages of Color #ae922d

%0
%16
%74
%32

Triadic Colors of #ae922d

#ae922d #2dae92 #922dae

Analogous Colors of #ae922d

#ae922d #8aae2d #ae522d

Monochromatic Colors of #ae922d

#ae922d

Complementary Color

#ae922d #2d49ae

#ae922d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae922d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae922d Color CSS Codes

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

#ae922d Text Font Color

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

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


#ae922d Background Color

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

This div background color is #ae922d


#ae922d Border Color

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

This div border color is #ae922d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae922d


Comments

No comments written yet.

Please login to write comment.