Color Hex Logo

#a67229 Color Hex

#A67229
(166,114,41)
0 Favorites   0 Comments

Color spaces of #a67229

RGB 16611441
HSL0.100.600.41
HSV35°75°65°
CMYK 0.000.310.75   0.35
XYZ22.143420.30174.8494
Yxy20.30170.46820.4293
Hunter Lab45.05748.873125.1590
CIE-Lab52.176613.795946.6525

#a67229 color RGB value is (166,114,41).

#a67229 hex color red value is 166, green value is 114 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #a67229 hue: 0.10 , saturation: 0.60 and the lightness value of a67229 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110010 00101001
Octal 246 162 51
Decimal 166 114 41
Hex A6 72 29

RGB Percentages of Color #a67229

%51.71
%35.51
%12.77

CMYK Percentages of Color #a67229

%0
%31
%75
%35

Triadic Colors of #a67229

#a67229 #29a672 #7229a6

Analogous Colors of #a67229

#a67229 #9ca629 #a63429

Monochromatic Colors of #a67229

#a67229

Complementary Color

#a67229 #295da6

#a67229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67229 Color CSS Codes

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

#a67229 Text Font Color

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

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


#a67229 Background Color

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

This div background color is #a67229


#a67229 Border Color

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

This div border color is #a67229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67229


Comments

No comments written yet.

Please login to write comment.