Color Hex Logo

#a69367 Color Hex

#A69367
(166,147,103)
0 Favorites   0 Comments

Color spaces of #a69367

RGB 166147103
HSL0.120.260.53
HSV42°38°65°
CMYK 0.000.110.38   0.35
XYZ28.607829.953717.1058
Yxy29.95370.37810.3959
Hunter Lab54.7300-2.474119.7799
CIE-Lab61.61430.538525.9004

#a69367 color RGB value is (166,147,103).

#a69367 hex color red value is 166, green value is 147 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #a69367 hue: 0.12 , saturation: 0.26 and the lightness value of a69367 is 0.53.

The process color (four color CMYK) of #a69367 color hex is 0.00, 0.11, 0.38, 0.35. Web safe color of #a69367 is #999966. Color #a69367 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010011 01100111
Octal 246 223 147
Decimal 166 147 103
Hex A6 93 67

RGB Percentages of Color #a69367

%39.90
%35.34
%24.76

CMYK Percentages of Color #a69367

%0
%11
%38
%35

Triadic Colors of #a69367

#a69367 #67a693 #9367a6

Analogous Colors of #a69367

#a69367 #9aa667 #a67467

Monochromatic Colors of #a69367

#a69367

Complementary Color

#a69367 #677aa6

#a69367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69367 Color CSS Codes

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

#a69367 Text Font Color

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

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


#a69367 Background Color

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

This div background color is #a69367


#a69367 Border Color

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

This div border color is #a69367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69367


Comments

No comments written yet.

Please login to write comment.