Color Hex Logo

#a86572 Color Hex

#A86572
(168,101,114)
0 Favorites   0 Comments

Color spaces of #a86572

RGB 168101114
HSL0.970.280.53
HSV348°40°66°
CMYK 0.000.400.32   0.34
XYZ23.839418.847118.3010
Yxy18.84710.39090.3090
Hunter Lab43.413222.04605.3954
CIE-Lab50.507828.65134.2943

#a86572 color RGB value is (168,101,114).

#a86572 hex color red value is 168, green value is 101 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a86572 hue: 0.97 , saturation: 0.28 and the lightness value of a86572 is 0.53.

The process color (four color CMYK) of #a86572 color hex is 0.00, 0.40, 0.32, 0.34. Web safe color of #a86572 is #996666. Color #a86572 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100101 01110010
Octal 250 145 162
Decimal 168 101 114
Hex A8 65 72

RGB Percentages of Color #a86572

%43.86
%26.37
%29.77

CMYK Percentages of Color #a86572

%0
%40
%32
%34

Triadic Colors of #a86572

#a86572 #72a865 #6572a8

Analogous Colors of #a86572

#a86572 #a87a65 #a86594

Monochromatic Colors of #a86572

#a86572

Complementary Color

#a86572 #65a89b

#a86572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86572 Color CSS Codes

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

#a86572 Text Font Color

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

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


#a86572 Background Color

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

This div background color is #a86572


#a86572 Border Color

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

This div border color is #a86572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86572


Comments

No comments written yet.

Please login to write comment.