Shades of Reno Sand #AD7739
Tints of Reno Sand #AD7739
RGB
CMYK
RGB Variations
Color information
#AD7739 (or 0xAD7739) is known color: Reno Sand. HEX triplet: AD, 77 and 39. RGB value is (173,119,57). Sum of RGB (Red+Green+Blue) = 173+119+57=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7739 is #5288C6. Grayscale: #808080. Windows color (decimal): -5408967 or 3766189. OLE color: 3766189.
HSL color Cylindrical-coordinate representation of color #AD7739: hue angle of 32.07º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD7739 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 119 | 57 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.32 |
| HSL | 32.07º | 0.5% | 0.45% | - |
| HSV(B) | 32.07º | 0.67% | 0.68% | - |
| XYZ | 24.57 | 22.37 | 6.89 | - |
| YUV | 128.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 119 | 57 | 0 | 0.31 | 0.67 | 0.32 | 32.07 | 0.5 | 0.45 |
| Hex | AD | 77 | 39 | 0 | 1F | 43 | 20 | 20 | 32 | 2D |
| Octal | 255 | 167 | 71 | 0 | 37 | 103 | 40 | 40 | 62 | 55 |
| Binary | 10101101 | 1110111 | 111001 | 0 | 11111 | 1000011 | 100000 | 100000 | 110010 | 101101 |
Color Harmonies of #AD7739
Complementary color
Monochromatic Colors of #AD7739
Black with #AD7739
Text Example
Text Example
White with #AD7739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7739; }
p { color: rgb(173,119,57); }
H1.HeaderClassName
{
color: #AD7739;
}
.AnyTagClassName
{
color: #AD7739;
}
</style>
background-color css
<style>
a { background-color: #AD7739; }
a { background-color: rgb(173,119,57); }
div.DivClassName
{
background-color: #AD7739;
}
.BgClassName
{
background-color: #AD7739;
}
</style>
border-color css
<style>
span { border-color: #AD7739; }
span { border-color: rgb(173,119,57); }
td.TdClassName
{
border-color: #AD7739;
}
.TagClassName
{
border-color: #AD7739;
}
</style>