Shades of Reno Sand #AD6A31
Tints of Reno Sand #AD6A31
RGB
CMYK
RGB Variations
Color information
#AD6A31 (or 0xAD6A31) is known color: Reno Sand. HEX triplet: AD, 6A and 31. RGB value is (173,106,49). Sum of RGB (Red+Green+Blue) = 173+106+49=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A31 is #5295CE. Grayscale: #777777. Windows color (decimal): -5412303 or 3238573. OLE color: 3238573.
HSL color Cylindrical-coordinate representation of color #AD6A31: hue angle of 27.58º 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 #AD6A31 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 49 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.32 |
| HSL | 27.58º | 0.56% | 0.44% | - |
| HSV(B) | 27.58º | 0.72% | 0.68% | - |
| XYZ | 22.94 | 19.41 | 5.44 | - |
| YUV | 119.54 | 88.2 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 49 | 0 | 0.39 | 0.72 | 0.32 | 27.58 | 0.56 | 0.44 |
| Hex | AD | 6A | 31 | 0 | 27 | 48 | 20 | 1C | 38 | 2C |
| Octal | 255 | 152 | 61 | 0 | 47 | 110 | 40 | 34 | 70 | 54 |
| Binary | 10101101 | 1101010 | 110001 | 0 | 100111 | 1001000 | 100000 | 11100 | 111000 | 101100 |
Color Harmonies of #AD6A31
Complementary color
Monochromatic Colors of #AD6A31
Black with #AD6A31
Text Example
Text Example
White with #AD6A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A31; }
p { color: rgb(173,106,49); }
H1.HeaderClassName
{
color: #AD6A31;
}
.AnyTagClassName
{
color: #AD6A31;
}
</style>
background-color css
<style>
a { background-color: #AD6A31; }
a { background-color: rgb(173,106,49); }
div.DivClassName
{
background-color: #AD6A31;
}
.BgClassName
{
background-color: #AD6A31;
}
</style>
border-color css
<style>
span { border-color: #AD6A31; }
span { border-color: rgb(173,106,49); }
td.TdClassName
{
border-color: #AD6A31;
}
.TagClassName
{
border-color: #AD6A31;
}
</style>