Shades of Reno Sand #AD6D37
Tints of Reno Sand #AD6D37
RGB
CMYK
RGB Variations
Color information
#AD6D37 (or 0xAD6D37) is known color: Reno Sand. HEX triplet: AD, 6D and 37. RGB value is (173,109,55). Sum of RGB (Red+Green+Blue) = 173+109+55=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D37 is #5292C8. Grayscale: #7A7A7A. Windows color (decimal): -5411529 or 3632557. OLE color: 3632557.
HSL color Cylindrical-coordinate representation of color #AD6D37: hue angle of 27.46º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD6D37 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 55 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.32 |
| HSL | 27.46º | 0.52% | 0.45% | - |
| HSV(B) | 27.46º | 0.68% | 0.68% | - |
| XYZ | 23.39 | 20.1 | 6.26 | - |
| YUV | 121.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 55 | 0 | 0.37 | 0.68 | 0.32 | 27.46 | 0.52 | 0.45 |
| Hex | AD | 6D | 37 | 0 | 25 | 44 | 20 | 1B | 34 | 2D |
| Octal | 255 | 155 | 67 | 0 | 45 | 104 | 40 | 33 | 64 | 55 |
| Binary | 10101101 | 1101101 | 110111 | 0 | 100101 | 1000100 | 100000 | 11011 | 110100 | 101101 |
Color Harmonies of #AD6D37
Complementary color
Monochromatic Colors of #AD6D37
Black with #AD6D37
Text Example
Text Example
White with #AD6D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D37; }
p { color: rgb(173,109,55); }
H1.HeaderClassName
{
color: #AD6D37;
}
.AnyTagClassName
{
color: #AD6D37;
}
</style>
background-color css
<style>
a { background-color: #AD6D37; }
a { background-color: rgb(173,109,55); }
div.DivClassName
{
background-color: #AD6D37;
}
.BgClassName
{
background-color: #AD6D37;
}
</style>
border-color css
<style>
span { border-color: #AD6D37; }
span { border-color: rgb(173,109,55); }
td.TdClassName
{
border-color: #AD6D37;
}
.TagClassName
{
border-color: #AD6D37;
}
</style>