Color Hex Logo

#a74201 Color Hex

#A74201
(167,66,1)
0 Favorites   0 Comments

Color spaces of #a74201

RGB 167661
HSL0.070.990.33
HSV23°99°65°
CMYK 0.000.600.99   0.35
XYZ17.890012.11411.4241
Yxy12.11410.56920.3855
Hunter Lab34.805330.840021.9378
CIE-Lab41.396939.145451.8382

#a74201 color RGB value is (167,66,1).

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

The process color (four color CMYK) of #a74201 color hex is 0.00, 0.60, 0.99, 0.35. Web safe color of #a74201 is #993300. Color #a74201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000010 00000001
Octal 247 102 1
Decimal 167 66 1
Hex A7 42 1

RGB Percentages of Color #a74201

%71.37
%28.21
%0.43

CMYK Percentages of Color #a74201

%0
%60
%99
%35

Triadic Colors of #a74201

#a74201 #01a742 #4201a7

Analogous Colors of #a74201

#a74201 #a79501 #a70113

Monochromatic Colors of #a74201

#a74201

Complementary Color

#a74201 #0166a7

#a74201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74201 Color CSS Codes

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

#a74201 Text Font Color

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

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


#a74201 Background Color

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

This div background color is #a74201


#a74201 Border Color

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

This div border color is #a74201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74201


Comments

No comments written yet.

Please login to write comment.