Color Hex Logo

#a0770b Color Hex

#A0770B
(160,119,11)
0 Favorites   0 Comments

Color spaces of #a0770b

RGB 16011911
HSL0.120.870.34
HSV43°93°63°
CMYK 0.000.260.93   0.37
XYZ21.154420.69143.1955
Yxy20.69140.46970.4594
Hunter Lab45.48783.408927.6764
CIE-Lab52.61017.277256.6021

#a0770b color RGB value is (160,119,11).

#a0770b hex color red value is 160, green value is 119 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #a0770b hue: 0.12 , saturation: 0.87 and the lightness value of a0770b is 0.34.

The process color (four color CMYK) of #a0770b color hex is 0.00, 0.26, 0.93, 0.37. Web safe color of #a0770b is #996600. Color #a0770b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110111 00001011
Octal 240 167 13
Decimal 160 119 11
Hex A0 77 B

RGB Percentages of Color #a0770b

%55.17
%41.03
%3.79

CMYK Percentages of Color #a0770b

%0
%26
%93
%37

Triadic Colors of #a0770b

#a0770b #0ba077 #770ba0

Analogous Colors of #a0770b

#a0770b #7fa00b #a02c0b

Monochromatic Colors of #a0770b

#a0770b

Complementary Color

#a0770b #0b34a0

#a0770b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0770b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0770b Color CSS Codes

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

#a0770b Text Font Color

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

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


#a0770b Background Color

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

This div background color is #a0770b


#a0770b Border Color

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

This div border color is #a0770b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0770b


Comments

No comments written yet.

Please login to write comment.