Shades of Reno Sand #AD783C
Tints of Reno Sand #AD783C
RGB
CMYK
RGB Variations
Color information
#AD783C (or 0xAD783C) is known color: Reno Sand. HEX triplet: AD, 78 and 3C. RGB value is (173,120,60). Sum of RGB (Red+Green+Blue) = 173+120+60=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD783C is #5287C3. Grayscale: #818181. Windows color (decimal): -5408708 or 3963053. OLE color: 3963053.
HSL color Cylindrical-coordinate representation of color #AD783C: hue angle of 31.86º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD783C is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 60 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.32 |
| HSL | 31.86º | 0.48% | 0.46% | - |
| HSV(B) | 31.86º | 0.65% | 0.68% | - |
| XYZ | 24.77 | 22.64 | 7.34 | - |
| YUV | 129.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 60 | 0 | 0.31 | 0.65 | 0.32 | 31.86 | 0.48 | 0.46 |
| Hex | AD | 78 | 3C | 0 | 1F | 41 | 20 | 20 | 30 | 2E |
| Octal | 255 | 170 | 74 | 0 | 37 | 101 | 40 | 40 | 60 | 56 |
| Binary | 10101101 | 1111000 | 111100 | 0 | 11111 | 1000001 | 100000 | 100000 | 110000 | 101110 |
Color Harmonies of #AD783C
Complementary color
Monochromatic Colors of #AD783C
Black with #AD783C
Text Example
Text Example
White with #AD783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD783C; }
p { color: rgb(173,120,60); }
H1.HeaderClassName
{
color: #AD783C;
}
.AnyTagClassName
{
color: #AD783C;
}
</style>
background-color css
<style>
a { background-color: #AD783C; }
a { background-color: rgb(173,120,60); }
div.DivClassName
{
background-color: #AD783C;
}
.BgClassName
{
background-color: #AD783C;
}
</style>
border-color css
<style>
span { border-color: #AD783C; }
span { border-color: rgb(173,120,60); }
td.TdClassName
{
border-color: #AD783C;
}
.TagClassName
{
border-color: #AD783C;
}
</style>