Color Hex Logo

#a99214 Color Hex

#A99214
(169,146,20)
0 Favorites   0 Comments

Color spaces of #a99214

RGB 16914620
HSL0.140.790.37
HSV51°88°66°
CMYK 0.000.140.88   0.34
XYZ26.767329.04334.8569
Yxy29.04330.44120.4787
Hunter Lab53.8918-5.652332.3809
CIE-Lab60.8198-3.383061.5180

#a99214 color RGB value is (169,146,20).

#a99214 hex color red value is 169, green value is 146 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #a99214 hue: 0.14 , saturation: 0.79 and the lightness value of a99214 is 0.37.

The process color (four color CMYK) of #a99214 color hex is 0.00, 0.14, 0.88, 0.34. Web safe color of #a99214 is #999900. Color #a99214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010010 00010100
Octal 251 222 24
Decimal 169 146 20
Hex A9 92 14

RGB Percentages of Color #a99214

%50.45
%43.58
%5.97

CMYK Percentages of Color #a99214

%0
%14
%88
%34

Triadic Colors of #a99214

#a99214 #14a992 #9214a9

Analogous Colors of #a99214

#a99214 #76a914 #a94714

Monochromatic Colors of #a99214

#a99214

Complementary Color

#a99214 #142ba9

#a99214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a99214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a99214 Color CSS Codes

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

#a99214 Text Font Color

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

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


#a99214 Background Color

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

This div background color is #a99214


#a99214 Border Color

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

This div border color is #a99214


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,146,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a99214


Comments

No comments written yet.

Please login to write comment.