Color Hex Logo

#a6806b Color Hex

#A6806B
(166,128,107)
0 Favorites   0 Comments

Color spaces of #a6806b

RGB 166128107
HSL0.060.250.54
HSV21°36°65°
CMYK 0.000.230.36   0.35
XYZ26.098924.606917.2840
Yxy24.60690.38390.3619
Hunter Lab49.60537.105014.0653
CIE-Lab56.690411.665317.0375

#a6806b color RGB value is (166,128,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000000 01101011
Octal 246 200 153
Decimal 166 128 107
Hex A6 80 6B

RGB Percentages of Color #a6806b

%41.40
%31.92
%26.68

CMYK Percentages of Color #a6806b

%0
%23
%36
%35

Triadic Colors of #a6806b

#a6806b #6ba680 #806ba6

Analogous Colors of #a6806b

#a6806b #a69e6b #a66b74

Monochromatic Colors of #a6806b

#a6806b

Complementary Color

#a6806b #6b91a6

#a6806b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6806b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6806b Color CSS Codes

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

#a6806b Text Font Color

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

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


#a6806b Background Color

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

This div background color is #a6806b


#a6806b Border Color

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

This div border color is #a6806b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,128,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 #a6806b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6806b


Comments

No comments written yet.

Please login to write comment.