Color Hex Logo

#a65e23 Color Hex

#A65E23
(166,94,35)
0 Favorites   0 Comments

Color spaces of #a65e23

RGB 1669435
HSL0.080.650.39
HSV27°79°65°
CMYK 0.000.430.79   0.35
XYZ20.032016.23373.6677
Yxy16.23370.50160.4065
Hunter Lab40.291118.237722.8066
CIE-Lab47.279624.796744.5114

#a65e23 color RGB value is (166,94,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011110 00100011
Octal 246 136 43
Decimal 166 94 35
Hex A6 5E 23

RGB Percentages of Color #a65e23

%56.27
%31.86
%11.86

CMYK Percentages of Color #a65e23

%0
%43
%79
%35

Triadic Colors of #a65e23

#a65e23 #23a65e #5e23a6

Analogous Colors of #a65e23

#a65e23 #a6a023 #a6232a

Monochromatic Colors of #a65e23

#a65e23

Complementary Color

#a65e23 #236ba6

#a65e23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65e23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65e23 Color CSS Codes

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

#a65e23 Text Font Color

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

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


#a65e23 Background Color

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

This div background color is #a65e23


#a65e23 Border Color

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

This div border color is #a65e23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65e23


Comments

No comments written yet.

Please login to write comment.