Color Hex Logo

#a79662 Color Hex

#A79662
(167,150,98)
0 Favorites   0 Comments

Color spaces of #a79662

RGB 16715098
HSL0.130.280.52
HSV45°41°65°
CMYK 0.000.100.41   0.35
XYZ29.047330.910015.9905
Yxy30.91000.38250.4070
Hunter Lab55.5968-4.034521.8650
CIE-Lab62.4316-1.277229.7079

#a79662 color RGB value is (167,150,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010110 01100010
Octal 247 226 142
Decimal 167 150 98
Hex A7 96 62

RGB Percentages of Color #a79662

%40.24
%36.14
%23.61

CMYK Percentages of Color #a79662

%0
%10
%41
%35

Triadic Colors of #a79662

#a79662 #62a796 #9662a7

Analogous Colors of #a79662

#a79662 #96a762 #a77462

Monochromatic Colors of #a79662

#a79662

Complementary Color

#a79662 #6273a7

#a79662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79662 Color CSS Codes

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

#a79662 Text Font Color

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

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


#a79662 Background Color

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

This div background color is #a79662


#a79662 Border Color

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

This div border color is #a79662


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,150,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 #a79662">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79662


Comments

No comments written yet.

Please login to write comment.