Color Hex Logo

#a06376 Color Hex

#A06376
(160,99,118)
0 Favorites   0 Comments

Color spaces of #a06376

RGB 16099118
HSL0.950.240.51
HSV341°38°63°
CMYK 0.000.380.26   0.37
XYZ22.229117.705319.3854
Yxy17.70530.37470.2985
Hunter Lab42.077720.66342.1392
CIE-Lab49.136727.2954-0.2080

#a06376 color RGB value is (160,99,118).

#a06376 hex color red value is 160, green value is 99 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a06376 hue: 0.95 , saturation: 0.24 and the lightness value of a06376 is 0.51.

The process color (four color CMYK) of #a06376 color hex is 0.00, 0.38, 0.26, 0.37. Web safe color of #a06376 is #996666. Color #a06376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100011 01110110
Octal 240 143 166
Decimal 160 99 118
Hex A0 63 76

RGB Percentages of Color #a06376

%42.44
%26.26
%31.30

CMYK Percentages of Color #a06376

%0
%38
%26
%37

Triadic Colors of #a06376

#a06376 #76a063 #6376a0

Analogous Colors of #a06376

#a06376 #a06f63 #a06395

Monochromatic Colors of #a06376

#a06376

Complementary Color

#a06376 #63a08d

#a06376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06376 Color CSS Codes

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

#a06376 Text Font Color

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

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


#a06376 Background Color

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

This div background color is #a06376


#a06376 Border Color

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

This div border color is #a06376


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,99,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a06376; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a06376;
  -webkit-box-shadow: 1px 1px 3px 2px #a06376;
  box-shadow:         1px 1px 3px 2px #a06376; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,99,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06376


Comments

No comments written yet.

Please login to write comment.