Color Hex Logo

#a64d4a Color Hex

#A64D4A
(166,77,74)
0 Favorites   0 Comments

Color spaces of #a64d4a

RGB 1667774
HSL0.010.380.47
HSV55°65°
CMYK 0.000.540.55   0.35
XYZ19.615813.90928.1294
Yxy13.90920.47090.3339
Hunter Lab37.295028.618013.1828
CIE-Lab44.102436.416319.4086

#a64d4a color RGB value is (166,77,74).

#a64d4a hex color red value is 166, green value is 77 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a64d4a hue: 0.01 , saturation: 0.38 and the lightness value of a64d4a is 0.47.

The process color (four color CMYK) of #a64d4a color hex is 0.00, 0.54, 0.55, 0.35. Web safe color of #a64d4a is #996633. Color #a64d4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001101 01001010
Octal 246 115 112
Decimal 166 77 74
Hex A6 4D 4A

RGB Percentages of Color #a64d4a

%52.37
%24.29
%23.34

CMYK Percentages of Color #a64d4a

%0
%54
%55
%35

Triadic Colors of #a64d4a

#a64d4a #4aa64d #4d4aa6

Analogous Colors of #a64d4a

#a64d4a #a67b4a #a64a75

Monochromatic Colors of #a64d4a

#a64d4a

Complementary Color

#a64d4a #4aa3a6

#a64d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64d4a Color CSS Codes

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

#a64d4a Text Font Color

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

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


#a64d4a Background Color

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

This div background color is #a64d4a


#a64d4a Border Color

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

This div border color is #a64d4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64d4a


Comments

No comments written yet.

Please login to write comment.