Color Hex Logo

#a06a25 Color Hex

#A06A25
(160,106,37)
0 Favorites   0 Comments

Color spaces of #a06a25

RGB 16010637
HSL0.090.620.39
HSV34°77°63°
CMYK 0.000.340.77   0.37
XYZ19.985217.91524.1549
Yxy17.91520.47520.4260
Hunter Lab42.326410.211123.8083
CIE-Lab49.393115.455045.4134

#a06a25 color RGB value is (160,106,37).

#a06a25 hex color red value is 160, green value is 106 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a06a25 hue: 0.09 , saturation: 0.62 and the lightness value of a06a25 is 0.39.

The process color (four color CMYK) of #a06a25 color hex is 0.00, 0.34, 0.77, 0.37. Web safe color of #a06a25 is #996633. Color #a06a25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101010 00100101
Octal 240 152 45
Decimal 160 106 37
Hex A0 6A 25

RGB Percentages of Color #a06a25

%52.81
%34.98
%12.21

CMYK Percentages of Color #a06a25

%0
%34
%77
%37

Triadic Colors of #a06a25

#a06a25 #25a06a #6a25a0

Analogous Colors of #a06a25

#a06a25 #99a025 #a02d25

Monochromatic Colors of #a06a25

#a06a25

Complementary Color

#a06a25 #255ba0

#a06a25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06a25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06a25 Color CSS Codes

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

#a06a25 Text Font Color

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

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


#a06a25 Background Color

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

This div background color is #a06a25


#a06a25 Border Color

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

This div border color is #a06a25


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,106,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06a25


Comments

No comments written yet.

Please login to write comment.