Shades of Reno Sand #AD7433
Tints of Reno Sand #AD7433
RGB
CMYK
RGB Variations
Color information
#AD7433 (or 0xAD7433) is known color: Reno Sand. HEX triplet: AD, 74 and 33. RGB value is (173,116,51). Sum of RGB (Red+Green+Blue) = 173+116+51=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7433 is #528BCC. Grayscale: #7D7D7D. Windows color (decimal): -5409741 or 3372205. OLE color: 3372205.
HSL color Cylindrical-coordinate representation of color #AD7433: hue angle of 31.97º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD7433 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 51 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.32 |
| HSL | 31.97º | 0.54% | 0.44% | - |
| HSV(B) | 31.97º | 0.71% | 0.68% | - |
| XYZ | 24.08 | 21.61 | 6.03 | - |
| YUV | 125.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 51 | 0 | 0.33 | 0.71 | 0.32 | 31.97 | 0.54 | 0.44 |
| Hex | AD | 74 | 33 | 0 | 21 | 47 | 20 | 20 | 36 | 2C |
| Octal | 255 | 164 | 63 | 0 | 41 | 107 | 40 | 40 | 66 | 54 |
| Binary | 10101101 | 1110100 | 110011 | 0 | 100001 | 1000111 | 100000 | 100000 | 110110 | 101100 |
Color Harmonies of #AD7433
Complementary color
Monochromatic Colors of #AD7433
Black with #AD7433
Text Example
Text Example
White with #AD7433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7433; }
p { color: rgb(173,116,51); }
H1.HeaderClassName
{
color: #AD7433;
}
.AnyTagClassName
{
color: #AD7433;
}
</style>
background-color css
<style>
a { background-color: #AD7433; }
a { background-color: rgb(173,116,51); }
div.DivClassName
{
background-color: #AD7433;
}
.BgClassName
{
background-color: #AD7433;
}
</style>
border-color css
<style>
span { border-color: #AD7433; }
span { border-color: rgb(173,116,51); }
td.TdClassName
{
border-color: #AD7433;
}
.TagClassName
{
border-color: #AD7433;
}
</style>