Color Hex Logo

#ae561b Color Hex

#AE561B
(174,86,27)
0 Favorites   0 Comments

Color spaces of #ae561b

RGB 1748627
HSL0.070.730.39
HSV24°84°68°
CMYK 0.000.510.84   0.32
XYZ20.981215.73342.9679
Yxy15.73340.52870.3965
Hunter Lab39.665425.004223.3295
CIE-Lab46.622832.255447.7800

#ae561b color RGB value is (174,86,27).

#ae561b hex color red value is 174, green value is 86 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ae561b hue: 0.07 , saturation: 0.73 and the lightness value of ae561b is 0.39.

The process color (four color CMYK) of #ae561b color hex is 0.00, 0.51, 0.84, 0.32. Web safe color of #ae561b is #996633. Color #ae561b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 00011011
Octal 256 126 33
Decimal 174 86 27
Hex AE 56 1B

RGB Percentages of Color #ae561b

%60.63
%29.97
%9.41

CMYK Percentages of Color #ae561b

%0
%51
%84
%32

Triadic Colors of #ae561b

#ae561b #1bae56 #561bae

Analogous Colors of #ae561b

#ae561b #aea01b #ae1b29

Monochromatic Colors of #ae561b

#ae561b

Complementary Color

#ae561b #1b73ae

#ae561b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae561b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae561b Color CSS Codes

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

#ae561b Text Font Color

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

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


#ae561b Background Color

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

This div background color is #ae561b


#ae561b Border Color

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

This div border color is #ae561b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae561b


Comments

No comments written yet.

Please login to write comment.