Color spaces of #a48440
RGB | 164 | 132 | 64 |
---|---|---|---|
HSL | 0.11 | 0.44 | 0.45 |
HSV | 41° | 61° | 64° |
CMYK | 0.00 | 0.20 | 0.61 0.36 |
XYZ | 24.4865 | 24.7652 | 8.3401 |
Yxy | 24.7652 | 0.4252 | 0.4300 |
Hunter Lab | 49.7646 | 0.7421 | 24.8988 |
CIE-Lab | 56.8459 | 4.1596 | 40.6587 |
#a48440 color RGB value is (164,132,64).
#a48440 hex color red value is 164, green value is 132 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a48440 hue: 0.11 , saturation: 0.44 and the lightness value of a48440 is 0.45.
The process color (four color CMYK) of #a48440 color hex is 0.00, 0.20, 0.61, 0.36. Web safe color of #a48440 is #999933. Color #a48440 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10000100 | 01000000 |
Octal | 244 | 204 | 100 |
Decimal | 164 | 132 | 64 |
Hex | A4 | 84 | 40 |
Shades of #a48440
Tints of #a48440
RGB Percentages of Color #a48440
CMYK Percentages of Color #a48440
Complementary Color
#a48440 | #4060a4 |
#a48440 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a48440 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a48440 Color CSS Codes
.mybgcolor {background-color:#a48440; } .myforecolor {color:#a48440; } .mybordercolor {border:3px solid #a48440; }
#a48440 Text Font Color
<p style="color:#a48440">Text here</p>
This sample text font color is #a48440
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.
#a48440 Background Color
<div style="background-color:#a48440">
Div content here</div>
This div background color is #a48440
#a48440 Border Color
<div style="border:3px solid #a48440">
Div here</div>
This div border color is #a48440
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,132,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a48440; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a48440; -webkit-box-shadow: 1px 1px 3px 2px #a48440; box-shadow: 1px 1px 3px 2px #a48440; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,132,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a48440">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a48440; -webkit-box-shadow: 1px 1px 3px 2px #a48440; box-shadow: 1px 1px 3px 2px #a48440;">
Div content here</div>
This div box has shadow with color #a48440
Comments
No comments written yet.
Please login to write comment.