Color Hex Logo

#a08216 Color Hex

#A08216
(160,130,22)
0 Favorites   0 Comments

Color spaces of #a08216

RGB 16013022
HSL0.130.760.36
HSV47°86°63°
CMYK 0.000.190.86   0.37
XYZ22.624723.49684.1019
Yxy23.49680.45050.4678
Hunter Lab48.4735-1.514928.9142
CIE-Lab55.58041.337556.3687

#a08216 color RGB value is (160,130,22).

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

The process color (four color CMYK) of #a08216 color hex is 0.00, 0.19, 0.86, 0.37. Web safe color of #a08216 is #999900. Color #a08216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000010 00010110
Octal 240 202 26
Decimal 160 130 22
Hex A0 82 16

RGB Percentages of Color #a08216

%51.28
%41.67
%7.05

CMYK Percentages of Color #a08216

%0
%19
%86
%37

Triadic Colors of #a08216

#a08216 #16a082 #8216a0

Analogous Colors of #a08216

#a08216 #79a016 #a03d16

Monochromatic Colors of #a08216

#a08216

Complementary Color

#a08216 #1634a0

#a08216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08216 Color CSS Codes

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

#a08216 Text Font Color

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

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


#a08216 Background Color

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

This div background color is #a08216


#a08216 Border Color

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

This div border color is #a08216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08216


Comments

No comments written yet.

Please login to write comment.