Color Hex Logo

#a67128 Color Hex

#A67128
(166,113,40)
0 Favorites   0 Comments

Color spaces of #a67128

RGB 16611340
HSL0.100.610.40
HSV35°76°65°
CMYK 0.000.320.76   0.35
XYZ22.014020.07044.7212
Yxy20.07040.47030.4288
Hunter Lab44.80009.312025.1118
CIE-Lab51.916714.315746.8347

#a67128 color RGB value is (166,113,40).

#a67128 hex color red value is 166, green value is 113 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a67128 hue: 0.10 , saturation: 0.61 and the lightness value of a67128 is 0.40.

The process color (four color CMYK) of #a67128 color hex is 0.00, 0.32, 0.76, 0.35. Web safe color of #a67128 is #996633. Color #a67128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110001 00101000
Octal 246 161 50
Decimal 166 113 40
Hex A6 71 28

RGB Percentages of Color #a67128

%52.04
%35.42
%12.54

CMYK Percentages of Color #a67128

%0
%32
%76
%35

Triadic Colors of #a67128

#a67128 #28a671 #7128a6

Analogous Colors of #a67128

#a67128 #9ca628 #a63228

Monochromatic Colors of #a67128

#a67128

Complementary Color

#a67128 #285da6

#a67128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67128 Color CSS Codes

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

#a67128 Text Font Color

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

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


#a67128 Background Color

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

This div background color is #a67128


#a67128 Border Color

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

This div border color is #a67128


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,113,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a67128; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a67128;
  -webkit-box-shadow: 1px 1px 3px 2px #a67128;
  box-shadow:         1px 1px 3px 2px #a67128; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,113,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67128


Comments

No comments written yet.

Please login to write comment.