Color Hex Logo

#a67468 Color Hex

#A67468
(166,116,104)
0 Favorites   0 Comments

Color spaces of #a67468

RGB 166116104
HSL0.030.260.53
HSV12°37°65°
CMYK 0.000.300.37   0.35
XYZ24.470021.597215.9757
Yxy21.59720.39440.3481
Hunter Lab46.472812.660912.1491
CIE-Lab53.597018.092114.5084

#a67468 color RGB value is (166,116,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110100 01101000
Octal 246 164 150
Decimal 166 116 104
Hex A6 74 68

RGB Percentages of Color #a67468

%43.01
%30.05
%26.94

CMYK Percentages of Color #a67468

%0
%30
%37
%35

Triadic Colors of #a67468

#a67468 #68a674 #7468a6

Analogous Colors of #a67468

#a67468 #a69368 #a6687b

Monochromatic Colors of #a67468

#a67468

Complementary Color

#a67468 #689aa6

#a67468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67468 Color CSS Codes

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

#a67468 Text Font Color

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

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


#a67468 Background Color

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

This div background color is #a67468


#a67468 Border Color

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

This div border color is #a67468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67468


Comments

No comments written yet.

Please login to write comment.