Color Hex Logo

#ae422b Color Hex

#AE422B
(174,66,43)
0 Favorites   0 Comments

Color spaces of #ae422b

RGB 1746643
HSL0.030.600.43
HSV11°75°68°
CMYK 0.000.620.75   0.32
XYZ19.839813.06953.7625
Yxy13.06950.54100.3564
Hunter Lab36.151834.693819.1356
CIE-Lab42.867842.858536.3530

#ae422b color RGB value is (174,66,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 00101011
Octal 256 102 53
Decimal 174 66 43
Hex AE 42 2B

RGB Percentages of Color #ae422b

%61.48
%23.32
%15.19

CMYK Percentages of Color #ae422b

%0
%62
%75
%32

Triadic Colors of #ae422b

#ae422b #2bae42 #422bae

Analogous Colors of #ae422b

#ae422b #ae842b #ae2b56

Monochromatic Colors of #ae422b

#ae422b

Complementary Color

#ae422b #2b97ae

#ae422b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae422b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae422b Color CSS Codes

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

#ae422b Text Font Color

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

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


#ae422b Background Color

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

This div background color is #ae422b


#ae422b Border Color

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

This div border color is #ae422b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae422b


Comments

No comments written yet.

Please login to write comment.