Color Hex Logo

#a79954 Color Hex

#A79954
(167,153,84)
0 Favorites   0 Comments

Color spaces of #a79954

RGB 16715384
HSL0.140.330.49
HSV50°50°65°
CMYK 0.000.080.50   0.35
XYZ28.927831.638012.9696
Yxy31.63800.39340.4302
Hunter Lab56.2477-6.632125.7023
CIE-Lab63.0426-4.373237.8749

#a79954 color RGB value is (167,153,84).

#a79954 hex color red value is 167, green value is 153 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #a79954 hue: 0.14 , saturation: 0.33 and the lightness value of a79954 is 0.49.

The process color (four color CMYK) of #a79954 color hex is 0.00, 0.08, 0.50, 0.35. Web safe color of #a79954 is #999966. Color #a79954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011001 01010100
Octal 247 231 124
Decimal 167 153 84
Hex A7 99 54

RGB Percentages of Color #a79954

%41.34
%37.87
%20.79

CMYK Percentages of Color #a79954

%0
%8
%50
%35

Triadic Colors of #a79954

#a79954 #54a799 #9954a7

Analogous Colors of #a79954

#a79954 #8ca754 #a77054

Monochromatic Colors of #a79954

#a79954

Complementary Color

#a79954 #5462a7

#a79954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79954 Color CSS Codes

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

#a79954 Text Font Color

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

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


#a79954 Background Color

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

This div background color is #a79954


#a79954 Border Color

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

This div border color is #a79954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79954


Comments

No comments written yet.

Please login to write comment.