Color Hex Logo

#ae431a Color Hex

#AE431A
(174,67,26)
0 Favorites   0 Comments

Color spaces of #ae431a

RGB 1746726
HSL0.050.740.39
HSV17°85°68°
CMYK 0.000.610.85   0.32
XYZ19.649213.08762.4678
Yxy13.08760.55810.3718
Hunter Lab36.176833.641821.2793
CIE-Lab42.894941.788644.9434

#ae431a color RGB value is (174,67,26).

#ae431a hex color red value is 174, green value is 67 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ae431a hue: 0.05 , saturation: 0.74 and the lightness value of ae431a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000011 00011010
Octal 256 103 32
Decimal 174 67 26
Hex AE 43 1A

RGB Percentages of Color #ae431a

%65.17
%25.09
%9.74

CMYK Percentages of Color #ae431a

%0
%61
%85
%32

Triadic Colors of #ae431a

#ae431a #1aae43 #431aae

Analogous Colors of #ae431a

#ae431a #ae8d1a #ae1a3b

Monochromatic Colors of #ae431a

#ae431a

Complementary Color

#ae431a #1a85ae

#ae431a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae431a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae431a Color CSS Codes

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

#ae431a Text Font Color

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

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


#ae431a Background Color

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

This div background color is #ae431a


#ae431a Border Color

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

This div border color is #ae431a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae431a


Comments

No comments written yet.

Please login to write comment.