Color Hex Logo

#a67526 Color Hex

#A67526
(166,117,38)
0 Favorites   0 Comments

Color spaces of #a67526

RGB 16611738
HSL0.100.630.40
HSV37°77°65°
CMYK 0.000.300.77   0.35
XYZ22.437020.96954.6987
Yxy20.96950.46640.4359
Hunter Lab45.79257.323125.9711
CIE-Lab52.916111.962348.6695

#a67526 color RGB value is (166,117,38).

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

The process color (four color CMYK) of #a67526 color hex is 0.00, 0.30, 0.77, 0.35. Web safe color of #a67526 is #996633. Color #a67526 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110101 00100110
Octal 246 165 46
Decimal 166 117 38
Hex A6 75 26

RGB Percentages of Color #a67526

%51.71
%36.45
%11.84

CMYK Percentages of Color #a67526

%0
%30
%77
%35

Triadic Colors of #a67526

#a67526 #26a675 #7526a6

Analogous Colors of #a67526

#a67526 #97a626 #a63526

Monochromatic Colors of #a67526

#a67526

Complementary Color

#a67526 #2657a6

#a67526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67526 Color CSS Codes

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

#a67526 Text Font Color

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

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


#a67526 Background Color

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

This div background color is #a67526


#a67526 Border Color

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

This div border color is #a67526


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,117,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 #a67526">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67526


Comments

No comments written yet.

Please login to write comment.