Color Hex Logo

#a49a0d Color Hex

#A49A0D
(164,154,13)
0 Favorites   0 Comments

Color spaces of #a49a0d

RGB 16415413
HSL0.160.850.35
HSV56°92°64°
CMYK 0.000.060.92   0.36
XYZ26.938131.03284.9509
Yxy31.03280.42810.4932
Hunter Lab55.7071-11.170733.7256
CIE-Lab62.5353-10.081764.0211

#a49a0d color RGB value is (164,154,13).

#a49a0d hex color red value is 164, green value is 154 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #a49a0d hue: 0.16 , saturation: 0.85 and the lightness value of a49a0d is 0.35.

The process color (four color CMYK) of #a49a0d color hex is 0.00, 0.06, 0.92, 0.36. Web safe color of #a49a0d is #999900. Color #a49a0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011010 00001101
Octal 244 232 15
Decimal 164 154 13
Hex A4 9A D

RGB Percentages of Color #a49a0d

%49.55
%46.53
%3.93

CMYK Percentages of Color #a49a0d

%0
%6
%92
%36

Triadic Colors of #a49a0d

#a49a0d #0da49a #9a0da4

Analogous Colors of #a49a0d

#a49a0d #63a40d #a44e0d

Monochromatic Colors of #a49a0d

#a49a0d

Complementary Color

#a49a0d #0d17a4

#a49a0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49a0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49a0d Color CSS Codes

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

#a49a0d Text Font Color

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

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


#a49a0d Background Color

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

This div background color is #a49a0d


#a49a0d Border Color

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

This div border color is #a49a0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,154,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a49a0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a49a0d;
  -webkit-box-shadow: 1px 1px 3px 2px #a49a0d;
  box-shadow:         1px 1px 3px 2px #a49a0d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,154,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49a0d


Comments

No comments written yet.

Please login to write comment.