color codes Logo

#a79e5c color codes

#A79E5C
(167,158,92)
0 Favorites   0 Comments

Color spaces of #a79e5c

RGB 16715892
HSL0.150.300.51
HSV53°45°65°
CMYK 0.000.050.45   0.35
XYZ30.095033.441914.9940
Yxy33.44190.38320.4258
Hunter Lab57.8290-8.306825.1075
CIE-Lab64.5171-6.265235.5427

#a79e5c color RGB value is (167,158,92).

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

The process color (four color CMYK) of #a79e5c color code is 0.00, 0.05, 0.45, 0.35. Web safe color of #a79e5c is #999966. Color #a79e5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011110 01011100
Octal 247 236 134
Decimal 167 158 92
Hex A7 9E 5C

RGB Percentages of Color #a79e5c

%40.05
%37.89
%22.06

CMYK Percentages of Color #a79e5c

%0
%5
%45
%35

Triadic Colors of #a79e5c

#a79e5c #5ca79e #9e5ca7

Analogous Colors of #a79e5c

#a79e5c #8ba75c #a7795c

Monochromatic Colors of #a79e5c

#a79e5c

Complementary Color

#a79e5c #5c65a7

#a79e5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79e5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79e5c Color CSS Codes

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

#a79e5c Text Font Color

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

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


#a79e5c Background Color

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

This div background color is #a79e5c


#a79e5c Border Color

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

This div border color is #a79e5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79e5c


Comments

No comments written yet.

Please login to write comment.