Color Hex Logo

#a8674d Color Hex

#A8674D
(168,103,77)
0 Favorites   0 Comments

Color spaces of #a8674d

RGB 16810377
HSL0.050.370.48
HSV17°54°66°
CMYK 0.000.390.54   0.34
XYZ22.338318.56119.4265
Yxy18.56110.44390.3688
Hunter Lab43.082617.157617.1851
CIE-Lab50.169723.346425.6094

#a8674d color RGB value is (168,103,77).

#a8674d hex color red value is 168, green value is 103 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a8674d hue: 0.05 , saturation: 0.37 and the lightness value of a8674d is 0.48.

The process color (four color CMYK) of #a8674d color hex is 0.00, 0.39, 0.54, 0.34. Web safe color of #a8674d is #996666. Color #a8674d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100111 01001101
Octal 250 147 115
Decimal 168 103 77
Hex A8 67 4D

RGB Percentages of Color #a8674d

%48.28
%29.60
%22.13

CMYK Percentages of Color #a8674d

%0
%39
%54
%34

Triadic Colors of #a8674d

#a8674d #4da867 #674da8

Analogous Colors of #a8674d

#a8674d #a8954d #a84d60

Monochromatic Colors of #a8674d

#a8674d

Complementary Color

#a8674d #4d8ea8

#a8674d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8674d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8674d Color CSS Codes

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

#a8674d Text Font Color

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

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


#a8674d Background Color

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

This div background color is #a8674d


#a8674d Border Color

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

This div border color is #a8674d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,103,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8674d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8674d;
  -webkit-box-shadow: 1px 1px 3px 2px #a8674d;
  box-shadow:         1px 1px 3px 2px #a8674d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,103,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8674d


Comments

No comments written yet.

Please login to write comment.