Color Hex Logo

#a29650 Color Hex

#A29650
(162,150,80)
0 Favorites   0 Comments

Color spaces of #a29650

RGB 16215080
HSL0.140.340.47
HSV51°51°64°
CMYK 0.000.070.51   0.36
XYZ27.254630.073311.9577
Yxy30.07330.39340.4340
Hunter Lab54.8391-7.255425.4592
CIE-Lab61.7174-5.275138.2190

#a29650 color RGB value is (162,150,80).

#a29650 hex color red value is 162, green value is 150 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a29650 hue: 0.14 , saturation: 0.34 and the lightness value of a29650 is 0.47.

The process color (four color CMYK) of #a29650 color hex is 0.00, 0.07, 0.51, 0.36. Web safe color of #a29650 is #999966. Color #a29650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010110 01010000
Octal 242 226 120
Decimal 162 150 80
Hex A2 96 50

RGB Percentages of Color #a29650

%41.33
%38.27
%20.41

CMYK Percentages of Color #a29650

%0
%7
%51
%36

Triadic Colors of #a29650

#a29650 #50a296 #9650a2

Analogous Colors of #a29650

#a29650 #85a250 #a26d50

Monochromatic Colors of #a29650

#a29650

Complementary Color

#a29650 #505ca2

#a29650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29650 Color CSS Codes

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

#a29650 Text Font Color

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

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


#a29650 Background Color

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

This div background color is #a29650


#a29650 Border Color

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

This div border color is #a29650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29650


Comments

No comments written yet.

Please login to write comment.