Color Hex Logo

#a49008 Color Hex

#A49008
(164,144,8)
0 Favorites   0 Comments

Color spaces of #a49008

RGB 1641448
HSL0.150.910.34
HSV52°95°64°
CMYK 0.000.120.95   0.36
XYZ25.326927.85664.2717
Yxy27.85660.44080.4848
Hunter Lab52.7794-6.708232.1469
CIE-Lab59.7590-4.797862.6604

#a49008 color RGB value is (164,144,8).

#a49008 hex color red value is 164, green value is 144 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #a49008 hue: 0.15 , saturation: 0.91 and the lightness value of a49008 is 0.34.

The process color (four color CMYK) of #a49008 color hex is 0.00, 0.12, 0.95, 0.36. Web safe color of #a49008 is #999900. Color #a49008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010000 00001000
Octal 244 220 10
Decimal 164 144 8
Hex A4 90 8

RGB Percentages of Color #a49008

%51.90
%45.57
%2.53

CMYK Percentages of Color #a49008

%0
%12
%95
%36

Triadic Colors of #a49008

#a49008 #08a490 #9008a4

Analogous Colors of #a49008

#a49008 #6aa408 #a44208

Monochromatic Colors of #a49008

#a49008

Complementary Color

#a49008 #081ca4

#a49008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49008 Color CSS Codes

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

#a49008 Text Font Color

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

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


#a49008 Background Color

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

This div background color is #a49008


#a49008 Border Color

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

This div border color is #a49008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49008


Comments

No comments written yet.

Please login to write comment.