Color Hex Logo

#a07816 Color Hex

#A07816
(160,120,22)
0 Favorites   0 Comments

Color spaces of #a07816

RGB 16012022
HSL0.120.760.36
HSV43°86°63°
CMYK 0.000.250.86   0.37
XYZ21.358520.96453.6799
Yxy20.96450.46430.4557
Hunter Lab45.78703.138527.2858
CIE-Lab52.91066.953254.1485

#a07816 color RGB value is (160,120,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111000 00010110
Octal 240 170 26
Decimal 160 120 22
Hex A0 78 16

RGB Percentages of Color #a07816

%52.98
%39.74
%7.28

CMYK Percentages of Color #a07816

%0
%25
%86
%37

Triadic Colors of #a07816

#a07816 #16a078 #7816a0

Analogous Colors of #a07816

#a07816 #83a016 #a03316

Monochromatic Colors of #a07816

#a07816

Complementary Color

#a07816 #163ea0

#a07816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07816 Color CSS Codes

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

#a07816 Text Font Color

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

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


#a07816 Background Color

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

This div background color is #a07816


#a07816 Border Color

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

This div border color is #a07816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07816


Comments

No comments written yet.

Please login to write comment.