Color Hex Logo

#a68407 Color Hex

#A68407
(166,132,7)
0 Favorites   0 Comments

Color spaces of #a68407

RGB 1661327
HSL0.130.920.34
HSV47°96°65°
CMYK 0.000.200.96   0.35
XYZ24.015524.62493.6883
Yxy24.62490.45890.4706
Hunter Lab49.6235-0.455230.3297
CIE-Lab56.70812.700560.6467

#a68407 color RGB value is (166,132,7).

#a68407 hex color red value is 166, green value is 132 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #a68407 hue: 0.13 , saturation: 0.92 and the lightness value of a68407 is 0.34.

The process color (four color CMYK) of #a68407 color hex is 0.00, 0.20, 0.96, 0.35. Web safe color of #a68407 is #999900. Color #a68407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000100 00000111
Octal 246 204 7
Decimal 166 132 7
Hex A6 84 7

RGB Percentages of Color #a68407

%54.43
%43.28
%2.30

CMYK Percentages of Color #a68407

%0
%20
%96
%35

Triadic Colors of #a68407

#a68407 #07a684 #8407a6

Analogous Colors of #a68407

#a68407 #79a607 #a63507

Monochromatic Colors of #a68407

#a68407

Complementary Color

#a68407 #0729a6

#a68407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68407 Color CSS Codes

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

#a68407 Text Font Color

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

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


#a68407 Background Color

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

This div background color is #a68407


#a68407 Border Color

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

This div border color is #a68407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68407


Comments

No comments written yet.

Please login to write comment.