Color Hex Logo

#a76001 Color Hex

#A76001
(167,96,1)
0 Favorites   0 Comments

Color spaces of #a76001

RGB 167961
HSL0.100.990.33
HSV34°99°65°
CMYK 0.000.430.99   0.35
XYZ20.124716.58342.1689
Yxy16.58340.51770.4266
Hunter Lab40.722716.947925.3481
CIE-Lab47.730823.310355.6652

#a76001 color RGB value is (167,96,1).

#a76001 hex color red value is 167, green value is 96 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #a76001 hue: 0.10 , saturation: 0.99 and the lightness value of a76001 is 0.33.

The process color (four color CMYK) of #a76001 color hex is 0.00, 0.43, 0.99, 0.35. Web safe color of #a76001 is #996600. Color #a76001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100000 00000001
Octal 247 140 1
Decimal 167 96 1
Hex A7 60 1

RGB Percentages of Color #a76001

%63.26
%36.36
%0.38

CMYK Percentages of Color #a76001

%0
%43
%99
%35

Triadic Colors of #a76001

#a76001 #01a760 #6001a7

Analogous Colors of #a76001

#a76001 #9ba701 #a70d01

Monochromatic Colors of #a76001

#a76001

Complementary Color

#a76001 #0148a7

#a76001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76001 Color CSS Codes

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

#a76001 Text Font Color

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

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


#a76001 Background Color

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

This div background color is #a76001


#a76001 Border Color

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

This div border color is #a76001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76001


Comments

No comments written yet.

Please login to write comment.