Color Hex Logo

#a79762 Color Hex

#A79762
(167,151,98)
0 Favorites   0 Comments

Color spaces of #a79762

RGB 16715198
HSL0.130.280.52
HSV46°41°65°
CMYK 0.000.100.41   0.35
XYZ29.207631.230516.0440
Yxy31.23050.38190.4083
Hunter Lab55.8843-4.505422.0972
CIE-Lab62.7017-1.823330.0561

#a79762 color RGB value is (167,151,98).

#a79762 hex color red value is 167, green value is 151 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a79762 hue: 0.13 , saturation: 0.28 and the lightness value of a79762 is 0.52.

The process color (four color CMYK) of #a79762 color hex is 0.00, 0.10, 0.41, 0.35. Web safe color of #a79762 is #999966. Color #a79762 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010111 01100010
Octal 247 227 142
Decimal 167 151 98
Hex A7 97 62

RGB Percentages of Color #a79762

%40.14
%36.30
%23.56

CMYK Percentages of Color #a79762

%0
%10
%41
%35

Triadic Colors of #a79762

#a79762 #62a797 #9762a7

Analogous Colors of #a79762

#a79762 #95a762 #a77562

Monochromatic Colors of #a79762

#a79762

Complementary Color

#a79762 #6272a7

#a79762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79762 Color CSS Codes

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

#a79762 Text Font Color

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

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


#a79762 Background Color

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

This div background color is #a79762


#a79762 Border Color

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

This div border color is #a79762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79762


Comments

No comments written yet.

Please login to write comment.