Color Hex Logo

#a06210 Color Hex

#A06210
(160,98,16)
0 Favorites   0 Comments

Color spaces of #a06210

RGB 1609816
HSL0.090.820.35
HSV34°90°63°
CMYK 0.000.390.90   0.37
XYZ18.958416.24642.6269
Yxy16.24640.50110.4294
Hunter Lab40.306813.420924.3507
CIE-Lab47.296119.312051.3405

#a06210 color RGB value is (160,98,16).

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

The process color (four color CMYK) of #a06210 color hex is 0.00, 0.39, 0.90, 0.37. Web safe color of #a06210 is #996600. Color #a06210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100010 00010000
Octal 240 142 20
Decimal 160 98 16
Hex A0 62 10

RGB Percentages of Color #a06210

%58.39
%35.77
%5.84

CMYK Percentages of Color #a06210

%0
%39
%90
%37

Triadic Colors of #a06210

#a06210 #10a062 #6210a0

Analogous Colors of #a06210

#a06210 #96a010 #a01a10

Monochromatic Colors of #a06210

#a06210

Complementary Color

#a06210 #104ea0

#a06210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06210 Color CSS Codes

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

#a06210 Text Font Color

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

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


#a06210 Background Color

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

This div background color is #a06210


#a06210 Border Color

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

This div border color is #a06210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06210


Comments

No comments written yet.

Please login to write comment.