Color Hex Logo

#a3650b Color Hex

#A3650B
(163,101,11)
0 Favorites   0 Comments

Color spaces of #a3650b

RGB 16310111
HSL0.100.870.34
HSV36°93°64°
CMYK 0.000.380.93   0.36
XYZ19.818317.11812.5762
Yxy17.11810.50160.4332
Hunter Lab41.374013.097625.2701
CIE-Lab48.408518.868953.6327

#a3650b color RGB value is (163,101,11).

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

The process color (four color CMYK) of #a3650b color hex is 0.00, 0.38, 0.93, 0.36. Web safe color of #a3650b is #996600. Color #a3650b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100101 00001011
Octal 243 145 13
Decimal 163 101 11
Hex A3 65 B

RGB Percentages of Color #a3650b

%59.27
%36.73
%4.00

CMYK Percentages of Color #a3650b

%0
%38
%93
%36

Triadic Colors of #a3650b

#a3650b #0ba365 #650ba3

Analogous Colors of #a3650b

#a3650b #95a30b #a3190b

Monochromatic Colors of #a3650b

#a3650b

Complementary Color

#a3650b #0b49a3

#a3650b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3650b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3650b Color CSS Codes

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

#a3650b Text Font Color

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

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


#a3650b Background Color

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

This div background color is #a3650b


#a3650b Border Color

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

This div border color is #a3650b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,101,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 #a3650b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3650b


Comments

No comments written yet.

Please login to write comment.