Color Hex Logo

#a6916b Color Hex

#A6916B
(166,145,107)
0 Favorites   0 Comments

Color spaces of #a6916b

RGB 166145107
HSL0.110.250.54
HSV39°36°65°
CMYK 0.000.130.36   0.35
XYZ28.505129.419318.0860
Yxy29.41930.37500.3870
Hunter Lab54.2396-1.110218.1976
CIE-Lab61.14992.138523.0766

#a6916b color RGB value is (166,145,107).

#a6916b hex color red value is 166, green value is 145 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a6916b hue: 0.11 , saturation: 0.25 and the lightness value of a6916b is 0.54.

The process color (four color CMYK) of #a6916b color hex is 0.00, 0.13, 0.36, 0.35. Web safe color of #a6916b is #999966. Color #a6916b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010001 01101011
Octal 246 221 153
Decimal 166 145 107
Hex A6 91 6B

RGB Percentages of Color #a6916b

%39.71
%34.69
%25.60

CMYK Percentages of Color #a6916b

%0
%13
%36
%35

Triadic Colors of #a6916b

#a6916b #6ba691 #916ba6

Analogous Colors of #a6916b

#a6916b #9ea66b #a6746b

Monochromatic Colors of #a6916b

#a6916b

Complementary Color

#a6916b #6b80a6

#a6916b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6916b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6916b Color CSS Codes

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

#a6916b Text Font Color

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

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


#a6916b Background Color

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

This div background color is #a6916b


#a6916b Border Color

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

This div border color is #a6916b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6916b


Comments

No comments written yet.

Please login to write comment.