Color Hex Logo

#a79328 Color Hex

#A79328
(167,147,40)
0 Favorites   0 Comments

Color spaces of #a79328

RGB 16714740
HSL0.140.610.41
HSV51°76°65°
CMYK 0.000.120.76   0.35
XYZ26.753129.23616.2406
Yxy29.23610.42990.4698
Hunter Lab54.0704-6.304531.0063
CIE-Lab60.9894-4.172055.6290

#a79328 color RGB value is (167,147,40).

#a79328 hex color red value is 167, green value is 147 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a79328 hue: 0.14 , saturation: 0.61 and the lightness value of a79328 is 0.41.

The process color (four color CMYK) of #a79328 color hex is 0.00, 0.12, 0.76, 0.35. Web safe color of #a79328 is #999933. Color #a79328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010011 00101000
Octal 247 223 50
Decimal 167 147 40
Hex A7 93 28

RGB Percentages of Color #a79328

%47.18
%41.53
%11.30

CMYK Percentages of Color #a79328

%0
%12
%76
%35

Triadic Colors of #a79328

#a79328 #28a793 #9328a7

Analogous Colors of #a79328

#a79328 #7ca728 #a75328

Monochromatic Colors of #a79328

#a79328

Complementary Color

#a79328 #283ca7

#a79328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79328 Color CSS Codes

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

#a79328 Text Font Color

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

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


#a79328 Background Color

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

This div background color is #a79328


#a79328 Border Color

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

This div border color is #a79328


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,147,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a79328; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a79328;
  -webkit-box-shadow: 1px 1px 3px 2px #a79328;
  box-shadow:         1px 1px 3px 2px #a79328; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,147,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79328


Comments

No comments written yet.

Please login to write comment.