Shades of Reno Sand #AD7738
Tints of Reno Sand #AD7738
RGB
CMYK
RGB Variations
Color information
#AD7738 (or 0xAD7738) is known color: Reno Sand. HEX triplet: AD, 77 and 38. RGB value is (173,119,56). Sum of RGB (Red+Green+Blue) = 173+119+56=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7738 is #5288C7. Grayscale: #808080. Windows color (decimal): -5408968 or 3700653. OLE color: 3700653.
HSL color Cylindrical-coordinate representation of color #AD7738: hue angle of 32.31º 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 #AD7738 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 56 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.32 |
| HSL | 32.31º | 0.51% | 0.45% | - |
| HSV(B) | 32.31º | 0.68% | 0.68% | - |
| XYZ | 24.54 | 22.36 | 6.76 | - |
| YUV | 127.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 56 | 0 | 0.31 | 0.68 | 0.32 | 32.31 | 0.51 | 0.45 |
| Hex | AD | 77 | 38 | 0 | 1F | 44 | 20 | 20 | 33 | 2D |
| Octal | 255 | 167 | 70 | 0 | 37 | 104 | 40 | 40 | 63 | 55 |
| Binary | 10101101 | 1110111 | 111000 | 0 | 11111 | 1000100 | 100000 | 100000 | 110011 | 101101 |
Color Harmonies of #AD7738
Complementary color
Monochromatic Colors of #AD7738
Black with #AD7738
Text Example
Text Example
White with #AD7738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7738; }
p { color: rgb(173,119,56); }
H1.HeaderClassName
{
color: #AD7738;
}
.AnyTagClassName
{
color: #AD7738;
}
</style>
background-color css
<style>
a { background-color: #AD7738; }
a { background-color: rgb(173,119,56); }
div.DivClassName
{
background-color: #AD7738;
}
.BgClassName
{
background-color: #AD7738;
}
</style>
border-color css
<style>
span { border-color: #AD7738; }
span { border-color: rgb(173,119,56); }
td.TdClassName
{
border-color: #AD7738;
}
.TagClassName
{
border-color: #AD7738;
}
</style>