Color Hex Logo

#a84122 Color Hex

#A84122
(168,65,34)
0 Favorites   0 Comments

Color spaces of #a84122

RGB 1686534
HSL0.040.660.40
HSV14°80°66°
CMYK 0.000.610.80   0.34
XYZ18.327512.22092.9063
Yxy12.22090.54780.3653
Hunter Lab34.958432.404319.5418
CIE-Lab41.565140.737539.4792

#a84122 color RGB value is (168,65,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000001 00100010
Octal 250 101 42
Decimal 168 65 34
Hex A8 41 22

RGB Percentages of Color #a84122

%62.92
%24.34
%12.73

CMYK Percentages of Color #a84122

%0
%61
%80
%34

Triadic Colors of #a84122

#a84122 #22a841 #4122a8

Analogous Colors of #a84122

#a84122 #a88422 #a82246

Monochromatic Colors of #a84122

#a84122

Complementary Color

#a84122 #2289a8

#a84122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84122 Color CSS Codes

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

#a84122 Text Font Color

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

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


#a84122 Background Color

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

This div background color is #a84122


#a84122 Border Color

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

This div border color is #a84122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84122


Comments

No comments written yet.

Please login to write comment.