Color Hex Logo

#a29463 Color Hex

#A29463
(162,148,99)
0 Favorites   0 Comments

Color spaces of #a29463

RGB 16214899
HSL0.130.250.51
HSV47°39°64°
CMYK 0.000.090.39   0.36
XYZ27.742329.762016.0869
Yxy29.76200.37700.4044
Hunter Lab54.5546-4.699020.7049
CIE-Lab61.4483-2.160127.8010

#a29463 color RGB value is (162,148,99).

#a29463 hex color red value is 162, green value is 148 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a29463 hue: 0.13 , saturation: 0.25 and the lightness value of a29463 is 0.51.

The process color (four color CMYK) of #a29463 color hex is 0.00, 0.09, 0.39, 0.36. Web safe color of #a29463 is #999966. Color #a29463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010100 01100011
Octal 242 224 143
Decimal 162 148 99
Hex A2 94 63

RGB Percentages of Color #a29463

%39.61
%36.19
%24.21

CMYK Percentages of Color #a29463

%0
%9
%39
%36

Triadic Colors of #a29463

#a29463 #63a294 #9463a2

Analogous Colors of #a29463

#a29463 #91a263 #a27563

Monochromatic Colors of #a29463

#a29463

Complementary Color

#a29463 #6371a2

#a29463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29463 Color CSS Codes

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

#a29463 Text Font Color

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

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


#a29463 Background Color

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

This div background color is #a29463


#a29463 Border Color

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

This div border color is #a29463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29463


Comments

No comments written yet.

Please login to write comment.