Color Hex Logo

#a67368 Color Hex

#A67368
(166,115,104)
0 Favorites   0 Comments

Color spaces of #a67368

RGB 166115104
HSL0.030.260.53
HSV11°37°65°
CMYK 0.000.310.37   0.35
XYZ24.355321.367915.9375
Yxy21.36790.39500.3465
Hunter Lab46.225413.153811.9159
CIE-Lab53.349818.659814.1663

#a67368 color RGB value is (166,115,104).

#a67368 hex color red value is 166, green value is 115 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a67368 hue: 0.03 , saturation: 0.26 and the lightness value of a67368 is 0.53.

The process color (four color CMYK) of #a67368 color hex is 0.00, 0.31, 0.37, 0.35. Web safe color of #a67368 is #996666. Color #a67368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110011 01101000
Octal 246 163 150
Decimal 166 115 104
Hex A6 73 68

RGB Percentages of Color #a67368

%43.12
%29.87
%27.01

CMYK Percentages of Color #a67368

%0
%31
%37
%35

Triadic Colors of #a67368

#a67368 #68a673 #7368a6

Analogous Colors of #a67368

#a67368 #a69268 #a6687c

Monochromatic Colors of #a67368

#a67368

Complementary Color

#a67368 #689ba6

#a67368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67368 Color CSS Codes

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

#a67368 Text Font Color

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

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


#a67368 Background Color

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

This div background color is #a67368


#a67368 Border Color

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

This div border color is #a67368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67368


Comments

No comments written yet.

Please login to write comment.