Color Hex Logo

#ae992e Color Hex

#AE992E
(174,153,46)
0 Favorites   0 Comments

Color spaces of #ae992e

RGB 17415346
HSL0.140.580.43
HSV50°74°68°
CMYK 0.000.120.74   0.32
XYZ29.339931.97847.2108
Yxy31.97840.42810.4666
Hunter Lab56.5494-6.349332.0244
CIE-Lab63.3250-4.001255.8507

#ae992e color RGB value is (174,153,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 00101110
Octal 256 231 56
Decimal 174 153 46
Hex AE 99 2E

RGB Percentages of Color #ae992e

%46.65
%41.02
%12.33

CMYK Percentages of Color #ae992e

%0
%12
%74
%32

Triadic Colors of #ae992e

#ae992e #2eae99 #992eae

Analogous Colors of #ae992e

#ae992e #83ae2e #ae592e

Monochromatic Colors of #ae992e

#ae992e

Complementary Color

#ae992e #2e43ae

#ae992e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae992e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae992e Color CSS Codes

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

#ae992e Text Font Color

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

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


#ae992e Background Color

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

This div background color is #ae992e


#ae992e Border Color

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

This div border color is #ae992e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,153,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 #ae992e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae992e


Comments

No comments written yet.

Please login to write comment.