Color Hex Logo

#a8674a Color Hex

#A8674A
(168,103,74)
0 Favorites   0 Comments

Color spaces of #a8674a

RGB 16810374
HSL0.050.390.47
HSV19°56°66°
CMYK 0.000.390.56   0.34
XYZ22.234718.51978.8813
Yxy18.51970.44800.3731
Hunter Lab43.034516.915417.8881
CIE-Lab50.120523.080927.2643

#a8674a color RGB value is (168,103,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100111 01001010
Octal 250 147 112
Decimal 168 103 74
Hex A8 67 4A

RGB Percentages of Color #a8674a

%48.70
%29.86
%21.45

CMYK Percentages of Color #a8674a

%0
%39
%56
%34

Triadic Colors of #a8674a

#a8674a #4aa867 #674aa8

Analogous Colors of #a8674a

#a8674a #a8964a #a84a5c

Monochromatic Colors of #a8674a

#a8674a

Complementary Color

#a8674a #4a8ba8

#a8674a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8674a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8674a Color CSS Codes

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

#a8674a Text Font Color

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

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


#a8674a Background Color

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

This div background color is #a8674a


#a8674a Border Color

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

This div border color is #a8674a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8674a


Comments

No comments written yet.

Please login to write comment.