Color Hex Logo

#a77025 Color Hex

#A77025
(167,112,37)
0 Favorites   0 Comments

Color spaces of #a77025

RGB 16711237
HSL0.100.640.40
HSV35°78°65°
CMYK 0.000.330.78   0.35
XYZ22.064419.93744.4356
Yxy19.93740.47510.4293
Hunter Lab44.651310.065825.3661
CIE-Lab51.766415.198048.0218

#a77025 color RGB value is (167,112,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110000 00100101
Octal 247 160 45
Decimal 167 112 37
Hex A7 70 25

RGB Percentages of Color #a77025

%52.85
%35.44
%11.71

CMYK Percentages of Color #a77025

%0
%33
%78
%35

Triadic Colors of #a77025

#a77025 #25a770 #7025a7

Analogous Colors of #a77025

#a77025 #9da725 #a72f25

Monochromatic Colors of #a77025

#a77025

Complementary Color

#a77025 #255ca7

#a77025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77025 Color CSS Codes

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

#a77025 Text Font Color

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

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


#a77025 Background Color

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

This div background color is #a77025


#a77025 Border Color

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

This div border color is #a77025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77025


Comments

No comments written yet.

Please login to write comment.