Color Hex Logo

#a67718 Color Hex

#A67718
(166,119,24)
0 Favorites   0 Comments

Color spaces of #a67718

RGB 16611924
HSL0.110.750.37
HSV40°86°65°
CMYK 0.000.280.86   0.35
XYZ22.487621.36663.8031
Yxy21.36660.47190.4483
Hunter Lab46.22405.946727.4787
CIE-Lab53.348410.331054.1896

#a67718 color RGB value is (166,119,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110111 00011000
Octal 246 167 30
Decimal 166 119 24
Hex A6 77 18

RGB Percentages of Color #a67718

%53.72
%38.51
%7.77

CMYK Percentages of Color #a67718

%0
%28
%86
%35

Triadic Colors of #a67718

#a67718 #18a677 #7718a6

Analogous Colors of #a67718

#a67718 #8ea618 #a63018

Monochromatic Colors of #a67718

#a67718

Complementary Color

#a67718 #1847a6

#a67718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67718 Color CSS Codes

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

#a67718 Text Font Color

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

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


#a67718 Background Color

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

This div background color is #a67718


#a67718 Border Color

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

This div border color is #a67718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67718


Comments

No comments written yet.

Please login to write comment.