Color spaces of #a89113
RGB | 168 | 145 | 19 |
---|---|---|---|
HSL | 0.14 | 0.80 | 0.37 |
HSV | 51° | 89° | 66° |
CMYK | 0.00 | 0.14 | 0.89 0.34 |
XYZ | 26.3914 | 28.6226 | 4.7498 |
Yxy | 28.6226 | 0.4416 | 0.4789 |
Hunter Lab | 53.5001 | -5.5718 | 32.1862 |
CIE-Lab | 60.4471 | -3.3178 | 61.4006 |
#a89113 color RGB value is (168,145,19).
#a89113 hex color red value is 168, green value is 145 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #a89113 hue: 0.14 , saturation: 0.80 and the lightness value of a89113 is 0.37.
The process color (four color CMYK) of #a89113 color hex is 0.00, 0.14, 0.89, 0.34. Web safe color of #a89113 is #999900. Color #a89113 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10010001 | 00010011 |
Octal | 250 | 221 | 23 |
Decimal | 168 | 145 | 19 |
Hex | A8 | 91 | 13 |
Shades of #a89113
Tints of #a89113
RGB Percentages of Color #a89113
CMYK Percentages of Color #a89113
Complementary Color
#a89113 | #132aa8 |
#a89113 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a89113 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a89113 Color CSS Codes
.mybgcolor {background-color:#a89113; } .myforecolor {color:#a89113; } .mybordercolor {border:3px solid #a89113; }
#a89113 Text Font Color
<p style="color:#a89113">Text here</p>
This sample text font color is #a89113
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.
#a89113 Background Color
<div style="background-color:#a89113">
Div content here</div>
This div background color is #a89113
#a89113 Border Color
<div style="border:3px solid #a89113">
Div here</div>
This div border color is #a89113
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,145,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a89113; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a89113; -webkit-box-shadow: 1px 1px 3px 2px #a89113; box-shadow: 1px 1px 3px 2px #a89113; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,145,19, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a89113">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a89113; -webkit-box-shadow: 1px 1px 3px 2px #a89113; box-shadow: 1px 1px 3px 2px #a89113;">
Div content here</div>
This div box has shadow with color #a89113
Comments
No comments written yet.
Please login to write comment.