Color Hex Logo

#a67717 Color Hex

#A67717
(166,119,23)
0 Favorites   0 Comments

Color spaces of #a67717

RGB 16611923
HSL0.110.760.37
HSV40°86°65°
CMYK 0.000.280.86   0.35
XYZ22.477421.36253.7493
Yxy21.36250.47230.4489
Hunter Lab46.21965.923427.5441
CIE-Lab53.344010.303454.4917

#a67717 color RGB value is (166,119,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110111 00010111
Octal 246 167 27
Decimal 166 119 23
Hex A6 77 17

RGB Percentages of Color #a67717

%53.90
%38.64
%7.47

CMYK Percentages of Color #a67717

%0
%28
%86
%35

Triadic Colors of #a67717

#a67717 #17a677 #7717a6

Analogous Colors of #a67717

#a67717 #8ea617 #a63017

Monochromatic Colors of #a67717

#a67717

Complementary Color

#a67717 #1746a6

#a67717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67717 Color CSS Codes

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

#a67717 Text Font Color

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

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


#a67717 Background Color

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

This div background color is #a67717


#a67717 Border Color

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

This div border color is #a67717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67717


Comments

No comments written yet.

Please login to write comment.