Color Hex Logo

#a1763b Color Hex

#A1763B
(161,118,59)
0 Favorites   0 Comments

Color spaces of #a1763b

RGB 16111859
HSL0.100.460.43
HSV35°63°63°
CMYK 0.000.270.63   0.37
XYZ21.965820.84977.0043
Yxy20.84970.44090.4185
Hunter Lab45.66155.961222.8682
CIE-Lab52.784610.350638.4574

#a1763b color RGB value is (161,118,59).

#a1763b hex color red value is 161, green value is 118 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a1763b hue: 0.10 , saturation: 0.46 and the lightness value of a1763b is 0.43.

The process color (four color CMYK) of #a1763b color hex is 0.00, 0.27, 0.63, 0.37. Web safe color of #a1763b is #996633. Color #a1763b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110110 00111011
Octal 241 166 73
Decimal 161 118 59
Hex A1 76 3B

RGB Percentages of Color #a1763b

%47.63
%34.91
%17.46

CMYK Percentages of Color #a1763b

%0
%27
%63
%37

Triadic Colors of #a1763b

#a1763b #3ba176 #763ba1

Analogous Colors of #a1763b

#a1763b #99a13b #a1433b

Monochromatic Colors of #a1763b

#a1763b

Complementary Color

#a1763b #3b66a1

#a1763b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1763b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1763b Color CSS Codes

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

#a1763b Text Font Color

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

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


#a1763b Background Color

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

This div background color is #a1763b


#a1763b Border Color

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

This div border color is #a1763b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,118,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1763b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1763b;
  -webkit-box-shadow: 1px 1px 3px 2px #a1763b;
  box-shadow:         1px 1px 3px 2px #a1763b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,118,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1763b


Comments

No comments written yet.

Please login to write comment.