Color Hex Logo

#ae443b Color Hex

#AE443B
(174,68,59)
0 Favorites   0 Comments

Color spaces of #ae443b

RGB 1746859
HSL0.010.490.46
HSV66°68°
CMYK 0.000.610.66   0.32
XYZ20.312113.44875.6630
Yxy13.44870.51520.3411
Hunter Lab36.672534.690516.5151
CIE-Lab43.431742.763027.8134

#ae443b color RGB value is (174,68,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 00111011
Octal 256 104 73
Decimal 174 68 59
Hex AE 44 3B

RGB Percentages of Color #ae443b

%57.81
%22.59
%19.60

CMYK Percentages of Color #ae443b

%0
%61
%66
%32

Triadic Colors of #ae443b

#ae443b #3bae44 #443bae

Analogous Colors of #ae443b

#ae443b #ae7e3b #ae3b6c

Monochromatic Colors of #ae443b

#ae443b

Complementary Color

#ae443b #3ba5ae

#ae443b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae443b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae443b Color CSS Codes

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

#ae443b Text Font Color

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

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


#ae443b Background Color

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

This div background color is #ae443b


#ae443b Border Color

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

This div border color is #ae443b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae443b


Comments

No comments written yet.

Please login to write comment.