Shades of Reno Sand #AD6C33
Tints of Reno Sand #AD6C33
RGB
CMYK
RGB Variations
Color information
#AD6C33 (or 0xAD6C33) is known color: Reno Sand. HEX triplet: AD, 6C and 33. RGB value is (173,108,51). Sum of RGB (Red+Green+Blue) = 173+108+51=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6C33 is #5293CC. Grayscale: #797979. Windows color (decimal): -5411789 or 3370157. OLE color: 3370157.
HSL color Cylindrical-coordinate representation of color #AD6C33: hue angle of 28.03º 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 #AD6C33 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 108 | 51 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.32 |
| HSL | 28.03º | 0.54% | 0.44% | - |
| HSV(B) | 28.03º | 0.71% | 0.68% | - |
| XYZ | 23.19 | 19.85 | 5.74 | - |
| YUV | 120.94 | 88.53 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 51 | 0 | 0.38 | 0.71 | 0.32 | 28.03 | 0.54 | 0.44 |
| Hex | AD | 6C | 33 | 0 | 26 | 47 | 20 | 1C | 36 | 2C |
| Octal | 255 | 154 | 63 | 0 | 46 | 107 | 40 | 34 | 66 | 54 |
| Binary | 10101101 | 1101100 | 110011 | 0 | 100110 | 1000111 | 100000 | 11100 | 110110 | 101100 |
Color Harmonies of #AD6C33
Complementary color
Monochromatic Colors of #AD6C33
Black with #AD6C33
Text Example
Text Example
White with #AD6C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6C33; }
p { color: rgb(173,108,51); }
H1.HeaderClassName
{
color: #AD6C33;
}
.AnyTagClassName
{
color: #AD6C33;
}
</style>
background-color css
<style>
a { background-color: #AD6C33; }
a { background-color: rgb(173,108,51); }
div.DivClassName
{
background-color: #AD6C33;
}
.BgClassName
{
background-color: #AD6C33;
}
</style>
border-color css
<style>
span { border-color: #AD6C33; }
span { border-color: rgb(173,108,51); }
td.TdClassName
{
border-color: #AD6C33;
}
.TagClassName
{
border-color: #AD6C33;
}
</style>