Color Hex Logo

#a86275 Color Hex

#A86275
(168,98,117)
0 Favorites   0 Comments

Color spaces of #a86275

RGB 16898117
HSL0.950.290.52
HSV344°42°66°
CMYK 0.000.420.30   0.34
XYZ23.727018.344619.1199
Yxy18.34460.38770.2998
Hunter Lab42.830623.93073.5139
CIE-Lab49.911430.72561.6437

#a86275 color RGB value is (168,98,117).

#a86275 hex color red value is 168, green value is 98 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #a86275 hue: 0.95 , saturation: 0.29 and the lightness value of a86275 is 0.52.

The process color (four color CMYK) of #a86275 color hex is 0.00, 0.42, 0.30, 0.34. Web safe color of #a86275 is #996666. Color #a86275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100010 01110101
Octal 250 142 165
Decimal 168 98 117
Hex A8 62 75

RGB Percentages of Color #a86275

%43.86
%25.59
%30.55

CMYK Percentages of Color #a86275

%0
%42
%30
%34

Triadic Colors of #a86275

#a86275 #75a862 #6275a8

Analogous Colors of #a86275

#a86275 #a87262 #a86298

Monochromatic Colors of #a86275

#a86275

Complementary Color

#a86275 #62a895

#a86275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86275 Color CSS Codes

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

#a86275 Text Font Color

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

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


#a86275 Background Color

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

This div background color is #a86275


#a86275 Border Color

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

This div border color is #a86275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86275


Comments

No comments written yet.

Please login to write comment.