Color Hex Logo

#ae482e Color Hex

#AE482E
(174,72,46)
0 Favorites   0 Comments

Color spaces of #ae482e

RGB 1747246
HSL0.030.580.43
HSV12°74°68°
CMYK 0.000.590.74   0.32
XYZ20.266113.83074.1862
Yxy13.83070.52940.3613
Hunter Lab37.189632.189819.3589
CIE-Lab43.989240.134435.9276

#ae482e color RGB value is (174,72,46).

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

The process color (four color CMYK) of #ae482e color hex is 0.00, 0.59, 0.74, 0.32. Web safe color of #ae482e is #993333. Color #ae482e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001000 00101110
Octal 256 110 56
Decimal 174 72 46
Hex AE 48 2E

RGB Percentages of Color #ae482e

%59.59
%24.66
%15.75

CMYK Percentages of Color #ae482e

%0
%59
%74
%32

Triadic Colors of #ae482e

#ae482e #2eae48 #482eae

Analogous Colors of #ae482e

#ae482e #ae882e #ae2e54

Monochromatic Colors of #ae482e

#ae482e

Complementary Color

#ae482e #2e94ae

#ae482e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae482e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae482e Color CSS Codes

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

#ae482e Text Font Color

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

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


#ae482e Background Color

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

This div background color is #ae482e


#ae482e Border Color

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

This div border color is #ae482e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae482e

#ae482e Color Palettes


Comments

No comments written yet.

Please login to write comment.