Color Hex Logo

#a67353 Color Hex

#A67353
(166,115,83)
0 Favorites   0 Comments

Color spaces of #a67353

RGB 16611583
HSL0.060.330.49
HSV23°50°65°
CMYK 0.000.310.50   0.35
XYZ23.418020.993011.0014
Yxy20.99300.42260.3789
Hunter Lab45.818111.051017.8365
CIE-Lab52.941816.290925.7131

#a67353 color RGB value is (166,115,83).

#a67353 hex color red value is 166, green value is 115 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #a67353 hue: 0.06 , saturation: 0.33 and the lightness value of a67353 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110011 01010011
Octal 246 163 123
Decimal 166 115 83
Hex A6 73 53

RGB Percentages of Color #a67353

%45.60
%31.59
%22.80

CMYK Percentages of Color #a67353

%0
%31
%50
%35

Triadic Colors of #a67353

#a67353 #53a673 #7353a6

Analogous Colors of #a67353

#a67353 #a69d53 #a6535d

Monochromatic Colors of #a67353

#a67353

Complementary Color

#a67353 #5386a6

#a67353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67353 Color CSS Codes

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

#a67353 Text Font Color

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

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


#a67353 Background Color

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

This div background color is #a67353


#a67353 Border Color

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

This div border color is #a67353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67353


Comments

No comments written yet.

Please login to write comment.