Color Hex Logo

#a7520f Color Hex

#A7520F
(167,82,15)
0 Favorites   0 Comments

Color spaces of #a7520f

RGB 1678215
HSL0.070.840.36
HSV26°91°65°
CMYK 0.000.510.91   0.35
XYZ19.039914.28462.2056
Yxy14.28460.53590.4020
Hunter Lab37.795023.781422.9965
CIE-Lab44.638331.185950.0293

#a7520f color RGB value is (167,82,15).

#a7520f hex color red value is 167, green value is 82 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #a7520f hue: 0.07 , saturation: 0.84 and the lightness value of a7520f is 0.36.

The process color (four color CMYK) of #a7520f color hex is 0.00, 0.51, 0.91, 0.35. Web safe color of #a7520f is #996600. Color #a7520f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010010 00001111
Octal 247 122 17
Decimal 167 82 15
Hex A7 52 F

RGB Percentages of Color #a7520f

%63.26
%31.06
%5.68

CMYK Percentages of Color #a7520f

%0
%51
%91
%35

Triadic Colors of #a7520f

#a7520f #0fa752 #520fa7

Analogous Colors of #a7520f

#a7520f #a79e0f #a70f18

Monochromatic Colors of #a7520f

#a7520f

Complementary Color

#a7520f #0f64a7

#a7520f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7520f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7520f Color CSS Codes

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

#a7520f Text Font Color

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

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


#a7520f Background Color

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

This div background color is #a7520f


#a7520f Border Color

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

This div border color is #a7520f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,82,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7520f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7520f;
  -webkit-box-shadow: 1px 1px 3px 2px #a7520f;
  box-shadow:         1px 1px 3px 2px #a7520f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,82,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a7520f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7520f


Comments

No comments written yet.

Please login to write comment.