Color Hex Logo

#a68702 Color Hex

#A68702
(166,135,2)
0 Favorites   0 Comments

Color spaces of #a68702

RGB 1661352
HSL0.140.980.33
HSV49°99°65°
CMYK 0.000.190.99   0.35
XYZ24.400825.43933.6817
Yxy25.43930.45590.4753
Hunter Lab50.4374-1.910030.9783
CIE-Lab57.50100.964562.0523

#a68702 color RGB value is (166,135,2).

#a68702 hex color red value is 166, green value is 135 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #a68702 hue: 0.14 , saturation: 0.98 and the lightness value of a68702 is 0.33.

The process color (four color CMYK) of #a68702 color hex is 0.00, 0.19, 0.99, 0.35. Web safe color of #a68702 is #999900. Color #a68702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000111 00000010
Octal 246 207 2
Decimal 166 135 2
Hex A6 87 2

RGB Percentages of Color #a68702

%54.79
%44.55
%0.66

CMYK Percentages of Color #a68702

%0
%19
%99
%35

Triadic Colors of #a68702

#a68702 #02a687 #8702a6

Analogous Colors of #a68702

#a68702 #73a602 #a63502

Monochromatic Colors of #a68702

#a68702

Complementary Color

#a68702 #0221a6

#a68702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68702 Color CSS Codes

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

#a68702 Text Font Color

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

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


#a68702 Background Color

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

This div background color is #a68702


#a68702 Border Color

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

This div border color is #a68702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68702


Comments

No comments written yet.

Please login to write comment.