Color Hex Logo

#a07764 Color Hex

#A07764
(160,119,100)
0 Favorites   0 Comments

Color spaces of #a07764

RGB 160119100
HSL0.050.240.51
HSV19°38°63°
CMYK 0.000.260.38   0.37
XYZ23.394321.587314.9904
Yxy21.58730.39010.3600
Hunter Lab46.46218.568413.3944
CIE-Lab53.586413.407016.7048

#a07764 color RGB value is (160,119,100).

#a07764 hex color red value is 160, green value is 119 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #a07764 hue: 0.05 , saturation: 0.24 and the lightness value of a07764 is 0.51.

The process color (four color CMYK) of #a07764 color hex is 0.00, 0.26, 0.38, 0.37. Web safe color of #a07764 is #996666. Color #a07764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110111 01100100
Octal 240 167 144
Decimal 160 119 100
Hex A0 77 64

RGB Percentages of Color #a07764

%42.22
%31.40
%26.39

CMYK Percentages of Color #a07764

%0
%26
%38
%37

Triadic Colors of #a07764

#a07764 #64a077 #7764a0

Analogous Colors of #a07764

#a07764 #a09564 #a0646f

Monochromatic Colors of #a07764

#a07764

Complementary Color

#a07764 #648da0

#a07764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07764 Color CSS Codes

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

#a07764 Text Font Color

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

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


#a07764 Background Color

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

This div background color is #a07764


#a07764 Border Color

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

This div border color is #a07764


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,119,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a07764; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a07764;
  -webkit-box-shadow: 1px 1px 3px 2px #a07764;
  box-shadow:         1px 1px 3px 2px #a07764; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,119,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07764


Comments

No comments written yet.

Please login to write comment.