Color spaces of #af7235
RGB | 175 | 114 | 53 |
---|---|---|---|
HSL | 0.08 | 0.54 | 0.45 |
HSV | 30° | 70° | 69° |
CMYK | 0.00 | 0.35 | 0.70 0.31 |
XYZ | 24.3391 | 21.4056 | 6.2170 |
Yxy | 21.4056 | 0.4684 | 0.4119 |
Hunter Lab | 46.2662 | 12.9371 | 24.4193 |
CIE-Lab | 53.3906 | 18.4137 | 42.6248 |
#af7235 color RGB value is (175,114,53).
#af7235 hex color red value is 175, green value is 114 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #af7235 hue: 0.08 , saturation: 0.54 and the lightness value of af7235 is 0.45.
The process color (four color CMYK) of #af7235 color hex is 0.00, 0.35, 0.70, 0.31. Web safe color of #af7235 is #996633. Color #af7235 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01110010 | 00110101 |
Octal | 257 | 162 | 65 |
Decimal | 175 | 114 | 53 |
Hex | AF | 72 | 35 |
Shades of #af7235
Tints of #af7235
RGB Percentages of Color #af7235
CMYK Percentages of Color #af7235
Complementary Color
#af7235 | #3572af |
#af7235 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af7235 Color Preview on White Background
Lorem ipsum dolor sit amet.
#af7235 Color CSS Codes
.mybgcolor {background-color:#af7235; } .myforecolor {color:#af7235; } .mybordercolor {border:3px solid #af7235; }
#af7235 Text Font Color
<p style="color:#af7235">Text here</p>
This sample text font color is #af7235
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.
#af7235 Background Color
<div style="background-color:#af7235">
Div content here</div>
This div background color is #af7235
#af7235 Border Color
<div style="border:3px solid #af7235">
Div here</div>
This div border color is #af7235
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,114,53, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af7235; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af7235; -webkit-box-shadow: 1px 1px 3px 2px #af7235; box-shadow: 1px 1px 3px 2px #af7235; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,114,53, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af7235">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af7235; -webkit-box-shadow: 1px 1px 3px 2px #af7235; box-shadow: 1px 1px 3px 2px #af7235;">
Div content here</div>
This div box has shadow with color #af7235
Comments
No comments written yet.
Please login to write comment.