Color Hex Logo

#a67b2b Color Hex

#A67B2B
(166,123,43)
0 Favorites   0 Comments

Color spaces of #a67b2b

RGB 16612343
HSL0.110.590.41
HSV39°74°65°
CMYK 0.000.260.74   0.35
XYZ23.244922.44735.3931
Yxy22.44730.45500.4394
Hunter Lab47.37864.663226.4160
CIE-Lab54.49848.807348.0994

#a67b2b color RGB value is (166,123,43).

#a67b2b hex color red value is 166, green value is 123 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a67b2b hue: 0.11 , saturation: 0.59 and the lightness value of a67b2b is 0.41.

The process color (four color CMYK) of #a67b2b color hex is 0.00, 0.26, 0.74, 0.35. Web safe color of #a67b2b is #996633. Color #a67b2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111011 00101011
Octal 246 173 53
Decimal 166 123 43
Hex A6 7B 2B

RGB Percentages of Color #a67b2b

%50.00
%37.05
%12.95

CMYK Percentages of Color #a67b2b

%0
%26
%74
%35

Triadic Colors of #a67b2b

#a67b2b #2ba67b #7b2ba6

Analogous Colors of #a67b2b

#a67b2b #94a62b #a63e2b

Monochromatic Colors of #a67b2b

#a67b2b

Complementary Color

#a67b2b #2b56a6

#a67b2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67b2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67b2b Color CSS Codes

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

#a67b2b Text Font Color

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

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


#a67b2b Background Color

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

This div background color is #a67b2b


#a67b2b Border Color

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

This div border color is #a67b2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67b2b


Comments

No comments written yet.

Please login to write comment.