Shades of Reno Sand #AD7339
Tints of Reno Sand #AD7339
RGB
CMYK
RGB Variations
Color information
#AD7339 (or 0xAD7339) is known color: Reno Sand. HEX triplet: AD, 73 and 39. RGB value is (173,115,57). Sum of RGB (Red+Green+Blue) = 173+115+57=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7339 is #528CC6. Grayscale: #7E7E7E. Windows color (decimal): -5409991 or 3765165. OLE color: 3765165.
HSL color Cylindrical-coordinate representation of color #AD7339: hue angle of 30º 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 #AD7339 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 57 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.32 |
| HSL | 30º | 0.5% | 0.45% | - |
| HSV(B) | 30º | 0.67% | 0.68% | - |
| XYZ | 24.1 | 21.44 | 6.74 | - |
| YUV | 125.73 | 89.22 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 57 | 0 | 0.34 | 0.67 | 0.32 | 30 | 0.5 | 0.45 |
| Hex | AD | 73 | 39 | 0 | 22 | 43 | 20 | 1E | 32 | 2D |
| Octal | 255 | 163 | 71 | 0 | 42 | 103 | 40 | 36 | 62 | 55 |
| Binary | 10101101 | 1110011 | 111001 | 0 | 100010 | 1000011 | 100000 | 11110 | 110010 | 101101 |
Color Harmonies of #AD7339
Complementary color
Monochromatic Colors of #AD7339
Black with #AD7339
Text Example
Text Example
White with #AD7339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7339; }
p { color: rgb(173,115,57); }
H1.HeaderClassName
{
color: #AD7339;
}
.AnyTagClassName
{
color: #AD7339;
}
</style>
background-color css
<style>
a { background-color: #AD7339; }
a { background-color: rgb(173,115,57); }
div.DivClassName
{
background-color: #AD7339;
}
.BgClassName
{
background-color: #AD7339;
}
</style>
border-color css
<style>
span { border-color: #AD7339; }
span { border-color: rgb(173,115,57); }
td.TdClassName
{
border-color: #AD7339;
}
.TagClassName
{
border-color: #AD7339;
}
</style>