Color Hex Logo

#ae992a Color Hex

#AE992A
(174,153,42)
0 Favorites   0 Comments

Color spaces of #ae992a

RGB 17415342
HSL0.140.610.42
HSV50°76°68°
CMYK 0.000.120.76   0.32
XYZ29.264731.94836.8147
Yxy31.94830.43020.4696
Hunter Lab56.5228-6.496632.4177
CIE-Lab63.3001-4.182857.3173

#ae992a color RGB value is (174,153,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 00101010
Octal 256 231 52
Decimal 174 153 42
Hex AE 99 2A

RGB Percentages of Color #ae992a

%47.15
%41.46
%11.38

CMYK Percentages of Color #ae992a

%0
%12
%76
%32

Triadic Colors of #ae992a

#ae992a #2aae99 #992aae

Analogous Colors of #ae992a

#ae992a #81ae2a #ae572a

Monochromatic Colors of #ae992a

#ae992a

Complementary Color

#ae992a #2a3fae

#ae992a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae992a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae992a Color CSS Codes

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

#ae992a Text Font Color

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

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


#ae992a Background Color

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

This div background color is #ae992a


#ae992a Border Color

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

This div border color is #ae992a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae992a


Comments

No comments written yet.

Please login to write comment.