Color spaces of #aea512
RGB | 174 | 165 | 18 |
---|---|---|---|
HSL | 0.16 | 0.81 | 0.38 |
HSV | 57° | 90° | 68° |
CMYK | 0.00 | 0.05 | 0.90 0.32 |
XYZ | 31.0199 | 35.9526 | 5.8769 |
Yxy | 35.9526 | 0.4258 | 0.4935 |
Hunter Lab | 59.9605 | -12.5858 | 36.1612 |
CIE-Lab | 66.4837 | -11.2858 | 66.6299 |
#aea512 color RGB value is (174,165,18).
#aea512 hex color red value is 174, green value is 165 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #aea512 hue: 0.16 , saturation: 0.81 and the lightness value of aea512 is 0.38.
The process color (four color CMYK) of #aea512 color hex is 0.00, 0.05, 0.90, 0.32. Web safe color of #aea512 is #999900. Color #aea512 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10100101 | 00010010 |
Octal | 256 | 245 | 22 |
Decimal | 174 | 165 | 18 |
Hex | AE | A5 | 12 |
Shades of #aea512
Tints of #aea512
RGB Percentages of Color #aea512
CMYK Percentages of Color #aea512
Complementary Color
#aea512 | #121bae |
#aea512 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aea512 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aea512 Color CSS Codes
.mybgcolor {background-color:#aea512; } .myforecolor {color:#aea512; } .mybordercolor {border:3px solid #aea512; }
#aea512 Text Font Color
<p style="color:#aea512">Text here</p>
This sample text font color is #aea512
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.
#aea512 Background Color
<div style="background-color:#aea512">
Div content here</div>
This div background color is #aea512
#aea512 Border Color
<div style="border:3px solid #aea512">
Div here</div>
This div border color is #aea512
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,165,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aea512; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aea512; -webkit-box-shadow: 1px 1px 3px 2px #aea512; box-shadow: 1px 1px 3px 2px #aea512; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,165,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aea512">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aea512; -webkit-box-shadow: 1px 1px 3px 2px #aea512; box-shadow: 1px 1px 3px 2px #aea512;">
Div content here</div>
This div box has shadow with color #aea512
Comments
No comments written yet.
Please login to write comment.