Color Hex Logo

#a59816 Color Hex

#A59816
(165,152,22)
0 Favorites   0 Comments

Color spaces of #a59816

RGB 16515222
HSL0.150.760.37
HSV55°87°65°
CMYK 0.000.080.87   0.35
XYZ26.890130.51375.2315
Yxy30.51370.42930.4872
Hunter Lab55.2392-9.775933.0523
CIE-Lab62.0949-8.378861.9379

#a59816 color RGB value is (165,152,22).

#a59816 hex color red value is 165, green value is 152 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a59816 hue: 0.15 , saturation: 0.76 and the lightness value of a59816 is 0.37.

The process color (four color CMYK) of #a59816 color hex is 0.00, 0.08, 0.87, 0.35. Web safe color of #a59816 is #999900. Color #a59816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011000 00010110
Octal 245 230 26
Decimal 165 152 22
Hex A5 98 16

RGB Percentages of Color #a59816

%48.67
%44.84
%6.49

CMYK Percentages of Color #a59816

%0
%8
%87
%35

Triadic Colors of #a59816

#a59816 #16a598 #9816a5

Analogous Colors of #a59816

#a59816 #6ba516 #a55016

Monochromatic Colors of #a59816

#a59816

Complementary Color

#a59816 #1623a5

#a59816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59816 Color CSS Codes

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

#a59816 Text Font Color

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

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


#a59816 Background Color

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

This div background color is #a59816


#a59816 Border Color

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

This div border color is #a59816


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,152,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a59816; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a59816;
  -webkit-box-shadow: 1px 1px 3px 2px #a59816;
  box-shadow:         1px 1px 3px 2px #a59816; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,152,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59816


Comments

No comments written yet.

Please login to write comment.