Shades of Reno Sand #AD6931
Tints of Reno Sand #AD6931
RGB
CMYK
RGB Variations
Color information
#AD6931 (or 0xAD6931) is known color: Reno Sand. HEX triplet: AD, 69 and 31. RGB value is (173,105,49). Sum of RGB (Red+Green+Blue) = 173+105+49=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6931 is #5296CE. Grayscale: #777777. Windows color (decimal): -5412559 or 3238317. OLE color: 3238317.
HSL color Cylindrical-coordinate representation of color #AD6931: hue angle of 27.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD6931 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 49 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.32 |
| HSL | 27.1º | 0.56% | 0.44% | - |
| HSV(B) | 27.1º | 0.72% | 0.68% | - |
| XYZ | 22.84 | 19.21 | 5.41 | - |
| YUV | 118.95 | 88.53 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 49 | 0 | 0.39 | 0.72 | 0.32 | 27.1 | 0.56 | 0.44 |
| Hex | AD | 69 | 31 | 0 | 27 | 48 | 20 | 1B | 38 | 2C |
| Octal | 255 | 151 | 61 | 0 | 47 | 110 | 40 | 33 | 70 | 54 |
| Binary | 10101101 | 1101001 | 110001 | 0 | 100111 | 1001000 | 100000 | 11011 | 111000 | 101100 |
Color Harmonies of #AD6931
Complementary color
Monochromatic Colors of #AD6931
Black with #AD6931
Text Example
Text Example
White with #AD6931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6931; }
p { color: rgb(173,105,49); }
H1.HeaderClassName
{
color: #AD6931;
}
.AnyTagClassName
{
color: #AD6931;
}
</style>
background-color css
<style>
a { background-color: #AD6931; }
a { background-color: rgb(173,105,49); }
div.DivClassName
{
background-color: #AD6931;
}
.BgClassName
{
background-color: #AD6931;
}
</style>
border-color css
<style>
span { border-color: #AD6931; }
span { border-color: rgb(173,105,49); }
td.TdClassName
{
border-color: #AD6931;
}
.TagClassName
{
border-color: #AD6931;
}
</style>