color codes Logo

#ae3b0d color codes

#AE3B0D
(174,59,13)
0 Favorites   0 Comments

Color spaces of #ae3b0d

RGB 1745913
HSL0.050.860.37
HSV17°93°68°
CMYK 0.000.660.93   0.32
XYZ19.092212.15571.7208
Yxy12.15570.57910.3687
Hunter Lab34.865036.733421.4792
CIE-Lab41.462545.142448.8830

#ae3b0d color RGB value is (174,59,13).

#ae3b0d hex color red value is 174, green value is 59 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ae3b0d hue: 0.05 , saturation: 0.86 and the lightness value of ae3b0d is 0.37.

The process color (four color CMYK) of #ae3b0d color code is 0.00, 0.66, 0.93, 0.32. Web safe color of #ae3b0d is #993300. Color #ae3b0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111011 00001101
Octal 256 73 15
Decimal 174 59 13
Hex AE 3B D

RGB Percentages of Color #ae3b0d

%70.73
%23.98
%5.28

CMYK Percentages of Color #ae3b0d

%0
%66
%93
%32

Triadic Colors of #ae3b0d

#ae3b0d #0dae3b #3b0dae

Analogous Colors of #ae3b0d

#ae3b0d #ae8c0d #ae0d30

Monochromatic Colors of #ae3b0d

#ae3b0d

Complementary Color

#ae3b0d #0d80ae

#ae3b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3b0d Color CSS Codes

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

#ae3b0d Text Font Color

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

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


#ae3b0d Background Color

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

This div background color is #ae3b0d


#ae3b0d Border Color

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

This div border color is #ae3b0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3b0d


Comments

No comments written yet.

Please login to write comment.