Shades of Reno Sand #AD7435
Tints of Reno Sand #AD7435
RGB
CMYK
RGB Variations
Color information
#AD7435 (or 0xAD7435) is known color: Reno Sand. HEX triplet: AD, 74 and 35. RGB value is (173,116,53). Sum of RGB (Red+Green+Blue) = 173+116+53=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7435 is #528BCA. Grayscale: #7E7E7E. Windows color (decimal): -5409739 or 3503277. OLE color: 3503277.
HSL color Cylindrical-coordinate representation of color #AD7435: hue angle of 31.5º 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 #AD7435 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 53 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.32 |
| HSL | 31.5º | 0.53% | 0.44% | - |
| HSV(B) | 31.5º | 0.69% | 0.68% | - |
| XYZ | 24.12 | 21.63 | 6.27 | - |
| YUV | 125.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 53 | 0 | 0.33 | 0.69 | 0.32 | 31.5 | 0.53 | 0.44 |
| Hex | AD | 74 | 35 | 0 | 21 | 45 | 20 | 1F | 35 | 2C |
| Octal | 255 | 164 | 65 | 0 | 41 | 105 | 40 | 37 | 65 | 54 |
| Binary | 10101101 | 1110100 | 110101 | 0 | 100001 | 1000101 | 100000 | 11111 | 110101 | 101100 |
Color Harmonies of #AD7435
Complementary color
Monochromatic Colors of #AD7435
Black with #AD7435
Text Example
Text Example
White with #AD7435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7435; }
p { color: rgb(173,116,53); }
H1.HeaderClassName
{
color: #AD7435;
}
.AnyTagClassName
{
color: #AD7435;
}
</style>
background-color css
<style>
a { background-color: #AD7435; }
a { background-color: rgb(173,116,53); }
div.DivClassName
{
background-color: #AD7435;
}
.BgClassName
{
background-color: #AD7435;
}
</style>
border-color css
<style>
span { border-color: #AD7435; }
span { border-color: rgb(173,116,53); }
td.TdClassName
{
border-color: #AD7435;
}
.TagClassName
{
border-color: #AD7435;
}
</style>