Color Hex Logo

#a4650b Color Hex

#A4650B
(164,101,11)
0 Favorites   0 Comments

Color spaces of #a4650b

RGB 16410111
HSL0.100.870.34
HSV35°93°64°
CMYK 0.000.380.93   0.36
XYZ20.023917.22402.5858
Yxy17.22400.50270.4324
Hunter Lab41.501813.495025.3572
CIE-Lab48.541019.319453.7900

#a4650b color RGB value is (164,101,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100101 00001011
Octal 244 145 13
Decimal 164 101 11
Hex A4 65 B

RGB Percentages of Color #a4650b

%59.42
%36.59
%3.99

CMYK Percentages of Color #a4650b

%0
%38
%93
%36

Triadic Colors of #a4650b

#a4650b #0ba465 #650ba4

Analogous Colors of #a4650b

#a4650b #97a40b #a4190b

Monochromatic Colors of #a4650b

#a4650b

Complementary Color

#a4650b #0b4aa4

#a4650b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4650b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4650b Color CSS Codes

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

#a4650b Text Font Color

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

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


#a4650b Background Color

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

This div background color is #a4650b


#a4650b Border Color

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

This div border color is #a4650b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4650b


Comments

No comments written yet.

Please login to write comment.