Color Hex Logo

#a25609 Color Hex

#A25609
(162,86,9)
0 Favorites   0 Comments

Color spaces of #a25609

RGB 162869
HSL0.080.890.34
HSV30°94°64°
CMYK 0.000.470.94   0.36
XYZ18.277414.35672.0662
Yxy14.35670.52670.4137
Hunter Lab37.890219.796523.2900
CIE-Lab44.740226.788151.3786

#a25609 color RGB value is (162,86,9).

#a25609 hex color red value is 162, green value is 86 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a25609 hue: 0.08 , saturation: 0.89 and the lightness value of a25609 is 0.34.

The process color (four color CMYK) of #a25609 color hex is 0.00, 0.47, 0.94, 0.36. Web safe color of #a25609 is #996600. Color #a25609 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010110 00001001
Octal 242 126 11
Decimal 162 86 9
Hex A2 56 9

RGB Percentages of Color #a25609

%63.04
%33.46
%3.50

CMYK Percentages of Color #a25609

%0
%47
%94
%36

Triadic Colors of #a25609

#a25609 #09a256 #5609a2

Analogous Colors of #a25609

#a25609 #a2a209 #a20909

Monochromatic Colors of #a25609

#a25609

Complementary Color

#a25609 #0955a2

#a25609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25609 Color CSS Codes

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

#a25609 Text Font Color

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

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


#a25609 Background Color

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

This div background color is #a25609


#a25609 Border Color

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

This div border color is #a25609


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,86,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a25609; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a25609;
  -webkit-box-shadow: 1px 1px 3px 2px #a25609;
  box-shadow:         1px 1px 3px 2px #a25609; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,86,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25609


Comments

No comments written yet.

Please login to write comment.