Color Hex Logo

#a76518 Color Hex

#A76518
(167,101,24)
0 Favorites   0 Comments

Color spaces of #a76518

RGB 16710124
HSL0.090.750.37
HSV32°86°65°
CMYK 0.000.400.86   0.35
XYZ20.754917.58883.1652
Yxy17.58880.50000.4237
Hunter Lab41.939014.943424.8826
CIE-Lab48.993520.946350.5622

#a76518 color RGB value is (167,101,24).

#a76518 hex color red value is 167, green value is 101 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #a76518 hue: 0.09 , saturation: 0.75 and the lightness value of a76518 is 0.37.

The process color (four color CMYK) of #a76518 color hex is 0.00, 0.40, 0.86, 0.35. Web safe color of #a76518 is #996600. Color #a76518 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100101 00011000
Octal 247 145 30
Decimal 167 101 24
Hex A7 65 18

RGB Percentages of Color #a76518

%57.19
%34.59
%8.22

CMYK Percentages of Color #a76518

%0
%40
%86
%35

Triadic Colors of #a76518

#a76518 #18a765 #6518a7

Analogous Colors of #a76518

#a76518 #a2a718 #a71d18

Monochromatic Colors of #a76518

#a76518

Complementary Color

#a76518 #185aa7

#a76518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76518 Color CSS Codes

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

#a76518 Text Font Color

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

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


#a76518 Background Color

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

This div background color is #a76518


#a76518 Border Color

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

This div border color is #a76518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76518


Comments

No comments written yet.

Please login to write comment.