Color Hex Logo

#ae782d Color Hex

#AE782D
(174,120,45)
0 Favorites   0 Comments

Color spaces of #ae782d

RGB 17412045
HSL0.100.590.43
HSV35°74°68°
CMYK 0.000.310.74   0.32
XYZ24.645722.62115.5500
Yxy22.62110.46660.4283
Hunter Lab47.56169.263026.3746
CIE-Lab54.679914.183947.7068

#ae782d color RGB value is (174,120,45).

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

The process color (four color CMYK) of #ae782d color hex is 0.00, 0.31, 0.74, 0.32. Web safe color of #ae782d is #996633. Color #ae782d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111000 00101101
Octal 256 170 55
Decimal 174 120 45
Hex AE 78 2D

RGB Percentages of Color #ae782d

%51.33
%35.40
%13.27

CMYK Percentages of Color #ae782d

%0
%31
%74
%32

Triadic Colors of #ae782d

#ae782d #2dae78 #782dae

Analogous Colors of #ae782d

#ae782d #a4ae2d #ae382d

Monochromatic Colors of #ae782d

#ae782d

Complementary Color

#ae782d #2d63ae

#ae782d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae782d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae782d Color CSS Codes

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

#ae782d Text Font Color

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

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


#ae782d Background Color

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

This div background color is #ae782d


#ae782d Border Color

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

This div border color is #ae782d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae782d


Comments

No comments written yet.

Please login to write comment.