Color Hex Logo

#a74a4b Color Hex

#A74A4B
(167,74,75)
0 Favorites   0 Comments

Color spaces of #a74a4b

RGB 1677475
HSL1.000.390.47
HSV359°56°65°
CMYK 0.000.560.55   0.35
XYZ19.655113.62108.2498
Yxy13.62100.47330.3280
Hunter Lab36.906630.475812.5815
CIE-Lab43.684438.415318.2742

#a74a4b color RGB value is (167,74,75).

#a74a4b hex color red value is 167, green value is 74 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a74a4b hue: 1.00 , saturation: 0.39 and the lightness value of a74a4b is 0.47.

The process color (four color CMYK) of #a74a4b color hex is 0.00, 0.56, 0.55, 0.35. Web safe color of #a74a4b is #993333. Color #a74a4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001010 01001011
Octal 247 112 113
Decimal 167 74 75
Hex A7 4A 4B

RGB Percentages of Color #a74a4b

%52.85
%23.42
%23.73

CMYK Percentages of Color #a74a4b

%0
%56
%55
%35

Triadic Colors of #a74a4b

#a74a4b #4ba74a #4a4ba7

Analogous Colors of #a74a4b

#a74a4b #a7784a #a74a7a

Monochromatic Colors of #a74a4b

#a74a4b

Complementary Color

#a74a4b #4aa7a6

#a74a4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74a4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74a4b Color CSS Codes

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

#a74a4b Text Font Color

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

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


#a74a4b Background Color

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

This div background color is #a74a4b


#a74a4b Border Color

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

This div border color is #a74a4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74a4b


Comments

No comments written yet.

Please login to write comment.