Color Hex Logo

#ae463d Color Hex

#AE463D
(174,70,61)
0 Favorites   0 Comments

Color spaces of #ae463d

RGB 1747061
HSL0.010.480.46
HSV65°68°
CMYK 0.000.600.65   0.32
XYZ20.488013.71595.9825
Yxy13.71590.50980.3413
Hunter Lab37.035033.936216.3470
CIE-Lab43.822741.938027.1092

#ae463d color RGB value is (174,70,61).

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

The process color (four color CMYK) of #ae463d color hex is 0.00, 0.60, 0.65, 0.32. Web safe color of #ae463d is #993333. Color #ae463d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000110 00111101
Octal 256 106 75
Decimal 174 70 61
Hex AE 46 3D

RGB Percentages of Color #ae463d

%57.05
%22.95
%20.00

CMYK Percentages of Color #ae463d

%0
%60
%65
%32

Triadic Colors of #ae463d

#ae463d #3dae46 #463dae

Analogous Colors of #ae463d

#ae463d #ae7f3d #ae3d6d

Monochromatic Colors of #ae463d

#ae463d

Complementary Color

#ae463d #3da5ae

#ae463d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae463d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae463d Color CSS Codes

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

#ae463d Text Font Color

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

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


#ae463d Background Color

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

This div background color is #ae463d


#ae463d Border Color

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

This div border color is #ae463d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae463d


Comments

No comments written yet.

Please login to write comment.