Color Hex Logo

#a69e5a Color Hex

#A69E5A
(166,158,90)
0 Favorites   0 Comments

Color spaces of #a69e5a

RGB 16615890
HSL0.150.300.50
HSV54°46°65°
CMYK 0.000.050.46   0.35
XYZ29.798233.298914.5297
Yxy33.29890.38390.4290
Hunter Lab57.7052-8.809125.4649
CIE-Lab64.4022-6.893836.4218

#a69e5a color RGB value is (166,158,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011110 01011010
Octal 246 236 132
Decimal 166 158 90
Hex A6 9E 5A

RGB Percentages of Color #a69e5a

%40.10
%38.16
%21.74

CMYK Percentages of Color #a69e5a

%0
%5
%46
%35

Triadic Colors of #a69e5a

#a69e5a #5aa69e #9e5aa6

Analogous Colors of #a69e5a

#a69e5a #88a65a #a6785a

Monochromatic Colors of #a69e5a

#a69e5a

Complementary Color

#a69e5a #5a62a6

#a69e5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69e5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69e5a Color CSS Codes

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

#a69e5a Text Font Color

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

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


#a69e5a Background Color

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

This div background color is #a69e5a


#a69e5a Border Color

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

This div border color is #a69e5a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,158,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 #a69e5a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69e5a


Comments

No comments written yet.

Please login to write comment.