Color Hex Logo

#ae422a Color Hex

#AE422A
(174,66,42)
0 Favorites   0 Comments

Color spaces of #ae422a

RGB 1746642
HSL0.030.610.42
HSV11°76°68°
CMYK 0.000.620.76   0.32
XYZ19.821713.06233.6670
Yxy13.06230.54230.3574
Hunter Lab36.141834.648819.2836
CIE-Lab42.857042.814936.8903

#ae422a color RGB value is (174,66,42).

#ae422a hex color red value is 174, green value is 66 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ae422a hue: 0.03 , saturation: 0.61 and the lightness value of ae422a is 0.42.

The process color (four color CMYK) of #ae422a color hex is 0.00, 0.62, 0.76, 0.32. Web safe color of #ae422a is #993333. Color #ae422a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 00101010
Octal 256 102 52
Decimal 174 66 42
Hex AE 42 2A

RGB Percentages of Color #ae422a

%61.70
%23.40
%14.89

CMYK Percentages of Color #ae422a

%0
%62
%76
%32

Triadic Colors of #ae422a

#ae422a #2aae42 #422aae

Analogous Colors of #ae422a

#ae422a #ae842a #ae2a54

Monochromatic Colors of #ae422a

#ae422a

Complementary Color

#ae422a #2a96ae

#ae422a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae422a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae422a Color CSS Codes

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

#ae422a Text Font Color

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

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


#ae422a Background Color

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

This div background color is #ae422a


#ae422a Border Color

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

This div border color is #ae422a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae422a


Comments

No comments written yet.

Please login to write comment.