Color Hex Logo

#a97025 Color Hex

#A97025
(169,112,37)
0 Favorites   0 Comments

Color spaces of #a97025

RGB 16911237
HSL0.090.640.40
HSV34°78°66°
CMYK 0.000.340.78   0.34
XYZ22.490320.15694.4556
Yxy20.15690.47750.4279
Hunter Lab44.896410.848525.5435
CIE-Lab52.014116.094548.3457

#a97025 color RGB value is (169,112,37).

#a97025 hex color red value is 169, green value is 112 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #a97025 hue: 0.09 , saturation: 0.64 and the lightness value of a97025 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110000 00100101
Octal 251 160 45
Decimal 169 112 37
Hex A9 70 25

RGB Percentages of Color #a97025

%53.14
%35.22
%11.64

CMYK Percentages of Color #a97025

%0
%34
%78
%34

Triadic Colors of #a97025

#a97025 #25a970 #7025a9

Analogous Colors of #a97025

#a97025 #a0a925 #a92e25

Monochromatic Colors of #a97025

#a97025

Complementary Color

#a97025 #255ea9

#a97025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97025 Color CSS Codes

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

#a97025 Text Font Color

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

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


#a97025 Background Color

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

This div background color is #a97025


#a97025 Border Color

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

This div border color is #a97025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97025


Comments

No comments written yet.

Please login to write comment.