Color spaces of #ada36a
RGB | 173 | 163 | 106 |
---|---|---|---|
HSL | 0.14 | 0.29 | 0.55 |
HSV | 51° | 39° | 68° |
CMYK | 0.00 | 0.06 | 0.39 0.32 |
XYZ | 32.9323 | 36.1192 | 18.8717 |
Yxy | 36.1192 | 0.3746 | 0.4108 |
Hunter Lab | 60.0993 | -7.3619 | 23.4519 |
CIE-Lab | 66.6109 | -4.9003 | 30.9226 |
#ada36a color RGB value is (173,163,106).
#ada36a hex color red value is 173, green value is 163 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ada36a hue: 0.14 , saturation: 0.29 and the lightness value of ada36a is 0.55.
The process color (four color CMYK) of #ada36a color hex is 0.00, 0.06, 0.39, 0.32. Web safe color of #ada36a is #999966. Color #ada36a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10100011 | 01101010 |
Octal | 255 | 243 | 152 |
Decimal | 173 | 163 | 106 |
Hex | AD | A3 | 6A |
Shades of #ada36a
Tints of #ada36a
RGB Percentages of Color #ada36a
CMYK Percentages of Color #ada36a
Complementary Color
#ada36a | #6a74ad |
#ada36a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ada36a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ada36a Color CSS Codes
.mybgcolor {background-color:#ada36a; } .myforecolor {color:#ada36a; } .mybordercolor {border:3px solid #ada36a; }
#ada36a Text Font Color
<p style="color:#ada36a">Text here</p>
This sample text font color is #ada36a
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.
#ada36a Background Color
<div style="background-color:#ada36a">
Div content here</div>
This div background color is #ada36a
#ada36a Border Color
<div style="border:3px solid #ada36a">
Div here</div>
This div border color is #ada36a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,163,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ada36a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ada36a; -webkit-box-shadow: 1px 1px 3px 2px #ada36a; box-shadow: 1px 1px 3px 2px #ada36a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,163,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ada36a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ada36a; -webkit-box-shadow: 1px 1px 3px 2px #ada36a; box-shadow: 1px 1px 3px 2px #ada36a;">
Div content here</div>
This div box has shadow with color #ada36a
Comments
No comments written yet.
Please login to write comment.