Color Hex Logo

#a69351 Color Hex

#A69351
(166,147,81)
0 Favorites   0 Comments

Color spaces of #a69351

RGB 16614781
HSL0.130.340.48
HSV47°51°65°
CMYK 0.000.110.51   0.35
XYZ27.644829.568512.0348
Yxy29.56850.39920.4270
Hunter Lab54.3769-4.411624.9417
CIE-Lab61.2801-1.824137.2596

#a69351 color RGB value is (166,147,81).

#a69351 hex color red value is 166, green value is 147 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #a69351 hue: 0.13 , saturation: 0.34 and the lightness value of a69351 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010011 01010001
Octal 246 223 121
Decimal 166 147 81
Hex A6 93 51

RGB Percentages of Color #a69351

%42.13
%37.31
%20.56

CMYK Percentages of Color #a69351

%0
%11
%51
%35

Triadic Colors of #a69351

#a69351 #51a693 #9351a6

Analogous Colors of #a69351

#a69351 #8fa651 #a66951

Monochromatic Colors of #a69351

#a69351

Complementary Color

#a69351 #5164a6

#a69351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69351 Color CSS Codes

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

#a69351 Text Font Color

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

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


#a69351 Background Color

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

This div background color is #a69351


#a69351 Border Color

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

This div border color is #a69351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69351


Comments

No comments written yet.

Please login to write comment.