Color Hex Logo

#a25d16 Color Hex

#A25D16
(162,93,22)
0 Favorites   0 Comments

Color spaces of #a25d16

RGB 1629322
HSL0.080.760.36
HSV30°86°64°
CMYK 0.000.430.86   0.36
XYZ18.959515.56802.7647
Yxy15.56800.50840.4175
Hunter Lab39.456316.724123.4650
CIE-Lab46.402523.169248.8066

#a25d16 color RGB value is (162,93,22).

#a25d16 hex color red value is 162, green value is 93 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a25d16 hue: 0.08 , saturation: 0.76 and the lightness value of a25d16 is 0.36.

The process color (four color CMYK) of #a25d16 color hex is 0.00, 0.43, 0.86, 0.36. Web safe color of #a25d16 is #996600. Color #a25d16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011101 00010110
Octal 242 135 26
Decimal 162 93 22
Hex A2 5D 16

RGB Percentages of Color #a25d16

%58.48
%33.57
%7.94

CMYK Percentages of Color #a25d16

%0
%43
%86
%36

Triadic Colors of #a25d16

#a25d16 #16a25d #5d16a2

Analogous Colors of #a25d16

#a25d16 #a1a216 #a21716

Monochromatic Colors of #a25d16

#a25d16

Complementary Color

#a25d16 #165ba2

#a25d16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25d16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25d16 Color CSS Codes

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

#a25d16 Text Font Color

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

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


#a25d16 Background Color

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

This div background color is #a25d16


#a25d16 Border Color

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

This div border color is #a25d16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25d16


Comments

No comments written yet.

Please login to write comment.