Shades of Reno Sand #AD7036
Tints of Reno Sand #AD7036
RGB
CMYK
RGB Variations
Color information
#AD7036 (or 0xAD7036) is known color: Reno Sand. HEX triplet: AD, 70 and 36. RGB value is (173,112,54). Sum of RGB (Red+Green+Blue) = 173+112+54=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7036 is #528FC9. Grayscale: #7B7B7B. Windows color (decimal): -5410762 or 3567789. OLE color: 3567789.
HSL color Cylindrical-coordinate representation of color #AD7036: hue angle of 29.24º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD7036 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 54 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.32 |
| HSL | 29.24º | 0.52% | 0.45% | - |
| HSV(B) | 29.24º | 0.69% | 0.68% | - |
| XYZ | 23.69 | 20.74 | 6.24 | - |
| YUV | 123.63 | 88.71 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 54 | 0 | 0.35 | 0.69 | 0.32 | 29.24 | 0.52 | 0.45 |
| Hex | AD | 70 | 36 | 0 | 23 | 45 | 20 | 1D | 34 | 2D |
| Octal | 255 | 160 | 66 | 0 | 43 | 105 | 40 | 35 | 64 | 55 |
| Binary | 10101101 | 1110000 | 110110 | 0 | 100011 | 1000101 | 100000 | 11101 | 110100 | 101101 |
Color Harmonies of #AD7036
Complementary color
Monochromatic Colors of #AD7036
Black with #AD7036
Text Example
Text Example
White with #AD7036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7036; }
p { color: rgb(173,112,54); }
H1.HeaderClassName
{
color: #AD7036;
}
.AnyTagClassName
{
color: #AD7036;
}
</style>
background-color css
<style>
a { background-color: #AD7036; }
a { background-color: rgb(173,112,54); }
div.DivClassName
{
background-color: #AD7036;
}
.BgClassName
{
background-color: #AD7036;
}
</style>
border-color css
<style>
span { border-color: #AD7036; }
span { border-color: rgb(173,112,54); }
td.TdClassName
{
border-color: #AD7036;
}
.TagClassName
{
border-color: #AD7036;
}
</style>