Color spaces of #a54703
RGB | 165 | 71 | 3 |
---|---|---|---|
HSL | 0.07 | 0.96 | 0.33 |
HSV | 25° | 98° | 65° |
CMYK | 0.00 | 0.57 | 0.98 0.35 |
XYZ | 17.7867 | 12.5124 | 1.5638 |
Yxy | 12.5124 | 0.5582 | 0.3927 |
Hunter Lab | 35.3729 | 27.8534 | 22.1399 |
CIE-Lab | 42.0192 | 35.9105 | 51.4180 |
#a54703 color RGB value is (165,71,3).
#a54703 hex color red value is 165, green value is 71 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #a54703 hue: 0.07 , saturation: 0.96 and the lightness value of a54703 is 0.33.
The process color (four color CMYK) of #a54703 color hex is 0.00, 0.57, 0.98, 0.35. Web safe color of #a54703 is #993300. Color #a54703 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01000111 | 00000011 |
Octal | 245 | 107 | 3 |
Decimal | 165 | 71 | 3 |
Hex | A5 | 47 | 3 |
Shades of #a54703
Tints of #a54703
RGB Percentages of Color #a54703
CMYK Percentages of Color #a54703
Complementary Color
#a54703 | #0361a5 |
#a54703 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a54703 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a54703 Color CSS Codes
.mybgcolor {background-color:#a54703; } .myforecolor {color:#a54703; } .mybordercolor {border:3px solid #a54703; }
#a54703 Text Font Color
<p style="color:#a54703">Text here</p>
This sample text font color is #a54703
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.
#a54703 Background Color
<div style="background-color:#a54703">
Div content here</div>
This div background color is #a54703
#a54703 Border Color
<div style="border:3px solid #a54703">
Div here</div>
This div border color is #a54703
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,71,3, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a54703; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a54703; -webkit-box-shadow: 1px 1px 3px 2px #a54703; box-shadow: 1px 1px 3px 2px #a54703; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,71,3, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a54703">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a54703; -webkit-box-shadow: 1px 1px 3px 2px #a54703; box-shadow: 1px 1px 3px 2px #a54703;">
Div content here</div>
This div box has shadow with color #a54703
Comments
No comments written yet.
Please login to write comment.