Color Hex Logo

#a8664d Color Hex

#A8664D
(168,102,77)
0 Favorites   0 Comments

Color spaces of #a8664d

RGB 16810277
HSL0.050.370.48
HSV16°54°66°
CMYK 0.000.390.54   0.34
XYZ22.239418.36349.3935
Yxy18.36340.44480.3673
Hunter Lab42.852517.645117.0001
CIE-Lab49.933923.906625.3063

#a8664d color RGB value is (168,102,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100110 01001101
Octal 250 146 115
Decimal 168 102 77
Hex A8 66 4D

RGB Percentages of Color #a8664d

%48.41
%29.39
%22.19

CMYK Percentages of Color #a8664d

%0
%39
%54
%34

Triadic Colors of #a8664d

#a8664d #4da866 #664da8

Analogous Colors of #a8664d

#a8664d #a8944d #a84d61

Monochromatic Colors of #a8664d

#a8664d

Complementary Color

#a8664d #4d8fa8

#a8664d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8664d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8664d Color CSS Codes

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

#a8664d Text Font Color

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

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


#a8664d Background Color

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

This div background color is #a8664d


#a8664d Border Color

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

This div border color is #a8664d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8664d


Comments

No comments written yet.

Please login to write comment.