Color Hex Logo

#a24d1e Color Hex

#A24D1E
(162,77,30)
0 Favorites   0 Comments

Color spaces of #a24d1e

RGB 1627730
HSL0.060.690.38
HSV21°81°64°
CMYK 0.000.520.81   0.36
XYZ17.788513.08292.8160
Yxy13.08290.52800.3884
Hunter Lab36.170324.488020.7032
CIE-Lab42.887932.175742.3855

#a24d1e color RGB value is (162,77,30).

#a24d1e hex color red value is 162, green value is 77 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a24d1e hue: 0.06 , saturation: 0.69 and the lightness value of a24d1e is 0.38.

The process color (four color CMYK) of #a24d1e color hex is 0.00, 0.52, 0.81, 0.36. Web safe color of #a24d1e is #996633. Color #a24d1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001101 00011110
Octal 242 115 36
Decimal 162 77 30
Hex A2 4D 1E

RGB Percentages of Color #a24d1e

%60.22
%28.62
%11.15

CMYK Percentages of Color #a24d1e

%0
%52
%81
%36

Triadic Colors of #a24d1e

#a24d1e #1ea24d #4d1ea2

Analogous Colors of #a24d1e

#a24d1e #a28f1e #a21e31

Monochromatic Colors of #a24d1e

#a24d1e

Complementary Color

#a24d1e #1e73a2

#a24d1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24d1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24d1e Color CSS Codes

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

#a24d1e Text Font Color

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

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


#a24d1e Background Color

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

This div background color is #a24d1e


#a24d1e Border Color

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

This div border color is #a24d1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,77,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a24d1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a24d1e;
  -webkit-box-shadow: 1px 1px 3px 2px #a24d1e;
  box-shadow:         1px 1px 3px 2px #a24d1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,77,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24d1e


Comments

No comments written yet.

Please login to write comment.