Shades of Reno Sand #AD7335
Tints of Reno Sand #AD7335
RGB
CMYK
RGB Variations
Color information
#AD7335 (or 0xAD7335) is known color: Reno Sand. HEX triplet: AD, 73 and 35. RGB value is (173,115,53). Sum of RGB (Red+Green+Blue) = 173+115+53=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7335 is #528CCA. Grayscale: #7D7D7D. Windows color (decimal): -5409995 or 3503021. OLE color: 3503021.
HSL color Cylindrical-coordinate representation of color #AD7335: hue angle of 31º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD7335 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 53 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.32 |
| HSL | 31º | 0.53% | 0.44% | - |
| HSV(B) | 31º | 0.69% | 0.68% | - |
| XYZ | 24.01 | 21.4 | 6.23 | - |
| YUV | 125.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 53 | 0 | 0.34 | 0.69 | 0.32 | 31 | 0.53 | 0.44 |
| Hex | AD | 73 | 35 | 0 | 22 | 45 | 20 | 1F | 35 | 2C |
| Octal | 255 | 163 | 65 | 0 | 42 | 105 | 40 | 37 | 65 | 54 |
| Binary | 10101101 | 1110011 | 110101 | 0 | 100010 | 1000101 | 100000 | 11111 | 110101 | 101100 |
Color Harmonies of #AD7335
Complementary color
Monochromatic Colors of #AD7335
Black with #AD7335
Text Example
Text Example
White with #AD7335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7335; }
p { color: rgb(173,115,53); }
H1.HeaderClassName
{
color: #AD7335;
}
.AnyTagClassName
{
color: #AD7335;
}
</style>
background-color css
<style>
a { background-color: #AD7335; }
a { background-color: rgb(173,115,53); }
div.DivClassName
{
background-color: #AD7335;
}
.BgClassName
{
background-color: #AD7335;
}
</style>
border-color css
<style>
span { border-color: #AD7335; }
span { border-color: rgb(173,115,53); }
td.TdClassName
{
border-color: #AD7335;
}
.TagClassName
{
border-color: #AD7335;
}
</style>