Color Hex Logo

#ae802a Color Hex

#AE802A
(174,128,42)
0 Favorites   0 Comments

Color spaces of #ae802a

RGB 17412842
HSL0.110.610.42
HSV39°76°68°
CMYK 0.000.260.76   0.32
XYZ25.592624.60425.5907
Yxy24.60420.45880.4410
Hunter Lab49.60265.292928.0393
CIE-Lab56.68779.561650.9877

#ae802a color RGB value is (174,128,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 00101010
Octal 256 200 52
Decimal 174 128 42
Hex AE 80 2A

RGB Percentages of Color #ae802a

%50.58
%37.21
%12.21

CMYK Percentages of Color #ae802a

%0
%26
%76
%32

Triadic Colors of #ae802a

#ae802a #2aae80 #802aae

Analogous Colors of #ae802a

#ae802a #9aae2a #ae3e2a

Monochromatic Colors of #ae802a

#ae802a

Complementary Color

#ae802a #2a58ae

#ae802a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae802a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae802a Color CSS Codes

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

#ae802a Text Font Color

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

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


#ae802a Background Color

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

This div background color is #ae802a


#ae802a Border Color

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

This div border color is #ae802a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae802a


Comments

No comments written yet.

Please login to write comment.