Color Hex Logo

#a06150 Color Hex

#A06150
(160,97,80)
1 Favorites   0 Comments

Color spaces of #a06150

RGB 1609780
HSL0.040.330.47
HSV13°50°63°
CMYK 0.000.390.50   0.37
XYZ20.219916.60229.7282
Yxy16.60220.43440.3567
Hunter Lab40.745817.274614.3664
CIE-Lab47.754823.675720.5119

#a06150 color RGB value is (160,97,80).

#a06150 hex color red value is 160, green value is 97 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a06150 hue: 0.04 , saturation: 0.33 and the lightness value of a06150 is 0.47.

The process color (four color CMYK) of #a06150 color hex is 0.00, 0.39, 0.50, 0.37. Web safe color of #a06150 is #996666. Color #a06150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100001 01010000
Octal 240 141 120
Decimal 160 97 80
Hex A0 61 50

RGB Percentages of Color #a06150

%47.48
%28.78
%23.74

CMYK Percentages of Color #a06150

%0
%39
%50
%37

Triadic Colors of #a06150

#a06150 #50a061 #6150a0

Analogous Colors of #a06150

#a06150 #a08950 #a05067

Monochromatic Colors of #a06150

#a06150

Complementary Color

#a06150 #508fa0

#a06150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06150 Color CSS Codes

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

#a06150 Text Font Color

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

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


#a06150 Background Color

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

This div background color is #a06150


#a06150 Border Color

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

This div border color is #a06150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06150


Comments

No comments written yet.

Please login to write comment.