Color Hex Logo

#a67e23 Color Hex

#A67E23
(166,126,35)
0 Favorites   0 Comments

Color spaces of #a67e23

RGB 16612635
HSL0.120.650.39
HSV42°79°65°
CMYK 0.000.240.79   0.35
XYZ23.490123.15004.8205
Yxy23.15000.45650.4499
Hunter Lab48.11442.945727.7400
CIE-Lab55.22656.764552.0520

#a67e23 color RGB value is (166,126,35).

#a67e23 hex color red value is 166, green value is 126 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #a67e23 hue: 0.12 , saturation: 0.65 and the lightness value of a67e23 is 0.39.

The process color (four color CMYK) of #a67e23 color hex is 0.00, 0.24, 0.79, 0.35. Web safe color of #a67e23 is #996633. Color #a67e23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111110 00100011
Octal 246 176 43
Decimal 166 126 35
Hex A6 7E 23

RGB Percentages of Color #a67e23

%50.76
%38.53
%10.70

CMYK Percentages of Color #a67e23

%0
%24
%79
%35

Triadic Colors of #a67e23

#a67e23 #23a67e #7e23a6

Analogous Colors of #a67e23

#a67e23 #8da623 #a63d23

Monochromatic Colors of #a67e23

#a67e23

Complementary Color

#a67e23 #234ba6

#a67e23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67e23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67e23 Color CSS Codes

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

#a67e23 Text Font Color

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

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


#a67e23 Background Color

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

This div background color is #a67e23


#a67e23 Border Color

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

This div border color is #a67e23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67e23


Comments

No comments written yet.

Please login to write comment.