Shades of Reno Sand #AD7439
Tints of Reno Sand #AD7439
RGB
CMYK
RGB Variations
Color information
#AD7439 (or 0xAD7439) is known color: Reno Sand. HEX triplet: AD, 74 and 39. RGB value is (173,116,57). Sum of RGB (Red+Green+Blue) = 173+116+57=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7439 is #528BC6. Grayscale: #7E7E7E. Windows color (decimal): -5409735 or 3765421. OLE color: 3765421.
HSL color Cylindrical-coordinate representation of color #AD7439: hue angle of 30.52º 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 #AD7439 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 57 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.32 |
| HSL | 30.52º | 0.5% | 0.45% | - |
| HSV(B) | 30.52º | 0.67% | 0.68% | - |
| XYZ | 24.22 | 21.67 | 6.78 | - |
| YUV | 126.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 57 | 0 | 0.33 | 0.67 | 0.32 | 30.52 | 0.5 | 0.45 |
| Hex | AD | 74 | 39 | 0 | 21 | 43 | 20 | 1F | 32 | 2D |
| Octal | 255 | 164 | 71 | 0 | 41 | 103 | 40 | 37 | 62 | 55 |
| Binary | 10101101 | 1110100 | 111001 | 0 | 100001 | 1000011 | 100000 | 11111 | 110010 | 101101 |
Color Harmonies of #AD7439
Complementary color
Monochromatic Colors of #AD7439
Black with #AD7439
Text Example
Text Example
White with #AD7439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7439; }
p { color: rgb(173,116,57); }
H1.HeaderClassName
{
color: #AD7439;
}
.AnyTagClassName
{
color: #AD7439;
}
</style>
background-color css
<style>
a { background-color: #AD7439; }
a { background-color: rgb(173,116,57); }
div.DivClassName
{
background-color: #AD7439;
}
.BgClassName
{
background-color: #AD7439;
}
</style>
border-color css
<style>
span { border-color: #AD7439; }
span { border-color: rgb(173,116,57); }
td.TdClassName
{
border-color: #AD7439;
}
.TagClassName
{
border-color: #AD7439;
}
</style>