Color spaces of #a18078
RGB | 161 | 128 | 120 |
---|---|---|---|
HSL | 0.03 | 0.18 | 0.55 |
HSV | 12° | 25° | 63° |
CMYK | 0.00 | 0.20 | 0.25 0.37 |
XYZ | 25.8073 | 24.3715 | 21.1133 |
Yxy | 24.3715 | 0.3620 | 0.3419 |
Hunter Lab | 49.3675 | 6.9193 | 9.2003 |
CIE-Lab | 56.4578 | 11.4528 | 9.1664 |
#a18078 color RGB value is (161,128,120).
#a18078 hex color red value is 161, green value is 128 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a18078 hue: 0.03 , saturation: 0.18 and the lightness value of a18078 is 0.55.
The process color (four color CMYK) of #a18078 color hex is 0.00, 0.20, 0.25, 0.37. Web safe color of #a18078 is #999966. Color #a18078 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10000000 | 01111000 |
Octal | 241 | 200 | 170 |
Decimal | 161 | 128 | 120 |
Hex | A1 | 80 | 78 |
Shades of #a18078
Tints of #a18078
RGB Percentages of Color #a18078
CMYK Percentages of Color #a18078
Complementary Color
#a18078 | #7899a1 |
#a18078 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a18078 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a18078 Color CSS Codes
.mybgcolor {background-color:#a18078; } .myforecolor {color:#a18078; } .mybordercolor {border:3px solid #a18078; }
#a18078 Text Font Color
<p style="color:#a18078">Text here</p>
This sample text font color is #a18078
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.
#a18078 Background Color
<div style="background-color:#a18078">
Div content here</div>
This div background color is #a18078
#a18078 Border Color
<div style="border:3px solid #a18078">
Div here</div>
This div border color is #a18078
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,128,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a18078; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a18078; -webkit-box-shadow: 1px 1px 3px 2px #a18078; box-shadow: 1px 1px 3px 2px #a18078; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,128,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a18078">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a18078; -webkit-box-shadow: 1px 1px 3px 2px #a18078; box-shadow: 1px 1px 3px 2px #a18078;">
Div content here</div>
This div box has shadow with color #a18078
Comments
No comments written yet.
Please login to write comment.