Color spaces of #a56203
RGB | 165 | 98 | 3 |
---|---|---|---|
HSL | 0.10 | 0.96 | 0.33 |
HSV | 35° | 98° | 65° |
CMYK | 0.00 | 0.41 | 0.98 0.35 |
XYZ | 19.9012 | 16.7413 | 2.2686 |
Yxy | 16.7413 | 0.5115 | 0.4302 |
Hunter Lab | 40.9161 | 15.2174 | 25.3540 |
CIE-Lab | 47.9324 | 21.3339 | 55.1945 |
#a56203 color RGB value is (165,98,3).
#a56203 hex color red value is 165, green value is 98 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #a56203 hue: 0.10 , saturation: 0.96 and the lightness value of a56203 is 0.33.
The process color (four color CMYK) of #a56203 color hex is 0.00, 0.41, 0.98, 0.35. Web safe color of #a56203 is #996600. Color #a56203 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01100010 | 00000011 |
Octal | 245 | 142 | 3 |
Decimal | 165 | 98 | 3 |
Hex | A5 | 62 | 3 |
Shades of #a56203
Tints of #a56203
RGB Percentages of Color #a56203
CMYK Percentages of Color #a56203
Complementary Color
#a56203 | #0346a5 |
#a56203 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a56203 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a56203 Color CSS Codes
.mybgcolor {background-color:#a56203; } .myforecolor {color:#a56203; } .mybordercolor {border:3px solid #a56203; }
#a56203 Text Font Color
<p style="color:#a56203">Text here</p>
This sample text font color is #a56203
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.
#a56203 Background Color
<div style="background-color:#a56203">
Div content here</div>
This div background color is #a56203
#a56203 Border Color
<div style="border:3px solid #a56203">
Div here</div>
This div border color is #a56203
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,98,3, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a56203; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a56203; -webkit-box-shadow: 1px 1px 3px 2px #a56203; box-shadow: 1px 1px 3px 2px #a56203; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,98,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 #a56203">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a56203; -webkit-box-shadow: 1px 1px 3px 2px #a56203; box-shadow: 1px 1px 3px 2px #a56203;">
Div content here</div>
This div box has shadow with color #a56203
Comments
No comments written yet.
Please login to write comment.