Shades of Reno Sand #AD763A
Tints of Reno Sand #AD763A
RGB
CMYK
RGB Variations
Color information
#AD763A (or 0xAD763A) is known color: Reno Sand. HEX triplet: AD, 76 and 3A. RGB value is (173,118,58). Sum of RGB (Red+Green+Blue) = 173+118+58=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD763A is #5289C5. Grayscale: #7F7F7F. Windows color (decimal): -5409222 or 3831469. OLE color: 3831469.
HSL color Cylindrical-coordinate representation of color #AD763A: hue angle of 31.3º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD763A is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 118 | 58 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.32 |
| HSL | 31.3º | 0.5% | 0.45% | - |
| HSV(B) | 31.3º | 0.66% | 0.68% | - |
| XYZ | 24.48 | 22.15 | 6.99 | - |
| YUV | 127.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 118 | 58 | 0 | 0.32 | 0.66 | 0.32 | 31.3 | 0.5 | 0.45 |
| Hex | AD | 76 | 3A | 0 | 20 | 42 | 20 | 1F | 32 | 2D |
| Octal | 255 | 166 | 72 | 0 | 40 | 102 | 40 | 37 | 62 | 55 |
| Binary | 10101101 | 1110110 | 111010 | 0 | 100000 | 1000010 | 100000 | 11111 | 110010 | 101101 |
Color Harmonies of #AD763A
Complementary color
Monochromatic Colors of #AD763A
Black with #AD763A
Text Example
Text Example
White with #AD763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD763A; }
p { color: rgb(173,118,58); }
H1.HeaderClassName
{
color: #AD763A;
}
.AnyTagClassName
{
color: #AD763A;
}
</style>
background-color css
<style>
a { background-color: #AD763A; }
a { background-color: rgb(173,118,58); }
div.DivClassName
{
background-color: #AD763A;
}
.BgClassName
{
background-color: #AD763A;
}
</style>
border-color css
<style>
span { border-color: #AD763A; }
span { border-color: rgb(173,118,58); }
td.TdClassName
{
border-color: #AD763A;
}
.TagClassName
{
border-color: #AD763A;
}
</style>