Shades of Reno Sand #AD7336
Tints of Reno Sand #AD7336
RGB
CMYK
RGB Variations
Color information
#AD7336 (or 0xAD7336) is known color: Reno Sand. HEX triplet: AD, 73 and 36. RGB value is (173,115,54). Sum of RGB (Red+Green+Blue) = 173+115+54=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7336 is #528CC9. Grayscale: #7D7D7D. Windows color (decimal): -5409994 or 3568557. OLE color: 3568557.
HSL color Cylindrical-coordinate representation of color #AD7336: hue angle of 30.76º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD7336 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 54 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.32 |
| HSL | 30.76º | 0.52% | 0.45% | - |
| HSV(B) | 30.76º | 0.69% | 0.68% | - |
| XYZ | 24.03 | 21.41 | 6.36 | - |
| YUV | 125.39 | 87.72 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 54 | 0 | 0.34 | 0.69 | 0.32 | 30.76 | 0.52 | 0.45 |
| Hex | AD | 73 | 36 | 0 | 22 | 45 | 20 | 1F | 34 | 2D |
| Octal | 255 | 163 | 66 | 0 | 42 | 105 | 40 | 37 | 64 | 55 |
| Binary | 10101101 | 1110011 | 110110 | 0 | 100010 | 1000101 | 100000 | 11111 | 110100 | 101101 |
Color Harmonies of #AD7336
Complementary color
Monochromatic Colors of #AD7336
Black with #AD7336
Text Example
Text Example
White with #AD7336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7336; }
p { color: rgb(173,115,54); }
H1.HeaderClassName
{
color: #AD7336;
}
.AnyTagClassName
{
color: #AD7336;
}
</style>
background-color css
<style>
a { background-color: #AD7336; }
a { background-color: rgb(173,115,54); }
div.DivClassName
{
background-color: #AD7336;
}
.BgClassName
{
background-color: #AD7336;
}
</style>
border-color css
<style>
span { border-color: #AD7336; }
span { border-color: rgb(173,115,54); }
td.TdClassName
{
border-color: #AD7336;
}
.TagClassName
{
border-color: #AD7336;
}
</style>