Color Hex Logo

#a06a5a Color Hex

#A06A5A
(160,106,90)
0 Favorites   0 Comments

Color spaces of #a06a5a

RGB 16010690
HSL0.040.280.49
HSV14°44°63°
CMYK 0.000.340.44   0.37
XYZ21.496718.519812.1145
Yxy18.51980.41240.3553
Hunter Lab43.034613.853913.4338
CIE-Lab50.120619.633417.8077

#a06a5a color RGB value is (160,106,90).

#a06a5a hex color red value is 160, green value is 106 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a06a5a hue: 0.04 , saturation: 0.28 and the lightness value of a06a5a is 0.49.

The process color (four color CMYK) of #a06a5a color hex is 0.00, 0.34, 0.44, 0.37. Web safe color of #a06a5a is #996666. Color #a06a5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101010 01011010
Octal 240 152 132
Decimal 160 106 90
Hex A0 6A 5A

RGB Percentages of Color #a06a5a

%44.94
%29.78
%25.28

CMYK Percentages of Color #a06a5a

%0
%34
%44
%37

Triadic Colors of #a06a5a

#a06a5a #5aa06a #6a5aa0

Analogous Colors of #a06a5a

#a06a5a #a08d5a #a05a6d

Monochromatic Colors of #a06a5a

#a06a5a

Complementary Color

#a06a5a #5a90a0

#a06a5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06a5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06a5a Color CSS Codes

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

#a06a5a Text Font Color

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

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


#a06a5a Background Color

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

This div background color is #a06a5a


#a06a5a Border Color

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

This div border color is #a06a5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06a5a


Comments

No comments written yet.

Please login to write comment.