Color Hex Logo

#a69c5a Color Hex

#A69C5A
(166,156,90)
0 Favorites   0 Comments

Color spaces of #a69c5a

RGB 16615690
HSL0.140.300.50
HSV52°46°65°
CMYK 0.000.060.46   0.35
XYZ29.459832.622114.4169
Yxy32.62210.38510.4264
Hunter Lab57.1158-7.883925.0153
CIE-Lab63.8537-5.820535.7414

#a69c5a color RGB value is (166,156,90).

#a69c5a hex color red value is 166, green value is 156 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a69c5a hue: 0.14 , saturation: 0.30 and the lightness value of a69c5a is 0.50.

The process color (four color CMYK) of #a69c5a color hex is 0.00, 0.06, 0.46, 0.35. Web safe color of #a69c5a is #999966. Color #a69c5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011100 01011010
Octal 246 234 132
Decimal 166 156 90
Hex A6 9C 5A

RGB Percentages of Color #a69c5a

%40.29
%37.86
%21.84

CMYK Percentages of Color #a69c5a

%0
%6
%46
%35

Triadic Colors of #a69c5a

#a69c5a #5aa69c #9c5aa6

Analogous Colors of #a69c5a

#a69c5a #8aa65a #a6765a

Monochromatic Colors of #a69c5a

#a69c5a

Complementary Color

#a69c5a #5a64a6

#a69c5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69c5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69c5a Color CSS Codes

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

#a69c5a Text Font Color

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

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


#a69c5a Background Color

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

This div background color is #a69c5a


#a69c5a Border Color

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

This div border color is #a69c5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69c5a


Comments

No comments written yet.

Please login to write comment.