Color Hex Logo

#a6772d Color Hex

#A6772D
(166,119,45)
0 Favorites   0 Comments

Color spaces of #a6772d

RGB 16611945
HSL0.100.570.41
HSV37°73°65°
CMYK 0.000.280.73   0.35
XYZ22.796421.49015.4291
Yxy21.49010.45850.4323
Hunter Lab46.35746.652425.5065
CIE-Lab53.481811.165346.1835

#a6772d color RGB value is (166,119,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110111 00101101
Octal 246 167 55
Decimal 166 119 45
Hex A6 77 2D

RGB Percentages of Color #a6772d

%50.30
%36.06
%13.64

CMYK Percentages of Color #a6772d

%0
%28
%73
%35

Triadic Colors of #a6772d

#a6772d #2da677 #772da6

Analogous Colors of #a6772d

#a6772d #99a62d #a63b2d

Monochromatic Colors of #a6772d

#a6772d

Complementary Color

#a6772d #2d5ca6

#a6772d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6772d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6772d Color CSS Codes

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

#a6772d Text Font Color

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

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


#a6772d Background Color

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

This div background color is #a6772d


#a6772d Border Color

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

This div border color is #a6772d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6772d


Comments

No comments written yet.

Please login to write comment.