Color Hex Logo

#ae461e Color Hex

#AE461E
(174,70,30)
0 Favorites   0 Comments

Color spaces of #ae461e

RGB 1747030
HSL0.050.710.40
HSV17°83°68°
CMYK 0.000.600.83   0.32
XYZ19.880113.47272.7810
Yxy13.47270.55020.3729
Hunter Lab36.705232.444321.2015
CIE-Lab43.467040.476343.6300

#ae461e color RGB value is (174,70,30).

#ae461e hex color red value is 174, green value is 70 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ae461e hue: 0.05 , saturation: 0.71 and the lightness value of ae461e is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000110 00011110
Octal 256 106 36
Decimal 174 70 30
Hex AE 46 1E

RGB Percentages of Color #ae461e

%63.50
%25.55
%10.95

CMYK Percentages of Color #ae461e

%0
%60
%83
%32

Triadic Colors of #ae461e

#ae461e #1eae46 #461eae

Analogous Colors of #ae461e

#ae461e #ae8e1e #ae1e3e

Monochromatic Colors of #ae461e

#ae461e

Complementary Color

#ae461e #1e86ae

#ae461e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae461e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae461e Color CSS Codes

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

#ae461e Text Font Color

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

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


#ae461e Background Color

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

This div background color is #ae461e


#ae461e Border Color

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

This div border color is #ae461e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae461e


Comments

No comments written yet.

Please login to write comment.