Shades of Reno Sand #AD6E33
Tints of Reno Sand #AD6E33
RGB
CMYK
RGB Variations
Color information
#AD6E33 (or 0xAD6E33) is known color: Reno Sand. HEX triplet: AD, 6E and 33. RGB value is (173,110,51). Sum of RGB (Red+Green+Blue) = 173+110+51=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6E33 is #5291CC. Grayscale: #7A7A7A. Windows color (decimal): -5411277 or 3370669. OLE color: 3370669.
HSL color Cylindrical-coordinate representation of color #AD6E33: hue angle of 29.02º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD6E33 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 110 | 51 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.32 |
| HSL | 29.02º | 0.54% | 0.44% | - |
| HSV(B) | 29.02º | 0.71% | 0.68% | - |
| XYZ | 23.41 | 20.28 | 5.81 | - |
| YUV | 122.11 | 87.87 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 51 | 0 | 0.36 | 0.71 | 0.32 | 29.02 | 0.54 | 0.44 |
| Hex | AD | 6E | 33 | 0 | 24 | 47 | 20 | 1D | 36 | 2C |
| Octal | 255 | 156 | 63 | 0 | 44 | 107 | 40 | 35 | 66 | 54 |
| Binary | 10101101 | 1101110 | 110011 | 0 | 100100 | 1000111 | 100000 | 11101 | 110110 | 101100 |
Color Harmonies of #AD6E33
Complementary color
Monochromatic Colors of #AD6E33
Black with #AD6E33
Text Example
Text Example
White with #AD6E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6E33; }
p { color: rgb(173,110,51); }
H1.HeaderClassName
{
color: #AD6E33;
}
.AnyTagClassName
{
color: #AD6E33;
}
</style>
background-color css
<style>
a { background-color: #AD6E33; }
a { background-color: rgb(173,110,51); }
div.DivClassName
{
background-color: #AD6E33;
}
.BgClassName
{
background-color: #AD6E33;
}
</style>
border-color css
<style>
span { border-color: #AD6E33; }
span { border-color: rgb(173,110,51); }
td.TdClassName
{
border-color: #AD6E33;
}
.TagClassName
{
border-color: #AD6E33;
}
</style>