Color Hex Logo

#a56816 Color Hex

#A56816
(165,104,22)
0 Favorites   0 Comments

Color spaces of #a56816

RGB 16510422
HSL0.100.760.37
HSV34°87°65°
CMYK 0.000.370.87   0.35
XYZ20.612217.95793.1389
Yxy17.95790.49420.4306
Hunter Lab42.376812.663725.2720
CIE-Lab49.445018.308651.5115

#a56816 color RGB value is (165,104,22).

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

The process color (four color CMYK) of #a56816 color hex is 0.00, 0.37, 0.87, 0.35. Web safe color of #a56816 is #996600. Color #a56816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101000 00010110
Octal 245 150 26
Decimal 165 104 22
Hex A5 68 16

RGB Percentages of Color #a56816

%56.70
%35.74
%7.56

CMYK Percentages of Color #a56816

%0
%37
%87
%35

Triadic Colors of #a56816

#a56816 #16a568 #6816a5

Analogous Colors of #a56816

#a56816 #9ba516 #a52016

Monochromatic Colors of #a56816

#a56816

Complementary Color

#a56816 #1653a5

#a56816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56816 Color CSS Codes

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

#a56816 Text Font Color

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

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


#a56816 Background Color

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

This div background color is #a56816


#a56816 Border Color

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

This div border color is #a56816


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,104,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 #a56816">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56816


Comments

No comments written yet.

Please login to write comment.