Color Hex Logo

#a65c17 Color Hex

#A65C17
(166,92,23)
0 Favorites   0 Comments

Color spaces of #a65c17

RGB 1669223
HSL0.080.760.37
HSV29°86°65°
CMYK 0.000.450.86   0.35
XYZ19.707715.82312.8261
Yxy15.82310.51380.4125
Hunter Lab39.778318.823923.6324
CIE-Lab46.741525.501548.9591

#a65c17 color RGB value is (166,92,23).

#a65c17 hex color red value is 166, green value is 92 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #a65c17 hue: 0.08 , saturation: 0.76 and the lightness value of a65c17 is 0.37.

The process color (four color CMYK) of #a65c17 color hex is 0.00, 0.45, 0.86, 0.35. Web safe color of #a65c17 is #996600. Color #a65c17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011100 00010111
Octal 246 134 27
Decimal 166 92 23
Hex A6 5C 17

RGB Percentages of Color #a65c17

%59.07
%32.74
%8.19

CMYK Percentages of Color #a65c17

%0
%45
%86
%35

Triadic Colors of #a65c17

#a65c17 #17a65c #5c17a6

Analogous Colors of #a65c17

#a65c17 #a6a417 #a61719

Monochromatic Colors of #a65c17

#a65c17

Complementary Color

#a65c17 #1761a6

#a65c17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65c17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65c17 Color CSS Codes

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

#a65c17 Text Font Color

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

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


#a65c17 Background Color

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

This div background color is #a65c17


#a65c17 Border Color

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

This div border color is #a65c17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65c17


Comments

No comments written yet.

Please login to write comment.