Color Hex Logo

#a05816 Color Hex

#A05816
(160,88,22)
0 Favorites   0 Comments

Color spaces of #a05816

RGB 1608822
HSL0.080.760.36
HSV29°86°63°
CMYK 0.000.450.86   0.37
XYZ18.131714.51102.6043
Yxy14.51100.51440.4117
Hunter Lab38.093318.299422.6119
CIE-Lab44.957025.084647.4738

#a05816 color RGB value is (160,88,22).

#a05816 hex color red value is 160, green value is 88 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a05816 hue: 0.08 , saturation: 0.76 and the lightness value of a05816 is 0.36.

The process color (four color CMYK) of #a05816 color hex is 0.00, 0.45, 0.86, 0.37. Web safe color of #a05816 is #996600. Color #a05816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011000 00010110
Octal 240 130 26
Decimal 160 88 22
Hex A0 58 16

RGB Percentages of Color #a05816

%59.26
%32.59
%8.15

CMYK Percentages of Color #a05816

%0
%45
%86
%37

Triadic Colors of #a05816

#a05816 #16a058 #5816a0

Analogous Colors of #a05816

#a05816 #a09d16 #a01619

Monochromatic Colors of #a05816

#a05816

Complementary Color

#a05816 #165ea0

#a05816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05816 Color CSS Codes

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

#a05816 Text Font Color

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

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


#a05816 Background Color

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

This div background color is #a05816


#a05816 Border Color

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

This div border color is #a05816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05816


Comments

No comments written yet.

Please login to write comment.