Color Hex Logo

#a69020 Color Hex

#A69020
(166,144,32)
0 Favorites   0 Comments

Color spaces of #a69020

RGB 16614432
HSL0.140.680.39
HSV50°81°65°
CMYK 0.000.130.81   0.35
XYZ25.959928.15785.4333
Yxy28.15780.43590.4728
Hunter Lab53.0639-5.536231.0739
CIE-Lab60.0310-3.312057.4563

#a69020 color RGB value is (166,144,32).

#a69020 hex color red value is 166, green value is 144 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a69020 hue: 0.14 , saturation: 0.68 and the lightness value of a69020 is 0.39.

The process color (four color CMYK) of #a69020 color hex is 0.00, 0.13, 0.81, 0.35. Web safe color of #a69020 is #999933. Color #a69020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010000 00100000
Octal 246 220 40
Decimal 166 144 32
Hex A6 90 20

RGB Percentages of Color #a69020

%48.54
%42.11
%9.36

CMYK Percentages of Color #a69020

%0
%13
%81
%35

Triadic Colors of #a69020

#a69020 #20a690 #9020a6

Analogous Colors of #a69020

#a69020 #79a620 #a64d20

Monochromatic Colors of #a69020

#a69020

Complementary Color

#a69020 #2036a6

#a69020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69020 Color CSS Codes

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

#a69020 Text Font Color

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

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


#a69020 Background Color

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

This div background color is #a69020


#a69020 Border Color

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

This div border color is #a69020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69020


Comments

No comments written yet.

Please login to write comment.