Color Hex Logo

#a69956 Color Hex

#A69956
(166,153,86)
0 Favorites   0 Comments

Color spaces of #a69956

RGB 16615386
HSL0.140.320.49
HSV50°48°65°
CMYK 0.000.080.48   0.35
XYZ28.796831.561313.3783
Yxy31.56130.39050.4280
Hunter Lab56.1794-6.817425.2066
CIE-Lab62.9786-4.606136.7417

#a69956 color RGB value is (166,153,86).

#a69956 hex color red value is 166, green value is 153 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #a69956 hue: 0.14 , saturation: 0.32 and the lightness value of a69956 is 0.49.

The process color (four color CMYK) of #a69956 color hex is 0.00, 0.08, 0.48, 0.35. Web safe color of #a69956 is #999966. Color #a69956 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011001 01010110
Octal 246 231 126
Decimal 166 153 86
Hex A6 99 56

RGB Percentages of Color #a69956

%40.99
%37.78
%21.23

CMYK Percentages of Color #a69956

%0
%8
%48
%35

Triadic Colors of #a69956

#a69956 #56a699 #9956a6

Analogous Colors of #a69956

#a69956 #8ba656 #a67156

Monochromatic Colors of #a69956

#a69956

Complementary Color

#a69956 #5663a6

#a69956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69956 Color CSS Codes

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

#a69956 Text Font Color

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

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


#a69956 Background Color

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

This div background color is #a69956


#a69956 Border Color

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

This div border color is #a69956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69956


Comments

No comments written yet.

Please login to write comment.