Shades of Reno Sand #AD6930
Tints of Reno Sand #AD6930
RGB
CMYK
RGB Variations
Color information
#AD6930 (or 0xAD6930) is known color: Reno Sand. HEX triplet: AD, 69 and 30. RGB value is (173,105,48). Sum of RGB (Red+Green+Blue) = 173+105+48=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6930 is #5296CF. Grayscale: #777777. Windows color (decimal): -5412560 or 3172781. OLE color: 3172781.
HSL color Cylindrical-coordinate representation of color #AD6930: hue angle of 27.36º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD6930 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 48 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.32 |
| HSL | 27.36º | 0.57% | 0.43% | - |
| HSV(B) | 27.36º | 0.72% | 0.68% | - |
| XYZ | 22.82 | 19.2 | 5.3 | - |
| YUV | 118.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 48 | 0 | 0.39 | 0.72 | 0.32 | 27.36 | 0.57 | 0.43 |
| Hex | AD | 69 | 30 | 0 | 27 | 48 | 20 | 1B | 39 | 2B |
| Octal | 255 | 151 | 60 | 0 | 47 | 110 | 40 | 33 | 71 | 53 |
| Binary | 10101101 | 1101001 | 110000 | 0 | 100111 | 1001000 | 100000 | 11011 | 111001 | 101011 |
Color Harmonies of #AD6930
Complementary color
Monochromatic Colors of #AD6930
Black with #AD6930
Text Example
Text Example
White with #AD6930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6930; }
p { color: rgb(173,105,48); }
H1.HeaderClassName
{
color: #AD6930;
}
.AnyTagClassName
{
color: #AD6930;
}
</style>
background-color css
<style>
a { background-color: #AD6930; }
a { background-color: rgb(173,105,48); }
div.DivClassName
{
background-color: #AD6930;
}
.BgClassName
{
background-color: #AD6930;
}
</style>
border-color css
<style>
span { border-color: #AD6930; }
span { border-color: rgb(173,105,48); }
td.TdClassName
{
border-color: #AD6930;
}
.TagClassName
{
border-color: #AD6930;
}
</style>