Color Hex Logo

#a06250 Color Hex

#A06250
(160,98,80)
0 Favorites   0 Comments

Color spaces of #a06250

RGB 1609880
HSL0.040.330.47
HSV14°50°63°
CMYK 0.000.390.50   0.37
XYZ20.312916.78819.7592
Yxy16.78810.43350.3583
Hunter Lab40.973316.789814.5593
CIE-Lab47.991923.110820.8258

#a06250 color RGB value is (160,98,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100010 01010000
Octal 240 142 120
Decimal 160 98 80
Hex A0 62 50

RGB Percentages of Color #a06250

%47.34
%28.99
%23.67

CMYK Percentages of Color #a06250

%0
%39
%50
%37

Triadic Colors of #a06250

#a06250 #50a062 #6250a0

Analogous Colors of #a06250

#a06250 #a08a50 #a05066

Monochromatic Colors of #a06250

#a06250

Complementary Color

#a06250 #508ea0

#a06250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06250 Color CSS Codes

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

#a06250 Text Font Color

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

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


#a06250 Background Color

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

This div background color is #a06250


#a06250 Border Color

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

This div border color is #a06250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06250


Comments

No comments written yet.

Please login to write comment.