Color Hex Logo

#a87472 Color Hex

#A87472
(168,116,114)
0 Favorites   0 Comments

Color spaces of #a87472

RGB 168116114
HSL0.010.240.55
HSV32°66°
CMYK 0.000.310.32   0.34
XYZ25.431122.030518.8315
Yxy22.03050.38360.3323
Hunter Lab46.936714.57539.0679
CIE-Lab54.059420.21029.3613

#a87472 color RGB value is (168,116,114).

#a87472 hex color red value is 168, green value is 116 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a87472 hue: 0.01 , saturation: 0.24 and the lightness value of a87472 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110100 01110010
Octal 250 164 162
Decimal 168 116 114
Hex A8 74 72

RGB Percentages of Color #a87472

%42.21
%29.15
%28.64

CMYK Percentages of Color #a87472

%0
%31
%32
%34

Triadic Colors of #a87472

#a87472 #72a874 #7472a8

Analogous Colors of #a87472

#a87472 #a88f72 #a8728b

Monochromatic Colors of #a87472

#a87472

Complementary Color

#a87472 #72a6a8

#a87472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87472 Color CSS Codes

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

#a87472 Text Font Color

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

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


#a87472 Background Color

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

This div background color is #a87472


#a87472 Border Color

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

This div border color is #a87472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87472


Comments

No comments written yet.

Please login to write comment.