Shades of Reno Sand #AD7333
Tints of Reno Sand #AD7333
RGB
CMYK
RGB Variations
Color information
#AD7333 (or 0xAD7333) is known color: Reno Sand. HEX triplet: AD, 73 and 33. RGB value is (173,115,51). Sum of RGB (Red+Green+Blue) = 173+115+51=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7333 is #528CCC. Grayscale: #7D7D7D. Windows color (decimal): -5409997 or 3371949. OLE color: 3371949.
HSL color Cylindrical-coordinate representation of color #AD7333: hue angle of 31.48º 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 #AD7333 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 51 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.32 |
| HSL | 31.48º | 0.54% | 0.44% | - |
| HSV(B) | 31.48º | 0.71% | 0.68% | - |
| XYZ | 23.96 | 21.38 | 6 | - |
| YUV | 125.05 | 86.22 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 51 | 0 | 0.34 | 0.71 | 0.32 | 31.48 | 0.54 | 0.44 |
| Hex | AD | 73 | 33 | 0 | 22 | 47 | 20 | 1F | 36 | 2C |
| Octal | 255 | 163 | 63 | 0 | 42 | 107 | 40 | 37 | 66 | 54 |
| Binary | 10101101 | 1110011 | 110011 | 0 | 100010 | 1000111 | 100000 | 11111 | 110110 | 101100 |
Color Harmonies of #AD7333
Complementary color
Monochromatic Colors of #AD7333
Black with #AD7333
Text Example
Text Example
White with #AD7333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7333; }
p { color: rgb(173,115,51); }
H1.HeaderClassName
{
color: #AD7333;
}
.AnyTagClassName
{
color: #AD7333;
}
</style>
background-color css
<style>
a { background-color: #AD7333; }
a { background-color: rgb(173,115,51); }
div.DivClassName
{
background-color: #AD7333;
}
.BgClassName
{
background-color: #AD7333;
}
</style>
border-color css
<style>
span { border-color: #AD7333; }
span { border-color: rgb(173,115,51); }
td.TdClassName
{
border-color: #AD7333;
}
.TagClassName
{
border-color: #AD7333;
}
</style>