Shades of Reno Sand #AD7032
Tints of Reno Sand #AD7032
RGB
CMYK
RGB Variations
Color information
#AD7032 (or 0xAD7032) is known color: Reno Sand. HEX triplet: AD, 70 and 32. RGB value is (173,112,50). Sum of RGB (Red+Green+Blue) = 173+112+50=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7032 is #528FCD. Grayscale: #7B7B7B. Windows color (decimal): -5410766 or 3305645. OLE color: 3305645.
HSL color Cylindrical-coordinate representation of color #AD7032: hue angle of 30.24º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD7032 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 112 | 50 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.32 |
| HSL | 30.24º | 0.55% | 0.44% | - |
| HSV(B) | 30.24º | 0.71% | 0.68% | - |
| XYZ | 23.6 | 20.7 | 5.77 | - |
| YUV | 123.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 112 | 50 | 0 | 0.35 | 0.71 | 0.32 | 30.24 | 0.55 | 0.44 |
| Hex | AD | 70 | 32 | 0 | 23 | 47 | 20 | 1E | 37 | 2C |
| Octal | 255 | 160 | 62 | 0 | 43 | 107 | 40 | 36 | 67 | 54 |
| Binary | 10101101 | 1110000 | 110010 | 0 | 100011 | 1000111 | 100000 | 11110 | 110111 | 101100 |
Color Harmonies of #AD7032
Complementary color
Monochromatic Colors of #AD7032
Black with #AD7032
Text Example
Text Example
White with #AD7032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7032; }
p { color: rgb(173,112,50); }
H1.HeaderClassName
{
color: #AD7032;
}
.AnyTagClassName
{
color: #AD7032;
}
</style>
background-color css
<style>
a { background-color: #AD7032; }
a { background-color: rgb(173,112,50); }
div.DivClassName
{
background-color: #AD7032;
}
.BgClassName
{
background-color: #AD7032;
}
</style>
border-color css
<style>
span { border-color: #AD7032; }
span { border-color: rgb(173,112,50); }
td.TdClassName
{
border-color: #AD7032;
}
.TagClassName
{
border-color: #AD7032;
}
</style>