Color Hex Logo

#a69220 Color Hex

#A69220
(166,146,32)
0 Favorites   0 Comments

Color spaces of #a69220

RGB 16614632
HSL0.140.680.39
HSV51°81°65°
CMYK 0.000.120.81   0.35
XYZ26.265528.76905.5351
Yxy28.76900.43360.4750
Hunter Lab53.6367-6.454231.4272
CIE-Lab60.5772-4.398257.9410

#a69220 color RGB value is (166,146,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010010 00100000
Octal 246 222 40
Decimal 166 146 32
Hex A6 92 20

RGB Percentages of Color #a69220

%48.26
%42.44
%9.30

CMYK Percentages of Color #a69220

%0
%12
%81
%35

Triadic Colors of #a69220

#a69220 #20a692 #9220a6

Analogous Colors of #a69220

#a69220 #77a620 #a64f20

Monochromatic Colors of #a69220

#a69220

Complementary Color

#a69220 #2034a6

#a69220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69220 Color CSS Codes

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

#a69220 Text Font Color

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

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


#a69220 Background Color

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

This div background color is #a69220


#a69220 Border Color

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

This div border color is #a69220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69220


Comments

No comments written yet.

Please login to write comment.