Color Hex Logo

#a6762a Color Hex

#A6762A
(166,118,42)
0 Favorites   0 Comments

Color spaces of #a6762a

RGB 16611842
HSL0.100.600.41
HSV37°75°65°
CMYK 0.000.290.75   0.35
XYZ22.622221.23105.0962
Yxy21.23100.46220.4337
Hunter Lab46.07717.002125.6964
CIE-Lab53.201411.580547.2365

#a6762a color RGB value is (166,118,42).

#a6762a hex color red value is 166, green value is 118 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #a6762a hue: 0.10 , saturation: 0.60 and the lightness value of a6762a is 0.41.

The process color (four color CMYK) of #a6762a color hex is 0.00, 0.29, 0.75, 0.35. Web safe color of #a6762a is #996633. Color #a6762a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110110 00101010
Octal 246 166 52
Decimal 166 118 42
Hex A6 76 2A

RGB Percentages of Color #a6762a

%50.92
%36.20
%12.88

CMYK Percentages of Color #a6762a

%0
%29
%75
%35

Triadic Colors of #a6762a

#a6762a #2aa676 #762aa6

Analogous Colors of #a6762a

#a6762a #98a62a #a6382a

Monochromatic Colors of #a6762a

#a6762a

Complementary Color

#a6762a #2a5aa6

#a6762a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6762a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6762a Color CSS Codes

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

#a6762a Text Font Color

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

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


#a6762a Background Color

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

This div background color is #a6762a


#a6762a Border Color

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

This div border color is #a6762a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6762a


Comments

No comments written yet.

Please login to write comment.