Color Hex Logo

#a67068 Color Hex

#A67068
(166,112,104)
0 Favorites   0 Comments

Color spaces of #a67068

RGB 166112104
HSL0.020.260.53
HSV37°65°
CMYK 0.000.330.37   0.35
XYZ24.018720.694815.8253
Yxy20.69480.39670.3418
Hunter Lab45.491514.634511.2187
CIE-Lab52.613820.362213.1454

#a67068 color RGB value is (166,112,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 01101000
Octal 246 160 150
Decimal 166 112 104
Hex A6 70 68

RGB Percentages of Color #a67068

%43.46
%29.32
%27.23

CMYK Percentages of Color #a67068

%0
%33
%37
%35

Triadic Colors of #a67068

#a67068 #68a670 #7068a6

Analogous Colors of #a67068

#a67068 #a68f68 #a6687f

Monochromatic Colors of #a67068

#a67068

Complementary Color

#a67068 #689ea6

#a67068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67068 Color CSS Codes

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

#a67068 Text Font Color

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

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


#a67068 Background Color

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

This div background color is #a67068


#a67068 Border Color

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

This div border color is #a67068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67068


Comments

No comments written yet.

Please login to write comment.