Color Hex Logo

#a29719 Color Hex

#A29719
(162,151,25)
0 Favorites   0 Comments

Color spaces of #a29719

RGB 16215125
HSL0.150.730.37
HSV55°85°64°
CMYK 0.000.070.85   0.36
XYZ26.142429.88485.3102
Yxy29.88480.42620.4872
Hunter Lab54.6670-10.306432.5076
CIE-Lab61.5547-9.121160.6437

#a29719 color RGB value is (162,151,25).

#a29719 hex color red value is 162, green value is 151 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a29719 hue: 0.15 , saturation: 0.73 and the lightness value of a29719 is 0.37.

The process color (four color CMYK) of #a29719 color hex is 0.00, 0.07, 0.85, 0.36. Web safe color of #a29719 is #999900. Color #a29719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010111 00011001
Octal 242 227 31
Decimal 162 151 25
Hex A2 97 19

RGB Percentages of Color #a29719

%47.93
%44.67
%7.40

CMYK Percentages of Color #a29719

%0
%7
%85
%36

Triadic Colors of #a29719

#a29719 #19a297 #9719a2

Analogous Colors of #a29719

#a29719 #69a219 #a25319

Monochromatic Colors of #a29719

#a29719

Complementary Color

#a29719 #1924a2

#a29719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29719 Color CSS Codes

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

#a29719 Text Font Color

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

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


#a29719 Background Color

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

This div background color is #a29719


#a29719 Border Color

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

This div border color is #a29719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29719


Comments

No comments written yet.

Please login to write comment.