Shades of Reno Sand #AD763C
Tints of Reno Sand #AD763C
RGB
CMYK
RGB Variations
Color information
#AD763C (or 0xAD763C) is known color: Reno Sand. HEX triplet: AD, 76 and 3C. RGB value is (173,118,60). Sum of RGB (Red+Green+Blue) = 173+118+60=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD763C is #5289C3. Grayscale: #808080. Windows color (decimal): -5409220 or 3962541. OLE color: 3962541.
HSL color Cylindrical-coordinate representation of color #AD763C: hue angle of 30.8º 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 #AD763C is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 60 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.32 |
| HSL | 30.8º | 0.48% | 0.46% | - |
| HSV(B) | 30.8º | 0.65% | 0.68% | - |
| XYZ | 24.53 | 22.17 | 7.26 | - |
| YUV | 127.83 | 89.72 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 60 | 0 | 0.32 | 0.65 | 0.32 | 30.8 | 0.48 | 0.46 |
| Hex | AD | 76 | 3C | 0 | 20 | 41 | 20 | 1F | 30 | 2E |
| Octal | 255 | 166 | 74 | 0 | 40 | 101 | 40 | 37 | 60 | 56 |
| Binary | 10101101 | 1110110 | 111100 | 0 | 100000 | 1000001 | 100000 | 11111 | 110000 | 101110 |
Color Harmonies of #AD763C
Complementary color
Monochromatic Colors of #AD763C
Black with #AD763C
Text Example
Text Example
White with #AD763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD763C; }
p { color: rgb(173,118,60); }
H1.HeaderClassName
{
color: #AD763C;
}
.AnyTagClassName
{
color: #AD763C;
}
</style>
background-color css
<style>
a { background-color: #AD763C; }
a { background-color: rgb(173,118,60); }
div.DivClassName
{
background-color: #AD763C;
}
.BgClassName
{
background-color: #AD763C;
}
</style>
border-color css
<style>
span { border-color: #AD763C; }
span { border-color: rgb(173,118,60); }
td.TdClassName
{
border-color: #AD763C;
}
.TagClassName
{
border-color: #AD763C;
}
</style>