Color Hex Logo

#a4474b Color Hex

#A4474B
(164,71,75)
0 Favorites   0 Comments

Color spaces of #a4474b

RGB 1647175
HSL0.990.400.46
HSV357°57°64°
CMYK 0.000.570.54   0.36
XYZ18.833112.90708.1553
Yxy12.90700.47210.3235
Hunter Lab35.926330.701311.6895
CIE-Lab42.622838.810616.7681

#a4474b color RGB value is (164,71,75).

#a4474b hex color red value is 164, green value is 71 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a4474b hue: 0.99 , saturation: 0.40 and the lightness value of a4474b is 0.46.

The process color (four color CMYK) of #a4474b color hex is 0.00, 0.57, 0.54, 0.36. Web safe color of #a4474b is #993333. Color #a4474b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000111 01001011
Octal 244 107 113
Decimal 164 71 75
Hex A4 47 4B

RGB Percentages of Color #a4474b

%52.90
%22.90
%24.19

CMYK Percentages of Color #a4474b

%0
%57
%54
%36

Triadic Colors of #a4474b

#a4474b #4ba447 #474ba4

Analogous Colors of #a4474b

#a4474b #a47247 #a4477a

Monochromatic Colors of #a4474b

#a4474b

Complementary Color

#a4474b #47a4a0

#a4474b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4474b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4474b Color CSS Codes

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

#a4474b Text Font Color

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

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


#a4474b Background Color

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

This div background color is #a4474b


#a4474b Border Color

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

This div border color is #a4474b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4474b


Comments

No comments written yet.

Please login to write comment.