Color Hex Logo

#a29f6d Color Hex

#A29F6D
(162,159,109)
0 Favorites   0 Comments

Color spaces of #a29f6d

RGB 162159109
HSL0.160.220.53
HSV57°33°64°
CMYK 0.000.020.33   0.36
XYZ30.058733.581819.3657
Yxy33.58180.36210.4046
Hunter Lab57.9498-8.823820.7513
CIE-Lab64.6293-6.885526.5414

#a29f6d color RGB value is (162,159,109).

#a29f6d hex color red value is 162, green value is 159 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a29f6d hue: 0.16 , saturation: 0.22 and the lightness value of a29f6d is 0.53.

The process color (four color CMYK) of #a29f6d color hex is 0.00, 0.02, 0.33, 0.36. Web safe color of #a29f6d is #999966. Color #a29f6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011111 01101101
Octal 242 237 155
Decimal 162 159 109
Hex A2 9F 6D

RGB Percentages of Color #a29f6d

%37.67
%36.98
%25.35

CMYK Percentages of Color #a29f6d

%0
%2
%33
%36

Triadic Colors of #a29f6d

#a29f6d #6da29f #9f6da2

Analogous Colors of #a29f6d

#a29f6d #8ba26d #a2856d

Monochromatic Colors of #a29f6d

#a29f6d

Complementary Color

#a29f6d #6d70a2

#a29f6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29f6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29f6d Color CSS Codes

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

#a29f6d Text Font Color

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

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


#a29f6d Background Color

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

This div background color is #a29f6d


#a29f6d Border Color

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

This div border color is #a29f6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,159,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a29f6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a29f6d;
  -webkit-box-shadow: 1px 1px 3px 2px #a29f6d;
  box-shadow:         1px 1px 3px 2px #a29f6d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,159,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29f6d


Comments

No comments written yet.

Please login to write comment.