Color Hex Logo

#a74828 Color Hex

#A74828
(167,72,40)
0 Favorites   0 Comments

Color spaces of #a74828

RGB 1677240
HSL0.040.610.41
HSV15°76°65°
CMYK 0.000.570.76   0.35
XYZ18.636713.00343.5351
Yxy13.00340.52980.3697
Hunter Lab36.060229.147219.4298
CIE-Lab42.768437.166337.5214

#a74828 color RGB value is (167,72,40).

#a74828 hex color red value is 167, green value is 72 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a74828 hue: 0.04 , saturation: 0.61 and the lightness value of a74828 is 0.41.

The process color (four color CMYK) of #a74828 color hex is 0.00, 0.57, 0.76, 0.35. Web safe color of #a74828 is #993333. Color #a74828 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001000 00101000
Octal 247 110 50
Decimal 167 72 40
Hex A7 48 28

RGB Percentages of Color #a74828

%59.86
%25.81
%14.34

CMYK Percentages of Color #a74828

%0
%57
%76
%35

Triadic Colors of #a74828

#a74828 #28a748 #4828a7

Analogous Colors of #a74828

#a74828 #a78828 #a72848

Monochromatic Colors of #a74828

#a74828

Complementary Color

#a74828 #2887a7

#a74828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74828 Color CSS Codes

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

#a74828 Text Font Color

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

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


#a74828 Background Color

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

This div background color is #a74828


#a74828 Border Color

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

This div border color is #a74828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74828


Comments

No comments written yet.

Please login to write comment.