color codes Logo

#a6773e color codes

#A6773E
(166,119,62)
0 Favorites   0 Comments

Color spaces of #a6773e

RGB 16611962
HSL0.090.460.45
HSV33°63°65°
CMYK 0.000.280.63   0.35
XYZ23.192221.64847.5136
Yxy21.64840.44300.4135
Hunter Lab46.52787.551122.9950
CIE-Lab53.651912.219438.0558

#a6773e color RGB value is (166,119,62).

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

The process color (four color CMYK) of #a6773e color code is 0.00, 0.28, 0.63, 0.35. Web safe color of #a6773e is #996633. Color #a6773e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110111 00111110
Octal 246 167 76
Decimal 166 119 62
Hex A6 77 3E

RGB Percentages of Color #a6773e

%47.84
%34.29
%17.87

CMYK Percentages of Color #a6773e

%0
%28
%63
%35

Triadic Colors of #a6773e

#a6773e #3ea677 #773ea6

Analogous Colors of #a6773e

#a6773e #a1a63e #a6433e

Monochromatic Colors of #a6773e

#a6773e

Complementary Color

#a6773e #3e6da6

#a6773e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6773e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6773e Color CSS Codes

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

#a6773e Text Font Color

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

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


#a6773e Background Color

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

This div background color is #a6773e


#a6773e Border Color

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

This div border color is #a6773e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6773e


Comments

No comments written yet.

Please login to write comment.