Color Hex Logo

#a99621 Color Hex

#A99621
(169,150,33)
0 Favorites   0 Comments

Color spaces of #a99621

RGB 16915033
HSL0.140.670.40
HSV52°80°66°
CMYK 0.000.110.80   0.34
XYZ27.543030.35755.8468
Yxy30.35750.43210.4762
Hunter Lab55.0976-7.189732.2767
CIE-Lab61.9615-5.168158.9622

#a99621 color RGB value is (169,150,33).

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

The process color (four color CMYK) of #a99621 color hex is 0.00, 0.11, 0.80, 0.34. Web safe color of #a99621 is #999933. Color #a99621 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010110 00100001
Octal 251 226 41
Decimal 169 150 33
Hex A9 96 21

RGB Percentages of Color #a99621

%48.01
%42.61
%9.38

CMYK Percentages of Color #a99621

%0
%11
%80
%34

Triadic Colors of #a99621

#a99621 #21a996 #9621a9

Analogous Colors of #a99621

#a99621 #78a921 #a95221

Monochromatic Colors of #a99621

#a99621

Complementary Color

#a99621 #2134a9

#a99621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99621 Color CSS Codes

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

#a99621 Text Font Color

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

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


#a99621 Background Color

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

This div background color is #a99621


#a99621 Border Color

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

This div border color is #a99621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99621


Comments

No comments written yet.

Please login to write comment.