Color Hex Logo

#a74f05 Color Hex

#A74F05
(167,79,5)
1 Favorites   0 Comments

Color spaces of #a74f05

RGB 167795
HSL0.080.940.34
HSV27°97°65°
CMYK 0.000.530.97   0.35
XYZ18.759713.81841.8221
Yxy13.81840.54530.4017
Hunter Lab37.173125.028523.1150
CIE-Lab43.971432.618652.2424

#a74f05 color RGB value is (167,79,5).

#a74f05 hex color red value is 167, green value is 79 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #a74f05 hue: 0.08 , saturation: 0.94 and the lightness value of a74f05 is 0.34.

The process color (four color CMYK) of #a74f05 color hex is 0.00, 0.53, 0.97, 0.35. Web safe color of #a74f05 is #996600. Color #a74f05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001111 00000101
Octal 247 117 5
Decimal 167 79 5
Hex A7 4F 5

RGB Percentages of Color #a74f05

%66.53
%31.47
%1.99

CMYK Percentages of Color #a74f05

%0
%53
%97
%35

Triadic Colors of #a74f05

#a74f05 #05a74f #4f05a7

Analogous Colors of #a74f05

#a74f05 #a7a005 #a7050c

Monochromatic Colors of #a74f05

#a74f05

Complementary Color

#a74f05 #055da7

#a74f05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74f05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74f05 Color CSS Codes

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

#a74f05 Text Font Color

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

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


#a74f05 Background Color

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

This div background color is #a74f05


#a74f05 Border Color

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

This div border color is #a74f05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74f05


Comments

No comments written yet.

Please login to write comment.