Color Hex Logo

#a24838 Color Hex

#A24838
(162,72,56)
0 Favorites   0 Comments

Color spaces of #a24838

RGB 1627256
HSL0.030.490.43
HSV65°64°
CMYK 0.000.560.65   0.36
XYZ17.931512.60165.2286
Yxy12.60160.50140.3524
Hunter Lab35.498728.043116.1163
CIE-Lab42.156736.091627.5751

#a24838 color RGB value is (162,72,56).

#a24838 hex color red value is 162, green value is 72 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a24838 hue: 0.03 , saturation: 0.49 and the lightness value of a24838 is 0.43.

The process color (four color CMYK) of #a24838 color hex is 0.00, 0.56, 0.65, 0.36. Web safe color of #a24838 is #993333. Color #a24838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001000 00111000
Octal 242 110 70
Decimal 162 72 56
Hex A2 48 38

RGB Percentages of Color #a24838

%55.86
%24.83
%19.31

CMYK Percentages of Color #a24838

%0
%56
%65
%36

Triadic Colors of #a24838

#a24838 #38a248 #4838a2

Analogous Colors of #a24838

#a24838 #a27d38 #a2385d

Monochromatic Colors of #a24838

#a24838

Complementary Color

#a24838 #3892a2

#a24838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24838 Color CSS Codes

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

#a24838 Text Font Color

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

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


#a24838 Background Color

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

This div background color is #a24838


#a24838 Border Color

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

This div border color is #a24838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24838


Comments

No comments written yet.

Please login to write comment.