Color Hex Logo

#a68807 Color Hex

#A68807
(166,136,7)
0 Favorites   0 Comments

Color spaces of #a68807

RGB 1661367
HSL0.140.920.34
HSV49°96°65°
CMYK 0.000.180.96   0.35
XYZ24.568425.73073.8726
Yxy25.73070.45350.4750
Hunter Lab50.7254-2.314730.9814
CIE-Lab57.78050.485361.4354

#a68807 color RGB value is (166,136,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001000 00000111
Octal 246 210 7
Decimal 166 136 7
Hex A6 88 7

RGB Percentages of Color #a68807

%53.72
%44.01
%2.27

CMYK Percentages of Color #a68807

%0
%18
%96
%35

Triadic Colors of #a68807

#a68807 #07a688 #8807a6

Analogous Colors of #a68807

#a68807 #75a607 #a63907

Monochromatic Colors of #a68807

#a68807

Complementary Color

#a68807 #0725a6

#a68807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68807 Color CSS Codes

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

#a68807 Text Font Color

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

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


#a68807 Background Color

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

This div background color is #a68807


#a68807 Border Color

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

This div border color is #a68807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68807


Comments

No comments written yet.

Please login to write comment.