Color Hex Logo

#a8672d Color Hex

#A8672D
(168,103,45)
0 Favorites   0 Comments

Color spaces of #a8672d

RGB 16810345
HSL0.080.580.42
HSV28°73°66°
CMYK 0.000.390.73   0.34
XYZ21.472418.21484.8667
Yxy18.21480.48190.4088
Hunter Lab42.678815.118423.1143
CIE-Lab49.755621.091842.3941

#a8672d color RGB value is (168,103,45).

#a8672d hex color red value is 168, green value is 103 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #a8672d hue: 0.08 , saturation: 0.58 and the lightness value of a8672d is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100111 00101101
Octal 250 147 55
Decimal 168 103 45
Hex A8 67 2D

RGB Percentages of Color #a8672d

%53.16
%32.59
%14.24

CMYK Percentages of Color #a8672d

%0
%39
%73
%34

Triadic Colors of #a8672d

#a8672d #2da867 #672da8

Analogous Colors of #a8672d

#a8672d #a8a52d #a82d31

Monochromatic Colors of #a8672d

#a8672d

Complementary Color

#a8672d #2d6ea8

#a8672d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8672d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8672d Color CSS Codes

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

#a8672d Text Font Color

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

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


#a8672d Background Color

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

This div background color is #a8672d


#a8672d Border Color

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

This div border color is #a8672d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8672d


Comments

No comments written yet.

Please login to write comment.