Color Hex Logo

#a37426 Color Hex

#A37426
(163,116,38)
0 Favorites   0 Comments

Color spaces of #a37426

RGB 16311638
HSL0.100.620.39
HSV37°77°64°
CMYK 0.000.290.77   0.36
XYZ21.699520.41734.6310
Yxy20.41730.46420.4368
Hunter Lab45.18556.646725.5533
CIE-Lab52.305811.169547.9558

#a37426 color RGB value is (163,116,38).

#a37426 hex color red value is 163, green value is 116 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #a37426 hue: 0.10 , saturation: 0.62 and the lightness value of a37426 is 0.39.

The process color (four color CMYK) of #a37426 color hex is 0.00, 0.29, 0.77, 0.36. Web safe color of #a37426 is #996633. Color #a37426 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110100 00100110
Octal 243 164 46
Decimal 163 116 38
Hex A3 74 26

RGB Percentages of Color #a37426

%51.42
%36.59
%11.99

CMYK Percentages of Color #a37426

%0
%29
%77
%36

Triadic Colors of #a37426

#a37426 #26a374 #7426a3

Analogous Colors of #a37426

#a37426 #94a326 #a33626

Monochromatic Colors of #a37426

#a37426

Complementary Color

#a37426 #2655a3

#a37426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37426 Color CSS Codes

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

#a37426 Text Font Color

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

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


#a37426 Background Color

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

This div background color is #a37426


#a37426 Border Color

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

This div border color is #a37426


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,116,38, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a37426; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a37426;
  -webkit-box-shadow: 1px 1px 3px 2px #a37426;
  box-shadow:         1px 1px 3px 2px #a37426; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,116,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37426


Comments

No comments written yet.

Please login to write comment.