Color spaces of #ac792d
RGB | 172 | 121 | 45 |
---|---|---|---|
HSL | 0.10 | 0.59 | 0.43 |
HSV | 36° | 74° | 67° |
CMYK | 0.00 | 0.30 | 0.74 0.33 |
XYZ | 24.3243 | 22.6349 | 5.5696 |
Yxy | 22.6349 | 0.4631 | 0.4309 |
Hunter Lab | 47.5761 | 8.0036 | 26.3624 |
CIE-Lab | 54.6943 | 12.7299 | 47.6444 |
#ac792d color RGB value is (172,121,45).
#ac792d hex color red value is 172, green value is 121 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ac792d hue: 0.10 , saturation: 0.59 and the lightness value of ac792d is 0.43.
The process color (four color CMYK) of #ac792d color hex is 0.00, 0.30, 0.74, 0.33. Web safe color of #ac792d is #996633. Color #ac792d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01111001 | 00101101 |
Octal | 254 | 171 | 55 |
Decimal | 172 | 121 | 45 |
Hex | AC | 79 | 2D |
Shades of #ac792d
Tints of #ac792d
RGB Percentages of Color #ac792d
CMYK Percentages of Color #ac792d
Complementary Color
#ac792d | #2d60ac |
#ac792d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac792d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac792d Color CSS Codes
.mybgcolor {background-color:#ac792d; } .myforecolor {color:#ac792d; } .mybordercolor {border:3px solid #ac792d; }
#ac792d Text Font Color
<p style="color:#ac792d">Text here</p>
This sample text font color is #ac792d
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.
#ac792d Background Color
<div style="background-color:#ac792d">
Div content here</div>
This div background color is #ac792d
#ac792d Border Color
<div style="border:3px solid #ac792d">
Div here</div>
This div border color is #ac792d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,121,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac792d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac792d; -webkit-box-shadow: 1px 1px 3px 2px #ac792d; box-shadow: 1px 1px 3px 2px #ac792d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,121,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac792d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac792d; -webkit-box-shadow: 1px 1px 3px 2px #ac792d; box-shadow: 1px 1px 3px 2px #ac792d;">
Div content here</div>
This div box has shadow with color #ac792d
Comments
No comments written yet.
Please login to write comment.