Shades of Reno Sand #AD6D35
Tints of Reno Sand #AD6D35
RGB
CMYK
RGB Variations
Color information
#AD6D35 (or 0xAD6D35) is known color: Reno Sand. HEX triplet: AD, 6D and 35. RGB value is (173,109,53). Sum of RGB (Red+Green+Blue) = 173+109+53=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D35 is #5292CA. Grayscale: #7A7A7A. Windows color (decimal): -5411531 or 3501485. OLE color: 3501485.
HSL color Cylindrical-coordinate representation of color #AD6D35: hue angle of 28º 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 #AD6D35 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 53 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.32 |
| HSL | 28º | 0.53% | 0.44% | - |
| HSV(B) | 28º | 0.69% | 0.68% | - |
| XYZ | 23.34 | 20.08 | 6.01 | - |
| YUV | 121.75 | 89.2 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 53 | 0 | 0.37 | 0.69 | 0.32 | 28 | 0.53 | 0.44 |
| Hex | AD | 6D | 35 | 0 | 25 | 45 | 20 | 1C | 35 | 2C |
| Octal | 255 | 155 | 65 | 0 | 45 | 105 | 40 | 34 | 65 | 54 |
| Binary | 10101101 | 1101101 | 110101 | 0 | 100101 | 1000101 | 100000 | 11100 | 110101 | 101100 |
Color Harmonies of #AD6D35
Complementary color
Monochromatic Colors of #AD6D35
Black with #AD6D35
Text Example
Text Example
White with #AD6D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D35; }
p { color: rgb(173,109,53); }
H1.HeaderClassName
{
color: #AD6D35;
}
.AnyTagClassName
{
color: #AD6D35;
}
</style>
background-color css
<style>
a { background-color: #AD6D35; }
a { background-color: rgb(173,109,53); }
div.DivClassName
{
background-color: #AD6D35;
}
.BgClassName
{
background-color: #AD6D35;
}
</style>
border-color css
<style>
span { border-color: #AD6D35; }
span { border-color: rgb(173,109,53); }
td.TdClassName
{
border-color: #AD6D35;
}
.TagClassName
{
border-color: #AD6D35;
}
</style>