Color Hex Logo

#a67348 Color Hex

#A67348
(166,115,72)
0 Favorites   0 Comments

Color spaces of #a67348

RGB 16611572
HSL0.080.390.47
HSV27°57°65°
CMYK 0.000.310.57   0.35
XYZ23.026320.83638.9391
Yxy20.83630.43610.3946
Hunter Lab45.646810.161520.3419
CIE-Lab52.769915.274731.6444

#a67348 color RGB value is (166,115,72).

#a67348 hex color red value is 166, green value is 115 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a67348 hue: 0.08 , saturation: 0.39 and the lightness value of a67348 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110011 01001000
Octal 246 163 110
Decimal 166 115 72
Hex A6 73 48

RGB Percentages of Color #a67348

%47.03
%32.58
%20.40

CMYK Percentages of Color #a67348

%0
%31
%57
%35

Triadic Colors of #a67348

#a67348 #48a673 #7348a6

Analogous Colors of #a67348

#a67348 #a6a248 #a6484c

Monochromatic Colors of #a67348

#a67348

Complementary Color

#a67348 #487ba6

#a67348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67348 Color CSS Codes

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

#a67348 Text Font Color

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

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


#a67348 Background Color

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

This div background color is #a67348


#a67348 Border Color

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

This div border color is #a67348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67348


Comments

No comments written yet.

Please login to write comment.