Color spaces of #a09380
RGB | 160 | 147 | 128 |
---|---|---|---|
HSL | 0.10 | 0.14 | 0.56 |
HSV | 36° | 20° | 63° |
CMYK | 0.00 | 0.08 | 0.20 0.37 |
XYZ | 28.8272 | 29.8995 | 24.6739 |
Yxy | 29.8995 | 0.3456 | 0.3585 |
Hunter Lab | 54.6804 | -1.5866 | 11.5224 |
CIE-Lab | 61.5674 | 1.5948 | 11.8035 |
#a09380 color RGB value is (160,147,128).
#a09380 hex color red value is 160, green value is 147 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a09380 hue: 0.10 , saturation: 0.14 and the lightness value of a09380 is 0.56.
The process color (four color CMYK) of #a09380 color hex is 0.00, 0.08, 0.20, 0.37. Web safe color of #a09380 is #999999. Color #a09380 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10010011 | 10000000 |
Octal | 240 | 223 | 200 |
Decimal | 160 | 147 | 128 |
Hex | A0 | 93 | 80 |
Shades of #a09380
Tints of #a09380
RGB Percentages of Color #a09380
CMYK Percentages of Color #a09380
Complementary Color
#a09380 | #808da0 |
#a09380 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a09380 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a09380 Color CSS Codes
.mybgcolor {background-color:#a09380; } .myforecolor {color:#a09380; } .mybordercolor {border:3px solid #a09380; }
#a09380 Text Font Color
<p style="color:#a09380">Text here</p>
This sample text font color is #a09380
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.
#a09380 Background Color
<div style="background-color:#a09380">
Div content here</div>
This div background color is #a09380
#a09380 Border Color
<div style="border:3px solid #a09380">
Div here</div>
This div border color is #a09380
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,147,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a09380; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a09380; -webkit-box-shadow: 1px 1px 3px 2px #a09380; box-shadow: 1px 1px 3px 2px #a09380; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,147,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a09380">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a09380; -webkit-box-shadow: 1px 1px 3px 2px #a09380; box-shadow: 1px 1px 3px 2px #a09380;">
Div content here</div>
This div box has shadow with color #a09380
Comments
No comments written yet.
Please login to write comment.