Color Hex Logo

#a69021 Color Hex

#A69021
(166,144,33)
0 Favorites   0 Comments

Color spaces of #a69021

RGB 16614433
HSL0.140.670.39
HSV50°80°65°
CMYK 0.000.130.80   0.35
XYZ25.973728.16335.5059
Yxy28.16330.43550.4722
Hunter Lab53.0691-5.507430.9971
CIE-Lab60.0360-3.275857.1384

#a69021 color RGB value is (166,144,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010000 00100001
Octal 246 220 41
Decimal 166 144 33
Hex A6 90 21

RGB Percentages of Color #a69021

%48.40
%41.98
%9.62

CMYK Percentages of Color #a69021

%0
%13
%80
%35

Triadic Colors of #a69021

#a69021 #21a690 #9021a6

Analogous Colors of #a69021

#a69021 #7aa621 #a64e21

Monochromatic Colors of #a69021

#a69021

Complementary Color

#a69021 #2137a6

#a69021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69021 Color CSS Codes

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

#a69021 Text Font Color

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

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


#a69021 Background Color

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

This div background color is #a69021


#a69021 Border Color

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

This div border color is #a69021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69021


Comments

No comments written yet.

Please login to write comment.