Color Hex Logo

#a07739 Color Hex

#A07739
(160,119,57)
0 Favorites   0 Comments

Color spaces of #a07739

RGB 16011957
HSL0.100.470.43
HSV36°64°63°
CMYK 0.000.260.64   0.37
XYZ21.832520.96266.7664
Yxy20.96260.44050.4230
Hunter Lab45.78494.993923.2872
CIE-Lab52.90859.194439.5889

#a07739 color RGB value is (160,119,57).

#a07739 hex color red value is 160, green value is 119 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #a07739 hue: 0.10 , saturation: 0.47 and the lightness value of a07739 is 0.43.

The process color (four color CMYK) of #a07739 color hex is 0.00, 0.26, 0.64, 0.37. Web safe color of #a07739 is #996633. Color #a07739 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110111 00111001
Octal 240 167 71
Decimal 160 119 57
Hex A0 77 39

RGB Percentages of Color #a07739

%47.62
%35.42
%16.96

CMYK Percentages of Color #a07739

%0
%26
%64
%37

Triadic Colors of #a07739

#a07739 #39a077 #7739a0

Analogous Colors of #a07739

#a07739 #96a039 #a04439

Monochromatic Colors of #a07739

#a07739

Complementary Color

#a07739 #3962a0

#a07739 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07739 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07739 Color CSS Codes

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

#a07739 Text Font Color

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

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


#a07739 Background Color

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

This div background color is #a07739


#a07739 Border Color

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

This div border color is #a07739


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07739


Comments

No comments written yet.

Please login to write comment.