Color Hex Logo

#a24215 Color Hex

#A24215
(162,66,21)
0 Favorites   0 Comments

Color spaces of #a24215

RGB 1626621
HSL0.050.770.36
HSV19°87°64°
CMYK 0.000.590.87   0.36
XYZ16.983911.63202.0595
Yxy11.63200.55370.3792
Hunter Lab34.105729.204120.2937
CIE-Lab40.625237.550044.3414

#a24215 color RGB value is (162,66,21).

#a24215 hex color red value is 162, green value is 66 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #a24215 hue: 0.05 , saturation: 0.77 and the lightness value of a24215 is 0.36.

The process color (four color CMYK) of #a24215 color hex is 0.00, 0.59, 0.87, 0.36. Web safe color of #a24215 is #993300. Color #a24215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000010 00010101
Octal 242 102 25
Decimal 162 66 21
Hex A2 42 15

RGB Percentages of Color #a24215

%65.06
%26.51
%8.43

CMYK Percentages of Color #a24215

%0
%59
%87
%36

Triadic Colors of #a24215

#a24215 #15a242 #4215a2

Analogous Colors of #a24215

#a24215 #a28915 #a2152e

Monochromatic Colors of #a24215

#a24215

Complementary Color

#a24215 #1575a2

#a24215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24215 Color CSS Codes

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

#a24215 Text Font Color

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

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


#a24215 Background Color

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

This div background color is #a24215


#a24215 Border Color

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

This div border color is #a24215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24215


Comments

No comments written yet.

Please login to write comment.