Shades of Reno Sand #AD6D38
Tints of Reno Sand #AD6D38
RGB
CMYK
RGB Variations
Color information
#AD6D38 (or 0xAD6D38) is known color: Reno Sand. HEX triplet: AD, 6D and 38. RGB value is (173,109,56). Sum of RGB (Red+Green+Blue) = 173+109+56=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6D38 is #5292C7. Grayscale: #7A7A7A. Windows color (decimal): -5411528 or 3698093. OLE color: 3698093.
HSL color Cylindrical-coordinate representation of color #AD6D38: hue angle of 27.18º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD6D38 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 109 | 56 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.32 |
| HSL | 27.18º | 0.51% | 0.45% | - |
| HSV(B) | 27.18º | 0.68% | 0.68% | - |
| XYZ | 23.42 | 20.11 | 6.39 | - |
| YUV | 122.09 | 90.7 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 56 | 0 | 0.37 | 0.68 | 0.32 | 27.18 | 0.51 | 0.45 |
| Hex | AD | 6D | 38 | 0 | 25 | 44 | 20 | 1B | 33 | 2D |
| Octal | 255 | 155 | 70 | 0 | 45 | 104 | 40 | 33 | 63 | 55 |
| Binary | 10101101 | 1101101 | 111000 | 0 | 100101 | 1000100 | 100000 | 11011 | 110011 | 101101 |
Color Harmonies of #AD6D38
Complementary color
Monochromatic Colors of #AD6D38
Black with #AD6D38
Text Example
Text Example
White with #AD6D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6D38; }
p { color: rgb(173,109,56); }
H1.HeaderClassName
{
color: #AD6D38;
}
.AnyTagClassName
{
color: #AD6D38;
}
</style>
background-color css
<style>
a { background-color: #AD6D38; }
a { background-color: rgb(173,109,56); }
div.DivClassName
{
background-color: #AD6D38;
}
.BgClassName
{
background-color: #AD6D38;
}
</style>
border-color css
<style>
span { border-color: #AD6D38; }
span { border-color: rgb(173,109,56); }
td.TdClassName
{
border-color: #AD6D38;
}
.TagClassName
{
border-color: #AD6D38;
}
</style>