Color Hex Logo

#a25016 Color Hex

#A25016
(162,80,22)
1 Favorites   0 Comments

Color spaces of #a25016

RGB 1628022
HSL0.070.760.36
HSV25°86°64°
CMYK 0.000.510.86   0.36
XYZ17.913813.47662.4161
Yxy13.47660.52990.3986
Hunter Lab36.710522.860221.7952
CIE-Lab43.472830.324746.3377

#a25016 color RGB value is (162,80,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010000 00010110
Octal 242 120 26
Decimal 162 80 22
Hex A2 50 16

RGB Percentages of Color #a25016

%61.36
%30.30
%8.33

CMYK Percentages of Color #a25016

%0
%51
%86
%36

Triadic Colors of #a25016

#a25016 #16a250 #5016a2

Analogous Colors of #a25016

#a25016 #a29616 #a21622

Monochromatic Colors of #a25016

#a25016

Complementary Color

#a25016 #1668a2

#a25016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25016 Color CSS Codes

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

#a25016 Text Font Color

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

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


#a25016 Background Color

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

This div background color is #a25016


#a25016 Border Color

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

This div border color is #a25016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25016


Comments

No comments written yet.

Please login to write comment.