Shades of Reno Sand #AD7536
Tints of Reno Sand #AD7536
RGB
CMYK
RGB Variations
Color information
#AD7536 (or 0xAD7536) is known color: Reno Sand. HEX triplet: AD, 75 and 36. RGB value is (173,117,54). Sum of RGB (Red+Green+Blue) = 173+117+54=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7536 is #528AC9. Grayscale: #7E7E7E. Windows color (decimal): -5409482 or 3569069. OLE color: 3569069.
HSL color Cylindrical-coordinate representation of color #AD7536: hue angle of 31.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 #AD7536 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 54 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.32 |
| HSL | 31.76º | 0.52% | 0.45% | - |
| HSV(B) | 31.76º | 0.69% | 0.68% | - |
| XYZ | 24.26 | 21.87 | 6.43 | - |
| YUV | 126.56 | 87.05 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 54 | 0 | 0.32 | 0.69 | 0.32 | 31.76 | 0.52 | 0.45 |
| Hex | AD | 75 | 36 | 0 | 20 | 45 | 20 | 20 | 34 | 2D |
| Octal | 255 | 165 | 66 | 0 | 40 | 105 | 40 | 40 | 64 | 55 |
| Binary | 10101101 | 1110101 | 110110 | 0 | 100000 | 1000101 | 100000 | 100000 | 110100 | 101101 |
Color Harmonies of #AD7536
Complementary color
Monochromatic Colors of #AD7536
Black with #AD7536
Text Example
Text Example
White with #AD7536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7536; }
p { color: rgb(173,117,54); }
H1.HeaderClassName
{
color: #AD7536;
}
.AnyTagClassName
{
color: #AD7536;
}
</style>
background-color css
<style>
a { background-color: #AD7536; }
a { background-color: rgb(173,117,54); }
div.DivClassName
{
background-color: #AD7536;
}
.BgClassName
{
background-color: #AD7536;
}
</style>
border-color css
<style>
span { border-color: #AD7536; }
span { border-color: rgb(173,117,54); }
td.TdClassName
{
border-color: #AD7536;
}
.TagClassName
{
border-color: #AD7536;
}
</style>