Color Hex Logo

#a4655b Color Hex

#A4655B
(164,101,91)
0 Favorites   0 Comments

Color spaces of #a4655b

RGB 16410191
HSL0.020.290.50
HSV45°64°
CMYK 0.000.380.45   0.36
XYZ21.851817.955212.2115
Yxy17.95520.42010.3452
Hunter Lab42.373617.897612.5749
CIE-Lab49.441724.227816.3811

#a4655b color RGB value is (164,101,91).

#a4655b hex color red value is 164, green value is 101 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #a4655b hue: 0.02 , saturation: 0.29 and the lightness value of a4655b is 0.50.

The process color (four color CMYK) of #a4655b color hex is 0.00, 0.38, 0.45, 0.36. Web safe color of #a4655b is #996666. Color #a4655b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100101 01011011
Octal 244 145 133
Decimal 164 101 91
Hex A4 65 5B

RGB Percentages of Color #a4655b

%46.07
%28.37
%25.56

CMYK Percentages of Color #a4655b

%0
%38
%45
%36

Triadic Colors of #a4655b

#a4655b #5ba465 #655ba4

Analogous Colors of #a4655b

#a4655b #a48a5b #a45b76

Monochromatic Colors of #a4655b

#a4655b

Complementary Color

#a4655b #5b9aa4

#a4655b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4655b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4655b Color CSS Codes

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

#a4655b Text Font Color

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

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


#a4655b Background Color

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

This div background color is #a4655b


#a4655b Border Color

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

This div border color is #a4655b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,101,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4655b


Comments

No comments written yet.

Please login to write comment.