Color Hex Logo

#ae992d Color Hex

#AE992D
(174,153,45)
0 Favorites   0 Comments

Color spaces of #ae992d

RGB 17415345
HSL0.140.590.43
HSV50°74°68°
CMYK 0.000.120.74   0.32
XYZ29.320431.97067.1082
Yxy31.97060.42870.4674
Hunter Lab56.5426-6.387532.1262
CIE-Lab63.3186-4.048356.2252

#ae992d color RGB value is (174,153,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 00101101
Octal 256 231 55
Decimal 174 153 45
Hex AE 99 2D

RGB Percentages of Color #ae992d

%46.77
%41.13
%12.10

CMYK Percentages of Color #ae992d

%0
%12
%74
%32

Triadic Colors of #ae992d

#ae992d #2dae99 #992dae

Analogous Colors of #ae992d

#ae992d #83ae2d #ae582d

Monochromatic Colors of #ae992d

#ae992d

Complementary Color

#ae992d #2d42ae

#ae992d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae992d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae992d Color CSS Codes

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

#ae992d Text Font Color

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

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


#ae992d Background Color

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

This div background color is #ae992d


#ae992d Border Color

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

This div border color is #ae992d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae992d


Comments

No comments written yet.

Please login to write comment.