Color Hex Logo

#a69961 Color Hex

#A69961
(166,153,97)
0 Favorites   0 Comments

Color spaces of #a69961

RGB 16615397
HSL0.140.280.52
HSV49°42°65°
CMYK 0.000.080.42   0.35
XYZ29.274831.752515.8952
Yxy31.75250.38060.4128
Hunter Lab56.3494-5.876522.7198
CIE-Lab63.1378-3.444331.1355

#a69961 color RGB value is (166,153,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011001 01100001
Octal 246 231 141
Decimal 166 153 97
Hex A6 99 61

RGB Percentages of Color #a69961

%39.90
%36.78
%23.32

CMYK Percentages of Color #a69961

%0
%8
%42
%35

Triadic Colors of #a69961

#a69961 #61a699 #9961a6

Analogous Colors of #a69961

#a69961 #91a661 #a67761

Monochromatic Colors of #a69961

#a69961

Complementary Color

#a69961 #616ea6

#a69961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69961 Color CSS Codes

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

#a69961 Text Font Color

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

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


#a69961 Background Color

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

This div background color is #a69961


#a69961 Border Color

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

This div border color is #a69961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69961


Comments

No comments written yet.

Please login to write comment.