Color Hex Logo

#a7654a Color Hex

#A7654A
(167,101,74)
0 Favorites   0 Comments

Color spaces of #a7654a

RGB 16710174
HSL0.050.390.47
HSV17°56°65°
CMYK 0.000.400.56   0.35
XYZ21.826118.01738.8059
Yxy18.01730.44860.3704
Hunter Lab42.446817.502717.4126
CIE-Lab49.517123.782826.4701

#a7654a color RGB value is (167,101,74).

#a7654a hex color red value is 167, green value is 101 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a7654a hue: 0.05 , saturation: 0.39 and the lightness value of a7654a is 0.47.

The process color (four color CMYK) of #a7654a color hex is 0.00, 0.40, 0.56, 0.35. Web safe color of #a7654a is #996633. Color #a7654a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100101 01001010
Octal 247 145 112
Decimal 167 101 74
Hex A7 65 4A

RGB Percentages of Color #a7654a

%48.83
%29.53
%21.64

CMYK Percentages of Color #a7654a

%0
%40
%56
%35

Triadic Colors of #a7654a

#a7654a #4aa765 #654aa7

Analogous Colors of #a7654a

#a7654a #a7944a #a74a5d

Monochromatic Colors of #a7654a

#a7654a

Complementary Color

#a7654a #4a8ca7

#a7654a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7654a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7654a Color CSS Codes

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

#a7654a Text Font Color

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

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


#a7654a Background Color

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

This div background color is #a7654a


#a7654a Border Color

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

This div border color is #a7654a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,101,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7654a


Comments

No comments written yet.

Please login to write comment.