Color Hex Logo

#a84225 Color Hex

#A84225
(168,66,37)
0 Favorites   0 Comments

Color spaces of #a84225

RGB 1686637
HSL0.040.640.40
HSV13°78°66°
CMYK 0.000.610.78   0.34
XYZ18.430612.35483.1636
Yxy12.35480.54290.3639
Hunter Lab35.149432.085119.2682
CIE-Lab41.774540.375238.1261

#a84225 color RGB value is (168,66,37).

#a84225 hex color red value is 168, green value is 66 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a84225 hue: 0.04 , saturation: 0.64 and the lightness value of a84225 is 0.40.

The process color (four color CMYK) of #a84225 color hex is 0.00, 0.61, 0.78, 0.34. Web safe color of #a84225 is #993333. Color #a84225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000010 00100101
Octal 250 102 45
Decimal 168 66 37
Hex A8 42 25

RGB Percentages of Color #a84225

%61.99
%24.35
%13.65

CMYK Percentages of Color #a84225

%0
%61
%78
%34

Triadic Colors of #a84225

#a84225 #25a842 #4225a8

Analogous Colors of #a84225

#a84225 #a88425 #a8254a

Monochromatic Colors of #a84225

#a84225

Complementary Color

#a84225 #258ba8

#a84225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84225 Color CSS Codes

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

#a84225 Text Font Color

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

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


#a84225 Background Color

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

This div background color is #a84225


#a84225 Border Color

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

This div border color is #a84225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84225


Comments

No comments written yet.

Please login to write comment.