Color Hex Logo

#a67334 Color Hex

#A67334
(166,115,52)
0 Favorites   0 Comments

Color spaces of #a67334

RGB 16611552
HSL0.090.520.43
HSV33°69°65°
CMYK 0.000.310.69   0.35
XYZ22.476520.61646.0435
Yxy20.61640.45740.4196
Hunter Lab45.40538.901723.8921
CIE-Lab52.527113.820341.8592

#a67334 color RGB value is (166,115,52).

#a67334 hex color red value is 166, green value is 115 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #a67334 hue: 0.09 , saturation: 0.52 and the lightness value of a67334 is 0.43.

The process color (four color CMYK) of #a67334 color hex is 0.00, 0.31, 0.69, 0.35. Web safe color of #a67334 is #996633. Color #a67334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110011 00110100
Octal 246 163 64
Decimal 166 115 52
Hex A6 73 34

RGB Percentages of Color #a67334

%49.85
%34.53
%15.62

CMYK Percentages of Color #a67334

%0
%31
%69
%35

Triadic Colors of #a67334

#a67334 #34a673 #7334a6

Analogous Colors of #a67334

#a67334 #a0a634 #a63a34

Monochromatic Colors of #a67334

#a67334

Complementary Color

#a67334 #3467a6

#a67334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67334 Color CSS Codes

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

#a67334 Text Font Color

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

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


#a67334 Background Color

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

This div background color is #a67334


#a67334 Border Color

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

This div border color is #a67334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67334


Comments

No comments written yet.

Please login to write comment.