Color spaces of #a55427
RGB | 165 | 84 | 39 |
---|---|---|---|
HSL | 0.06 | 0.62 | 0.40 |
HSV | 21° | 76° | 65° |
CMYK | 0.00 | 0.49 | 0.76 0.35 |
XYZ | 19.0536 | 14.4865 | 3.7114 |
Yxy | 14.4865 | 0.5115 | 0.3889 |
Hunter Lab | 38.0611 | 22.7510 | 20.8613 |
CIE-Lab | 44.9227 | 30.0304 | 40.1922 |
#a55427 color RGB value is (165,84,39).
#a55427 hex color red value is 165, green value is 84 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #a55427 hue: 0.06 , saturation: 0.62 and the lightness value of a55427 is 0.40.
The process color (four color CMYK) of #a55427 color hex is 0.00, 0.49, 0.76, 0.35. Web safe color of #a55427 is #996633. Color #a55427 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01010100 | 00100111 |
Octal | 245 | 124 | 47 |
Decimal | 165 | 84 | 39 |
Hex | A5 | 54 | 27 |
Shades of #a55427
Tints of #a55427
RGB Percentages of Color #a55427
CMYK Percentages of Color #a55427
Complementary Color
#a55427 | #2778a5 |
#a55427 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a55427 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a55427 Color CSS Codes
.mybgcolor {background-color:#a55427; } .myforecolor {color:#a55427; } .mybordercolor {border:3px solid #a55427; }
#a55427 Text Font Color
<p style="color:#a55427">Text here</p>
This sample text font color is #a55427
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.
#a55427 Background Color
<div style="background-color:#a55427">
Div content here</div>
This div background color is #a55427
#a55427 Border Color
<div style="border:3px solid #a55427">
Div here</div>
This div border color is #a55427
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,84,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a55427; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a55427; -webkit-box-shadow: 1px 1px 3px 2px #a55427; box-shadow: 1px 1px 3px 2px #a55427; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,84,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a55427">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a55427; -webkit-box-shadow: 1px 1px 3px 2px #a55427; box-shadow: 1px 1px 3px 2px #a55427;">
Div content here</div>
This div box has shadow with color #a55427
Comments
No comments written yet.
Please login to write comment.