Shades of Reno Sand #AD6933
Tints of Reno Sand #AD6933
RGB
CMYK
RGB Variations
Color information
#AD6933 (or 0xAD6933) is known color: Reno Sand. HEX triplet: AD, 69 and 33. RGB value is (173,105,51). Sum of RGB (Red+Green+Blue) = 173+105+51=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6933 is #5296CC. Grayscale: #777777. Windows color (decimal): -5412557 or 3369389. OLE color: 3369389.
HSL color Cylindrical-coordinate representation of color #AD6933: hue angle of 26.56º 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 #AD6933 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 51 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.32 |
| HSL | 26.56º | 0.54% | 0.44% | - |
| HSV(B) | 26.56º | 0.71% | 0.68% | - |
| XYZ | 22.88 | 19.23 | 5.64 | - |
| YUV | 119.18 | 89.53 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 51 | 0 | 0.39 | 0.71 | 0.32 | 26.56 | 0.54 | 0.44 |
| Hex | AD | 69 | 33 | 0 | 27 | 47 | 20 | 1B | 36 | 2C |
| Octal | 255 | 151 | 63 | 0 | 47 | 107 | 40 | 33 | 66 | 54 |
| Binary | 10101101 | 1101001 | 110011 | 0 | 100111 | 1000111 | 100000 | 11011 | 110110 | 101100 |
Color Harmonies of #AD6933
Complementary color
Monochromatic Colors of #AD6933
Black with #AD6933
Text Example
Text Example
White with #AD6933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6933; }
p { color: rgb(173,105,51); }
H1.HeaderClassName
{
color: #AD6933;
}
.AnyTagClassName
{
color: #AD6933;
}
</style>
background-color css
<style>
a { background-color: #AD6933; }
a { background-color: rgb(173,105,51); }
div.DivClassName
{
background-color: #AD6933;
}
.BgClassName
{
background-color: #AD6933;
}
</style>
border-color css
<style>
span { border-color: #AD6933; }
span { border-color: rgb(173,105,51); }
td.TdClassName
{
border-color: #AD6933;
}
.TagClassName
{
border-color: #AD6933;
}
</style>