Color Hex Logo

#a02716 Color Hex

#A02716
(160,39,22)
0 Favorites   0 Comments

Color spaces of #a02716

RGB 1603922
HSL0.020.760.36
HSV86°63°
CMYK 0.000.760.86   0.37
XYZ15.36758.98251.6829
Yxy8.98250.59030.3450
Hunter Lab29.970839.076717.6504
CIE-Lab35.950648.465439.7508

#a02716 color RGB value is (160,39,22).

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

The process color (four color CMYK) of #a02716 color hex is 0.00, 0.76, 0.86, 0.37. Web safe color of #a02716 is #993300. Color #a02716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100111 00010110
Octal 240 47 26
Decimal 160 39 22
Hex A0 27 16

RGB Percentages of Color #a02716

%72.40
%17.65
%9.95

CMYK Percentages of Color #a02716

%0
%76
%86
%37

Triadic Colors of #a02716

#a02716 #16a027 #2716a0

Analogous Colors of #a02716

#a02716 #a06c16 #a0164a

Monochromatic Colors of #a02716

#a02716

Complementary Color

#a02716 #168fa0

#a02716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02716 Color CSS Codes

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

#a02716 Text Font Color

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

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


#a02716 Background Color

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

This div background color is #a02716


#a02716 Border Color

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

This div border color is #a02716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02716


Comments

No comments written yet.

Please login to write comment.