Color Hex Logo

#a46210 Color Hex

#A46210
(164,98,16)
0 Favorites   0 Comments

Color spaces of #a46210

RGB 1649816
HSL0.090.820.35
HSV33°90°64°
CMYK 0.000.400.90   0.36
XYZ19.771116.66532.6649
Yxy16.66530.50560.4262
Hunter Lab40.823215.009024.7058
CIE-Lab47.835521.103151.9932

#a46210 color RGB value is (164,98,16).

#a46210 hex color red value is 164, green value is 98 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #a46210 hue: 0.09 , saturation: 0.82 and the lightness value of a46210 is 0.35.

The process color (four color CMYK) of #a46210 color hex is 0.00, 0.40, 0.90, 0.36. Web safe color of #a46210 is #996600. Color #a46210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100010 00010000
Octal 244 142 20
Decimal 164 98 16
Hex A4 62 10

RGB Percentages of Color #a46210

%58.99
%35.25
%5.76

CMYK Percentages of Color #a46210

%0
%40
%90
%36

Triadic Colors of #a46210

#a46210 #10a462 #6210a4

Analogous Colors of #a46210

#a46210 #9ca410 #a41810

Monochromatic Colors of #a46210

#a46210

Complementary Color

#a46210 #1052a4

#a46210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46210 Color CSS Codes

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

#a46210 Text Font Color

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

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


#a46210 Background Color

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

This div background color is #a46210


#a46210 Border Color

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

This div border color is #a46210


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,98,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46210


Comments

No comments written yet.

Please login to write comment.