Color Hex Logo

#a68775 Color Hex

#A68775
(166,135,117)
0 Favorites   0 Comments

Color spaces of #a68775

RGB 166135117
HSL0.060.220.55
HSV22°30°65°
CMYK 0.000.190.30   0.35
XYZ27.600726.719320.5322
Yxy26.71930.36870.3570
Hunter Lab51.69074.852912.6328
CIE-Lab58.71369.062214.1275

#a68775 color RGB value is (166,135,117).

#a68775 hex color red value is 166, green value is 135 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #a68775 hue: 0.06 , saturation: 0.22 and the lightness value of a68775 is 0.55.

The process color (four color CMYK) of #a68775 color hex is 0.00, 0.19, 0.30, 0.35. Web safe color of #a68775 is #999966. Color #a68775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000111 01110101
Octal 246 207 165
Decimal 166 135 117
Hex A6 87 75

RGB Percentages of Color #a68775

%39.71
%32.30
%27.99

CMYK Percentages of Color #a68775

%0
%19
%30
%35

Triadic Colors of #a68775

#a68775 #75a687 #8775a6

Analogous Colors of #a68775

#a68775 #a6a075 #a6757c

Monochromatic Colors of #a68775

#a68775

Complementary Color

#a68775 #7594a6

#a68775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68775 Color CSS Codes

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

#a68775 Text Font Color

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

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


#a68775 Background Color

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

This div background color is #a68775


#a68775 Border Color

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

This div border color is #a68775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68775


Comments

No comments written yet.

Please login to write comment.