Color Hex Logo

#ae923d Color Hex

#AE923D
(174,146,61)
0 Favorites   0 Comments

Color spaces of #ae923d

RGB 17414661
HSL0.130.480.46
HSV45°65°68°
CMYK 0.000.160.65   0.32
XYZ28.576729.89348.6787
Yxy29.89340.42560.4452
Hunter Lab54.6749-2.385128.8611
CIE-Lab61.56210.641747.6559

#ae923d color RGB value is (174,146,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010010 00111101
Octal 256 222 75
Decimal 174 146 61
Hex AE 92 3D

RGB Percentages of Color #ae923d

%45.67
%38.32
%16.01

CMYK Percentages of Color #ae923d

%0
%16
%65
%32

Triadic Colors of #ae923d

#ae923d #3dae92 #923dae

Analogous Colors of #ae923d

#ae923d #92ae3d #ae5a3d

Monochromatic Colors of #ae923d

#ae923d

Complementary Color

#ae923d #3d59ae

#ae923d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae923d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae923d Color CSS Codes

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

#ae923d Text Font Color

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

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


#ae923d Background Color

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

This div background color is #ae923d


#ae923d Border Color

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

This div border color is #ae923d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae923d

#ae923d Color Palettes


Comments

No comments written yet.

Please login to write comment.