Color spaces of #a06607
RGB | 160 | 102 | 7 |
---|---|---|---|
HSL | 0.10 | 0.92 | 0.33 |
HSV | 37° | 96° | 63° |
CMYK | 0.00 | 0.36 | 0.96 0.37 |
XYZ | 19.2869 | 16.9917 | 2.4642 |
Yxy | 16.9917 | 0.4978 | 0.4386 |
Hunter Lab | 41.2210 | 11.3817 | 25.3103 |
CIE-Lab | 48.2496 | 16.8799 | 54.2031 |
#a06607 color RGB value is (160,102,7).
#a06607 hex color red value is 160, green value is 102 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #a06607 hue: 0.10 , saturation: 0.92 and the lightness value of a06607 is 0.33.
The process color (four color CMYK) of #a06607 color hex is 0.00, 0.36, 0.96, 0.37. Web safe color of #a06607 is #996600. Color #a06607 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01100110 | 00000111 |
Octal | 240 | 146 | 7 |
Decimal | 160 | 102 | 7 |
Hex | A0 | 66 | 7 |
Shades of #a06607
Tints of #a06607
RGB Percentages of Color #a06607
CMYK Percentages of Color #a06607
Complementary Color
#a06607 | #0741a0 |
#a06607 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a06607 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a06607 Color CSS Codes
.mybgcolor {background-color:#a06607; } .myforecolor {color:#a06607; } .mybordercolor {border:3px solid #a06607; }
#a06607 Text Font Color
<p style="color:#a06607">Text here</p>
This sample text font color is #a06607
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.
#a06607 Background Color
<div style="background-color:#a06607">
Div content here</div>
This div background color is #a06607
#a06607 Border Color
<div style="border:3px solid #a06607">
Div here</div>
This div border color is #a06607
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,102,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a06607; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a06607; -webkit-box-shadow: 1px 1px 3px 2px #a06607; box-shadow: 1px 1px 3px 2px #a06607; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,102,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a06607">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a06607; -webkit-box-shadow: 1px 1px 3px 2px #a06607; box-shadow: 1px 1px 3px 2px #a06607;">
Div content here</div>
This div box has shadow with color #a06607
Comments
No comments written yet.
Please login to write comment.