Shades of Reno Sand #AD7132
Tints of Reno Sand #AD7132
RGB
CMYK
RGB Variations
Color information
#AD7132 (or 0xAD7132) is known color: Reno Sand. HEX triplet: AD, 71 and 32. RGB value is (173,113,50). Sum of RGB (Red+Green+Blue) = 173+113+50=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7132 is #528ECD. Grayscale: #7C7C7C. Windows color (decimal): -5410510 or 3305901. OLE color: 3305901.
HSL color Cylindrical-coordinate representation of color #AD7132: hue angle of 30.73º 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 #AD7132 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 50 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.32 |
| HSL | 30.73º | 0.55% | 0.44% | - |
| HSV(B) | 30.73º | 0.71% | 0.68% | - |
| XYZ | 23.71 | 20.92 | 5.81 | - |
| YUV | 123.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 50 | 0 | 0.35 | 0.71 | 0.32 | 30.73 | 0.55 | 0.44 |
| Hex | AD | 71 | 32 | 0 | 23 | 47 | 20 | 1F | 37 | 2C |
| Octal | 255 | 161 | 62 | 0 | 43 | 107 | 40 | 37 | 67 | 54 |
| Binary | 10101101 | 1110001 | 110010 | 0 | 100011 | 1000111 | 100000 | 11111 | 110111 | 101100 |
Color Harmonies of #AD7132
Complementary color
Monochromatic Colors of #AD7132
Black with #AD7132
Text Example
Text Example
White with #AD7132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7132; }
p { color: rgb(173,113,50); }
H1.HeaderClassName
{
color: #AD7132;
}
.AnyTagClassName
{
color: #AD7132;
}
</style>
background-color css
<style>
a { background-color: #AD7132; }
a { background-color: rgb(173,113,50); }
div.DivClassName
{
background-color: #AD7132;
}
.BgClassName
{
background-color: #AD7132;
}
</style>
border-color css
<style>
span { border-color: #AD7132; }
span { border-color: rgb(173,113,50); }
td.TdClassName
{
border-color: #AD7132;
}
.TagClassName
{
border-color: #AD7132;
}
</style>