Color Hex Logo

#a6773b Color Hex

#A6773B
(166,119,59)
0 Favorites   0 Comments

Color spaces of #a6773b

RGB 16611959
HSL0.090.480.44
HSV34°64°65°
CMYK 0.000.280.64   0.35
XYZ23.112121.61647.0919
Yxy21.61640.44600.4171
Hunter Lab46.49347.369623.5016
CIE-Lab53.617612.007339.5609

#a6773b color RGB value is (166,119,59).

#a6773b hex color red value is 166, green value is 119 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a6773b hue: 0.09 , saturation: 0.48 and the lightness value of a6773b is 0.44.

The process color (four color CMYK) of #a6773b color hex is 0.00, 0.28, 0.64, 0.35. Web safe color of #a6773b is #996633. Color #a6773b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110111 00111011
Octal 246 167 73
Decimal 166 119 59
Hex A6 77 3B

RGB Percentages of Color #a6773b

%48.26
%34.59
%17.15

CMYK Percentages of Color #a6773b

%0
%28
%64
%35

Triadic Colors of #a6773b

#a6773b #3ba677 #773ba6

Analogous Colors of #a6773b

#a6773b #a0a63b #a6423b

Monochromatic Colors of #a6773b

#a6773b

Complementary Color

#a6773b #3b6aa6

#a6773b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6773b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6773b Color CSS Codes

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

#a6773b Text Font Color

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

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


#a6773b Background Color

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

This div background color is #a6773b


#a6773b Border Color

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

This div border color is #a6773b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6773b


Comments

No comments written yet.

Please login to write comment.