Color Hex Logo

#a73028 Color Hex

#A73028
(167,48,40)
0 Favorites   0 Comments

Color spaces of #a73028

RGB 1674840
HSL0.010.610.41
HSV76°65°
CMYK 0.000.710.76   0.35
XYZ17.376310.48263.1150
Yxy10.48260.56100.3384
Hunter Lab32.376839.139516.9595
CIE-Lab38.695048.022133.1330

#a73028 color RGB value is (167,48,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110000 00101000
Octal 247 60 50
Decimal 167 48 40
Hex A7 30 28

RGB Percentages of Color #a73028

%65.49
%18.82
%15.69

CMYK Percentages of Color #a73028

%0
%71
%76
%35

Triadic Colors of #a73028

#a73028 #28a730 #3028a7

Analogous Colors of #a73028

#a73028 #a77028 #a72860

Monochromatic Colors of #a73028

#a73028

Complementary Color

#a73028 #289fa7

#a73028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73028 Color CSS Codes

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

#a73028 Text Font Color

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

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


#a73028 Background Color

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

This div background color is #a73028


#a73028 Border Color

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

This div border color is #a73028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73028


Comments

No comments written yet.

Please login to write comment.