Color Hex Logo

#a79e2b Color Hex

#A79E2B
(167,158,43)
0 Favorites   0 Comments

Color spaces of #a79e2b

RGB 16715843
HSL0.150.590.41
HSV56°74°65°
CMYK 0.000.050.74   0.35
XYZ28.599332.84367.1176
Yxy32.84360.41710.4790
Hunter Lab57.3093-11.213832.7529
CIE-Lab64.0341-9.924957.4233

#a79e2b color RGB value is (167,158,43).

#a79e2b hex color red value is 167, green value is 158 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a79e2b hue: 0.15 , saturation: 0.59 and the lightness value of a79e2b is 0.41.

The process color (four color CMYK) of #a79e2b color hex is 0.00, 0.05, 0.74, 0.35. Web safe color of #a79e2b is #999933. Color #a79e2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011110 00101011
Octal 247 236 53
Decimal 167 158 43
Hex A7 9E 2B

RGB Percentages of Color #a79e2b

%45.38
%42.93
%11.68

CMYK Percentages of Color #a79e2b

%0
%5
%74
%35

Triadic Colors of #a79e2b

#a79e2b #2ba79e #9e2ba7

Analogous Colors of #a79e2b

#a79e2b #72a72b #a7602b

Monochromatic Colors of #a79e2b

#a79e2b

Complementary Color

#a79e2b #2b34a7

#a79e2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79e2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79e2b Color CSS Codes

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

#a79e2b Text Font Color

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

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


#a79e2b Background Color

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

This div background color is #a79e2b


#a79e2b Border Color

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

This div border color is #a79e2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79e2b


Comments

No comments written yet.

Please login to write comment.