Shades of Reno Sand #AD6D33
Tints of Reno Sand #AD6D33
RGB
CMYK
RGB Variations
Color information
#AD6D33 (or 0xAD6D33) is known color: Reno Sand. HEX triplet: AD, 6D and 33. RGB value is (173,109,51). Sum of RGB (Red+Green+Blue) = 173+109+51=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D33 is #5292CC. Grayscale: #797979. Windows color (decimal): -5411533 or 3370413. OLE color: 3370413.
HSL color Cylindrical-coordinate representation of color #AD6D33: hue angle of 28.52º 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 #AD6D33 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 51 | - |
| CMYK | 0 | 0.37 | 0.71 | 0.32 |
| HSL | 28.52º | 0.54% | 0.44% | - |
| HSV(B) | 28.52º | 0.71% | 0.68% | - |
| XYZ | 23.3 | 20.06 | 5.78 | - |
| YUV | 121.52 | 88.2 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 51 | 0 | 0.37 | 0.71 | 0.32 | 28.52 | 0.54 | 0.44 |
| Hex | AD | 6D | 33 | 0 | 25 | 47 | 20 | 1D | 36 | 2C |
| Octal | 255 | 155 | 63 | 0 | 45 | 107 | 40 | 35 | 66 | 54 |
| Binary | 10101101 | 1101101 | 110011 | 0 | 100101 | 1000111 | 100000 | 11101 | 110110 | 101100 |
Color Harmonies of #AD6D33
Complementary color
Monochromatic Colors of #AD6D33
Black with #AD6D33
Text Example
Text Example
White with #AD6D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D33; }
p { color: rgb(173,109,51); }
H1.HeaderClassName
{
color: #AD6D33;
}
.AnyTagClassName
{
color: #AD6D33;
}
</style>
background-color css
<style>
a { background-color: #AD6D33; }
a { background-color: rgb(173,109,51); }
div.DivClassName
{
background-color: #AD6D33;
}
.BgClassName
{
background-color: #AD6D33;
}
</style>
border-color css
<style>
span { border-color: #AD6D33; }
span { border-color: rgb(173,109,51); }
td.TdClassName
{
border-color: #AD6D33;
}
.TagClassName
{
border-color: #AD6D33;
}
</style>