Shades of Reno Sand #AD7131
Tints of Reno Sand #AD7131
RGB
CMYK
RGB Variations
Color information
#AD7131 (or 0xAD7131) is known color: Reno Sand. HEX triplet: AD, 71 and 31. RGB value is (173,113,49). Sum of RGB (Red+Green+Blue) = 173+113+49=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7131 is #528ECE. Grayscale: #7B7B7B. Windows color (decimal): -5410511 or 3240365. OLE color: 3240365.
HSL color Cylindrical-coordinate representation of color #AD7131: hue angle of 30.97º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD7131 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 113 | 49 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.32 |
| HSL | 30.97º | 0.56% | 0.44% | - |
| HSV(B) | 30.97º | 0.72% | 0.68% | - |
| XYZ | 23.69 | 20.92 | 5.69 | - |
| YUV | 123.64 | 85.88 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 113 | 49 | 0 | 0.35 | 0.72 | 0.32 | 30.97 | 0.56 | 0.44 |
| Hex | AD | 71 | 31 | 0 | 23 | 48 | 20 | 1F | 38 | 2C |
| Octal | 255 | 161 | 61 | 0 | 43 | 110 | 40 | 37 | 70 | 54 |
| Binary | 10101101 | 1110001 | 110001 | 0 | 100011 | 1001000 | 100000 | 11111 | 111000 | 101100 |
Color Harmonies of #AD7131
Complementary color
Monochromatic Colors of #AD7131
Black with #AD7131
Text Example
Text Example
White with #AD7131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7131; }
p { color: rgb(173,113,49); }
H1.HeaderClassName
{
color: #AD7131;
}
.AnyTagClassName
{
color: #AD7131;
}
</style>
background-color css
<style>
a { background-color: #AD7131; }
a { background-color: rgb(173,113,49); }
div.DivClassName
{
background-color: #AD7131;
}
.BgClassName
{
background-color: #AD7131;
}
</style>
border-color css
<style>
span { border-color: #AD7131; }
span { border-color: rgb(173,113,49); }
td.TdClassName
{
border-color: #AD7131;
}
.TagClassName
{
border-color: #AD7131;
}
</style>