Color Hex Logo

#ae443f Color Hex

#AE443F
(174,68,63)
0 Favorites   0 Comments

Color spaces of #ae443f

RGB 1746863
HSL0.010.470.46
HSV64°68°
CMYK 0.000.610.64   0.32
XYZ20.419913.49186.2306
Yxy13.49180.50870.3361
Hunter Lab36.731234.953615.6546
CIE-Lab43.495143.017625.5076

#ae443f color RGB value is (174,68,63).

#ae443f hex color red value is 174, green value is 68 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ae443f hue: 0.01 , saturation: 0.47 and the lightness value of ae443f is 0.46.

The process color (four color CMYK) of #ae443f color hex is 0.00, 0.61, 0.64, 0.32. Web safe color of #ae443f is #993333. Color #ae443f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 00111111
Octal 256 104 77
Decimal 174 68 63
Hex AE 44 3F

RGB Percentages of Color #ae443f

%57.05
%22.30
%20.66

CMYK Percentages of Color #ae443f

%0
%61
%64
%32

Triadic Colors of #ae443f

#ae443f #3fae44 #443fae

Analogous Colors of #ae443f

#ae443f #ae7c3f #ae3f72

Monochromatic Colors of #ae443f

#ae443f

Complementary Color

#ae443f #3fa9ae

#ae443f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae443f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae443f Color CSS Codes

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

#ae443f Text Font Color

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

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


#ae443f Background Color

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

This div background color is #ae443f


#ae443f Border Color

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

This div border color is #ae443f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae443f


Comments

No comments written yet.

Please login to write comment.